how do you mount the G drive?

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
^eRrOR^
Newbie
Posts: 2
Joined: Sat Mar 10, 2007 7:00 pm

how do you mount the G drive?

Post by ^eRrOR^ »

how do you mount the G drive on a softmodded xbox?
joshua.lyon
Linux User
Posts: 11
Joined: Wed Mar 07, 2007 5:19 am

Post by joshua.lyon »

I had the same issue with a chipped box:

Code: Select all

su -
mkdir /mnt/fatx/g
chmod 777 /mnt/fatx/g
echo /dev/hda56\ /mnt/fatx/g\ fatx\ defaults,umask=0000\ 0\ 0 >> /etc/fstab
mount /dev/hda56
V1.1 (Conexant) - 300 gig, XBMC, GentooX
56" 1080p LCoS TV

V1.4 (Focus) - 300 gig, XBMC, GentooX
37" 1080i LCD TV
^eRrOR^
Newbie
Posts: 2
Joined: Sat Mar 10, 2007 7:00 pm

Post by ^eRrOR^ »

WoW! thanks that work a treat ^_^ will the drive stay active on next boot?

lol, i was typing ect where it should have been etc but i got it to work ^_^
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

if you entered

Code: Select all

echo /dev/hda56\ /mnt/fatx/g\ fatx\ defaults,umask=0000\ 0\ 0 >> /etc/fstab
it will be mounted on every boot yes
Post Reply