View previous topic :: View next topic |
Author |
Message |
acidburn Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/31070427042645d51dc53b.jpg)
Joined: 09 Apr 2004 Posts: 148 Location: Albuquerque
|
Posted: Sun Apr 18, 2004 4:08 pm Post subject: IDE HD on both XP and Gentoo? |
|
|
I know that Win XP and Gentoo both can recognize a fat32 formated harddrive. how do I set it up in gentoo? I know in fstab but what parameters would i use? i tried...
Code: | /dev/hdc / fat32(not sure of the format to put here) noatime 0 0 |
was i even close? lol any imput is appreciated. _________________ "In Nomeni Patri Et Fili Spiritus Sancti." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loisl Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8728771204390423a906d7.jpg)
Joined: 18 Apr 2004 Posts: 167 Location: Egelsbach
|
Posted: Sun Apr 18, 2004 4:19 pm Post subject: |
|
|
Hai,
try "auto".
It works fine for me.
Example:
/dev/hda6 /Windows/H auto rw,user,noauto,nosuid,exec 0 0
Cheers,
Loisl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Little Nemo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/211899005440682e152dea1.gif)
Joined: 29 Mar 2004 Posts: 623 Location: Berlin, Germany
|
Posted: Sun Apr 18, 2004 4:20 pm Post subject: |
|
|
AFAIK you should use vfat for FAT32 partitions. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gazR n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Dec 2003 Posts: 56
|
Posted: Sun Apr 18, 2004 4:23 pm Post subject: |
|
|
hi acidburn,
VFAT is the partition type to specify in fstab to mount a fat32 volume
however, by the looks of it, you setting your root partition ( / ) to fat32, that isn't really a good idea (if it works at all). you should definatley be using a linux native format for this partition!
I share several fat32 & ntfs partitions on my dual boot pc and mount them all in /mnt as /mnt/windows_c & /mnt/windows_d etc and that works well for me.
Gaz |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Nate_S Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Monkey.gif)
Joined: 18 Mar 2004 Posts: 414
|
Posted: Sun Apr 18, 2004 6:23 pm Post subject: |
|
|
No, having a vfat / is very bad if it even works because vfat doesn't support permissions. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tupperworx n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Apr 2004 Posts: 8 Location: Wiesbaden, Germany
|
Posted: Sun Apr 18, 2004 6:53 pm Post subject: |
|
|
yeah, a vfat (fat32) partition as linux root isnt recommended, as like Nate_S and gazR said.
Better you follow the instruction guide at www.gentoo.org and use reiserfs or ext3 instead (for the / partition) and create (mkdir) a seperate /mnt/winxp directory and put afterwards a
Code: |
/dev/hdc /mnt/winxp vfat noatime,user,rw 0 0
|
line into your /etc/fstab |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|