In de fstab heb ik laatste regel zelf toegevoegd. Maar bij het opstarten zegt ie dus dat /media/UITGEBREID niet is of zo maar ik heb zelf een map aangemaakt in /media
shinger@K-Laptop:/$ ls /media/
UITGEBREID
cat /etc/fstab
shinger@K-Laptop:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=219b8902-0874-4fbe-b914-c01c21b8bad8 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=603d6649-8ea6-4da5-bc9a-3f4e9f123092 none swap sw 0 0
UUID=12fe931a-5897-457f-b895-221b46865edf /media/UITGEBREID ext4 default0 0
cat /etc/mtab
shinger@K-Laptop:~$ cat /etc/mt
mtab mtab.fuselock mtools.conf
shinger@K-Laptop:~$ cat /etc/mtab
/dev/sda2 / ext4 rw,errors=remount-ro 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
none /sys sysfs rw,noexec,nosuid,nodev 0 0
none /sys/fs/fuse/connections fusectl rw 0 0
none /sys/kernel/debug debugfs rw 0 0
none /sys/kernel/security securityfs rw 0 0
none /dev devtmpfs rw,mode=0755 0 0
none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
none /dev/shm tmpfs rw,nosuid,nodev 0 0
none /var/run tmpfs rw,nosuid,mode=0755 0 0
none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0
none /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
gvfs-fuse-daemon /home/shinger/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=shinger 0 0
UUID' s:
shinger@K-Laptop:~$ sudo blkid
/dev/sda2: UUID="219b8902-0874-4fbe-b914-c01c21b8bad8" TYPE="ext4"
/dev/sda5: UUID="603d6649-8ea6-4da5-bc9a-3f4e9f123092" TYPE="swap"
/dev/sda6: LABEL="UITGEBREID" UUID="12fe931a-5897-457f-b895-221b46865edf" TYPE="ext4"