naveen
10-21-2005, 01:48 AM
hi,
I am running a 'windows xp' and 'fedora core4' on my computer. I have mounted the windows drive on Fedora. But the problem is i have to mount the drives every time i boot.
I have used "mount /dev/hdax /home/winp" (x->drive no.s.) to mount the drives ..
please help me regarding this.
naveen
Nodsu
10-21-2005, 02:53 AM
You have to put the coresponding entry in the /etc/fstab file. It would look something like this:
/dev/hdax /home/winxp ntfs defaults 0 0
That is assuming your WIndows filesystem is ntfs. Instead of defaults you may want to put some options like ro or uid=
naveen
10-21-2005, 08:40 AM
My filesystem is 'W95 FAT32'. I updated the /etc/fstab file with
"/dev/hda5 /home/winp FAT32 defaults 0 0"
while booting it said: unrecognizable partition(something like that)
I also tried " /dev/hda5 /home/winp W95 FAT32 defaults 0 0"
while booting it said : line 9 is bad(something like that, it was the 9th line of 'fstab')
But it didnt work. am i missing something.
naveen
Fade_to_Blah
10-21-2005, 09:12 AM
/dev/hdax /home/winxp vfat defaults 0 0
That should do it I believe
jobeard
10-21-2005, 03:34 PM
type msdos works for fat and fat32 :slurp:
xp of course 'should be' ntfs
naveen
10-24-2005, 12:51 AM
thnak u, u guys wer of gr8 help..