I'm new to linux and I need help for mounting the spare partitions of my xbox.
I've done a FRUGAL install of xdsl.
here is the information from fdisk and mount:
CODE
root@0[/]# fdisk -l
Disk /dev/hda: 81.9 GB, 81964302336 bytes
16 heads, 63 sectors/track, 158816 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk /dev/hda doesn't contain a valid partition table
root@0[/]# mount
/dev/root on / type ext2 (rw)
/dev/hda50 on /cdrom type fatx (rw,nosuid,nodev,umask=000,uid=1001,gid=50)
/dev/cloop on /KNOPPIX type iso9660 (ro)
/ramdisk on /ramdisk type tmpfs (rw,size=44540k,size=39241k)
/proc/bus/usb on /proc/bus/usb type usbdevfs (rw,devmode=0666)
now the question is: what I have to do to find and mount the other partitions (the F: drive I used to have with Evox/XBMC for example)
I've dir the /dev folder but there is so much stuff in it ...
thanks a lot for your help !!