Here it is.
boggom@ubuntu:~$ ls /dev/s*
/dev/scd0 /dev/sdb /dev/sequencer /dev/sg2 /dev/sr0
/dev/sda /dev/sdb1 /dev/sequencer2 /dev/sg3 /dev/stderr
/dev/sda1 /dev/sdc /dev/sg0 /dev/snapshot /dev/stdin
/dev/sda5 /dev/sdc1 /dev/sg1 /dev/sndstat /dev/stdout
/dev/shm:
pulse-shm-297684892
/dev/snd:
controlC0 hwC1D0 pcmC0D0c pcmC0D1c pcmC0D2c pcmC1D0p pcmC1D2c seq
controlC1 midiC1D0 pcmC0D0p pcmC0D1p pcmC1D0c pcmC1D1p pcmC1D2p timer
boggom@ubuntu:~$
boggom@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc5528510
Device Boot Start End Blocks Id System
/dev/sda1 2 9964 80027797+ f W95 Ext'd (LBA)
/dev/sda5 2 9964 80027766 7 HPFS/NTFS
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4290428f
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9729 78148161 7 HPFS/NTFS
Disk /dev/sdc: 4005 MB, 4005560320 bytes
21 heads, 21 sectors/track, 17740 cylinders
Units = cylinders of 441 * 512 = 225792 bytes
Disk identifier: 0x7b692e56
Device Boot Start End Blocks Id System
/dev/sdc1 19 17741 3907648 c W95 FAT32 (LBA)
boggom@ubuntu:~$
boggom@ubuntu:~$
boggom@ubuntu:~$ sudo /etc/fstab
sudo: /etc/fstab: command not found
boggom@ubuntu:~$ sudo ls /etc/fstab
/etc/fstab
boggom@ubuntu:~$ /etc/fstab
bash: /etc/fstab: Permission denied
boggom@ubuntu:~$
The 4GB drive is my flash drive for the record....
I can't get the /etc/fstab/ one to return some output, maybe I'm doing something wrong...?