How To Mount An Unknown Type On Linux
RegisterLogin
How To Mount An Unknown Type On Linux
Post Description: i am having a little problem with a file system on my linux server. i have tried to mount my usb drive into the usb port, i can see the usb in my /dev devices, but when i try to mount it it says
Tags: how, to, mount, an, unknown, type, on, linux
This Post Was Posted On May 06, 2010 By Rosco #3457
Post Description: i am having a little problem with a file system on my linux server. i have tried to mount my usb drive into the usb port, i can see the usb in my /dev devices, but when i try to mount it it says
Tags: how, to, mount, an, unknown, type, on, linux
This Post Was Posted On May 06, 2010 By Rosco #3457
How To Mount An Unknown Type On Linux by Rosco
mount: unknown filesystem type 'ntfs'
what can i do?
Leave Your Comments
Jerry
#4493 1
use this command: mount -t ntfs /dev/sdd1 /mnt/win1 -o rw
Sep 29, 2010 Reply Report abuse
webune
#3949 2
you cannot mount an NFTS file system in linux. NFTS is a Microsoft filing system, and its not compatible with linux.
usually linux uses ext3 (older ext2)
however, both linux and windows can read file in a VFAT (FAT32) file system, so if i were you, i would go in the windows computer and format the USB device with FAT32 and when you mount that USB drive into your linux, it should work.
usually linux uses ext3 (older ext2)
however, both linux and windows can read file in a VFAT (FAT32) file system, so if i were you, i would go in the windows computer and format the USB device with FAT32 and when you mount that USB drive into your linux, it should work.
May 06, 2010 Reply Report abuse
©2012 Webune Forums - Wed Dec 12, 2012 10:42 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3