fstab
Code: Alles auswählen
# /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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=d8819d33-001a-41f4-8ba7-57d41c683968 / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb1 during installation
UUID=09b1ea9b-00a3-4662-99ae-fa58377c1bda /home ext4 defaults 0 2
#Datenaustausch mit Win
UUID=356C88D54F9E6F0F /austausch ntfs-3g users,gid=users,fmask=111,dmask=000,locale=de_DE.UTF-8 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Was müsste ich in die fstab schreiben ?
Oder noch lieber wie kann ich die nur bei bedarf mounten?