|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mount Windows partition in Linux
I installed a dual-boot system, with W2K and Linux (RedHat 8).
I tried to mount the FAT32 partition in Linux with the following command: mount -t vfat /dev/hda2 /mnt/win It didn't work. Then I tried mount -t msdos /dev/hda2 /mnt/win Still didn't work. What is the correct command to mount this partition? |
|
#2
|
||||
|
||||
|
What does "doesn't work" mean? For one thing, I imagine W2K is NTFS, not FAT. However, the syntax itself is correct.
|
|
#3
|
|||
|
|||
|
someone told me the command should be
mount /dev/hda2 /mnt/win -t vfat -r would it make a difference? i have an NTFS partition and a FAT32 partition on my W2K disk. the error message says "... wrong file system..." |
|
#4
|
|||
|
|||
|
I guess you chose the wrong partition...
Please post the output of "fdisk -l /dev/hda".
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#5
|
|||
|
|||
|
yes, you're right.
i successfully mounted the correct partition with info from "fdisk -l" |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Mount Windows partition in Linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|