I have a second hard drive (dev/sdb) in my computer. This is not shown in the fstab and I can only access it as root. Here is the fstab:
# /etc/fstab: static file system information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# /dev/ROOT / ext3 noatime 0 1
# /dev/SWAP none swap sw 0 0
# /dev/fd0 /mnt/floppy auto noauto 0 0
none /proc proc nosuid,noexec 0 0
none /dev/shm tmpfs defaults 0 0
UUID=63619ca5-273f-423e-ae7f-fa24253f0e53 swap swap sw 0 0
# /dev/sda3 at time of installation
UUID=d0078359-23f0-41ff-80fd-11a32693fe61 /home ext4 rw,relatime,errors=remount-ro 0 2
# /dev/sda1 at time of installation
UUID=500b0c4d-fc36-4568-95a9-9af1004d581e / ext4 rw,relatime,errors=remount-ro 0 1`
and here fdisk -l (a part):
Festplatte /dev/sdb: 1,82 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Festplattenmodell: ST2000DM008-2FR1
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x274c31b8
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/dev/sdb1 2048 3907028991 3907026944 1,8T 83 Linux
Mod edit: enclosed the output in three backticks ( ``` ) for better formatting.
- Evan