LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting Win File Systems (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-win-file-systems-155228/)

mattp 03-08-2004 10:27 PM

Mounting Win File Systems
 
I have 2 hds full of stuff that I want to transfer to my linux HD.

These hds will NOT stay in the system, so I dont want to edit fstab (unless its only a temporary modification)

One hd is ntfs and one is fat32. I won't be writing to either drive (just pulling data out) so writing to ntfs isnt an issue here.

Google told me, in order to mount the ntfs drive I do something like this...

mount -t ntfs /dev/hdb /mnt/anything

BASH gives me something along the lines of...

Mounting HDB (or something) Something about being read only

THen a pause, then this...

No Media (or something)

Whats the problem? Also, when I mount the fat32 drive, what do I put after the -t flag?

Demonbane 03-08-2004 10:28 PM

you need to specify the partition number, so should be something like /dev/hdb2

/sbin/fdisk -l to find out the list of partitions
for fat32 use "vfat"

Wynand1 03-08-2004 11:46 PM

Well I just use mount /dev/hda1 /mnt/win and it works (fat32 partition)

benight_e_d 03-09-2004 01:34 AM

linux cant recognise ntfs, u need 2 install a psecial package.

guygriffiths 03-09-2004 06:33 AM

Quote:

linux cant recognise ntfs, u need 2 install a special package.
kernels greater than 2.6 (actually some 2.4s do it, but they aren't as stable) have ntfs write support as a kernel option.


All times are GMT -5. The time now is 07:30 PM.