Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fstab questions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ctav01
Tux's lil' helper
Tux's lil' helper


Joined: 11 Feb 2004
Posts: 81
Location: Pleasanton, CA

PostPosted: Tue Mar 02, 2004 8:23 pm    Post subject: fstab questions Reply with quote

When I get to the part in the installation manual where I'm supposed to edit the fstab file, I get a little confused. Is the pre-edit fstab file a generic file or something psuedo-tailored to my system? I'm assuming it's a sample file but then why doesn't it look more like the example in the manual?

I've tried the 1.4 install several times changing this and that and none of them will ever boot so now I'm wondering if I should leave the fstab file alone instead of following the manual edits.

Thanks.
Back to top
View user's profile Send private message
legend_x
n00b
n00b


Joined: 20 Mar 2003
Posts: 41
Location: Montréal,Québec,Canada

PostPosted: Tue Mar 02, 2004 8:27 pm    Post subject: FStab Reply with quote

No, you've got to edit one... if you leave the default fstab your system is probably end up ..... not booting ;) so, follow the manuel or you're gonna be in big big trouble ;)
_________________
My girlfriend always laughs during sex - no matter what she's reading.
--Steve Jobs
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Tue Mar 02, 2004 8:37 pm    Post subject: Reply with quote

to be visual :

assuming you are not a Linux guru :wink: : so you will use dual-boot with Windows (let me see i'm pretty sure it is xp but it doesn't matter)

your virtual config:
/dev/hda1 = NTFS :arrow: Windows
/dev/hda2 = ext2 :arrow: /boot
/dev/hda3 = swap
/dev/hda4 = reiserfs (because you're not that stupid!) :arrow: /
Nb: i am joking about reiserfs you choose the file system you want but not NTFS :wink: (I just love reiser)

so you're /etc/fstab will be:
Code:
.....
/dev/hda2        /boot           ext2            noauto,noatime          1 1
/dev/hda4        /               reiserfs        noatime,notail          0 0
/dev/hda3         none            swap            sw                      0 0
/dev/cdroms/cdrom0    /mnt/cdrom     iso9660       noauto,ro               0 0
none                    /dev/shm        tmpfs           defaults                0 0


Next you will search to mount your ntfs partition and you will find a lot of threads dealing about this...

Enjoy
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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