root@ANANAS:/home/Roms# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' 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/md0 during installation
UUID=ce94a598-a5cd-49fd-9471-e763988f9fad / ext4 errors=remount-ro 0 1
# /all was on /dev/md1 during installation
UUID=5327923b-6f78-4662-8fc7-dbd5342b2776 /SAMBA ext4 defaults 0 2
# swap was on /dev/md2 during installation
UUID=7f882141-d122-4dc6-abaa-ba305305069f none swap sw 0 0
root@ANANAS:/home/Roms#