LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mounting windows (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-windows-61972/)

andym 05-26-2003 07:11 PM

mounting windows
 
i want to mount my windows drive in redhat 9

how do i know which hda is the windows one, and is it just a case of typing mount /dev/hda?????????????

or is there more to it, i tried to search the archive but couldnt find reference to the specific problem

thanks

andy

qwijibow 05-26-2003 07:16 PM

what file system are you using ?

FAT
FAT32
or NTFS

???

if you are using NTFS (windows NT / Windows 2000)
you will need to download a kernel module to read the disk, and it is not yet safe to write to a NTFS disk under linux.. you should only use it to read from.

and although you can convert FAT to NTFS without losing any datam i dont think you can convert from NTFS to fat without re-formating

andym 05-26-2003 07:23 PM

windows is fat32 i think

michaelk 05-26-2003 11:40 PM

There is hundreds of posts on this website asking for help mounting windows drives.

To see how your drive is partitioned run the command as root
fdisk -l (thats is small L)


http://www.linuxquestions.org/questi...unt+fat3+fstab

lokee 05-27-2003 12:31 AM

Nay, WinXP uses NTFS, in that case browse:
http://linux-ntfs.sourceforge.net/info/redhat.html

mjolnir 05-27-2003 09:25 AM

Winxp will use either fs. If you are using fat32 already then
michaelk's post and link above should be all that you need.
If you have ntfs you can consider setting up a fat32 partition
for shared data.

jt1020 05-27-2003 11:06 PM

If your using NTFS file system its a bad idea to mount your Windows partition... although Linux had NTFS support now.. its still unstable...

lokee 05-28-2003 12:13 PM

Write access to NTFS is unstable, but Read Access works fine.


All times are GMT -5. The time now is 11:52 PM.