My question is similar but different. Of course ...
In my case, I'm trying to understand the syntax of mounting a terrabyte "Yellow Machine" P400T drive that is presently on our network but not yet mounted and/or able to accept files. I can "see" it by pointing a browser to IPADDRESS:10000 at which point the Yellow Machine software kicks in and lets me administer it. Somewhat.
Guessing in advance that you need to see my fstab, it is:
-------------
/dev/hda1 / ext3 defaults 1 1
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
-------------
And my fdisk -l results in:
Disk /dev/hda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 764 6136798+ 83 Linux
/dev/hda2 765 30401 238059202+ 5 Extended
/dev/hda5 765 904 1124518+ 82 Linux swap
/dev/hda6 905 30401 236934621 83 Linux
I feel certain there's more you need to know but, heck, I don't even know what that is. I'm sure you'll tell me!
Many thanks,
LSOSheriff