Getting G: partition--

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
Molly
Linux User
Posts: 11
Joined: Mon Dec 01, 2003 7:50 am
Location: Sundsvall, Sweden
Contact:

Getting G: partition--

Post by Molly »

Hello.. How do I (or, can I) activate the G partition?
Im using GentooX home 3.0
I'm pretty new to this whole linux thingie,,
so is it like mount /dev/hda56 or what?
anyhow- Thanks for a great release :D
When you see me- Punch me
I love everyone, especially someone else
Tell your mom you're me
fuz
Power user
Posts: 228
Joined: Wed Oct 22, 2003 6:03 am
Location: sunshine coast, Australia
Contact:

Post by fuz »

there is another post that someone dedicated to a tute for this i think, do a search

Code: Select all

http://forums.shallax.com/viewtopic.php?t=406&start=0&postdays=0&postorder=asc&highlight=
if that doesn't work read

Code: Select all

the dictionary
if that doesn't work err....

Code: Select all

ask someone else
127.0.0.1, wherever you go.. there you are!
Molly
Linux User
Posts: 11
Joined: Mon Dec 01, 2003 7:50 am
Location: Sundsvall, Sweden
Contact:

Post by Molly »

hmm.. I think that tut is for making a native g installation.. I just want to mount the G just like E and F are =)
When you see me- Punch me
I love everyone, especially someone else
Tell your mom you're me
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

first create a mount point

Code: Select all

mkdir /mnt/fatx/g
then mount the partition at that point

Code: Select all

mount -t fatx /dev/hda56 /mnt/fatx/g
to make the partition mount on startup edit your fstab file

Code: Select all

nano -w /etc/fstab
then copy the line for the f drive changing to hda56 and /mnt/fatx/g
If you keep an open mind, will your brain fall out?
Molly
Linux User
Posts: 11
Joined: Mon Dec 01, 2003 7:50 am
Location: Sundsvall, Sweden
Contact:

Post by Molly »

Hey big thanks!! :D
Will try it out as soon as I get home --> thanks again! :P
When you see me- Punch me
I love everyone, especially someone else
Tell your mom you're me
Post Reply