Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IDE HD on both XP and Gentoo?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
acidburn
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2004
Posts: 148
Location: Albuquerque

PostPosted: Sun Apr 18, 2004 4:08 pm    Post subject: IDE HD on both XP and Gentoo? Reply with quote

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
View user's profile Send private message
loisl
Apprentice
Apprentice


Joined: 18 Apr 2004
Posts: 167
Location: Egelsbach

PostPosted: Sun Apr 18, 2004 4:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
Little Nemo
l33t
l33t


Joined: 29 Mar 2004
Posts: 623
Location: Berlin, Germany

PostPosted: Sun Apr 18, 2004 4:20 pm    Post subject: Reply with quote

AFAIK you should use vfat for FAT32 partitions.
Back to top
View user's profile Send private message
gazR
n00b
n00b


Joined: 06 Dec 2003
Posts: 56

PostPosted: Sun Apr 18, 2004 4:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
Nate_S
Guru
Guru


Joined: 18 Mar 2004
Posts: 414

PostPosted: Sun Apr 18, 2004 6:23 pm    Post subject: Reply with quote

No, having a vfat / is very bad if it even works because vfat doesn't support permissions.
Back to top
View user's profile Send private message
tupperworx
n00b
n00b


Joined: 18 Apr 2004
Posts: 8
Location: Wiesbaden, Germany

PostPosted: Sun Apr 18, 2004 6:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum