# /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). # # # / was on /dev/sdc3 during installation #UUID=508f5356-d7cb-41f4-946a-2a18112d4ec4 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sdb2 during installation #UUID=1a7d2580-5e16-4772-93ed-abe53315ceda /boot ext4 defaults 0 2 # swap was on /dev/sdb3 during installation #UUID=19689882-df1f-4b95-9a18-28537a35a182 none swap sw 0 0 #LABEL=swap swap sw 0 0 # swap was on /dev/sdc2 during installation #UUID=93e42472-3fd0-4c7c-9d13-01408256c9a3 none swap sw 0 0 LABEL=xubuntu2004 / ext4 errors=remount-ro 0 1 LABEL=boot /boot ext4 defaults 0 2 LABEL=ssdswap swap sw 0 0 /dev/fd0 /mnt/floppy auto rw,user,noauto,exec,utf8 0 0 LABEL=hddata /mnt/hddata ext4 relatime,errors=remount-ro 0 2 ### ISO image mounts (for PXE booting) /root/archives/ubuntu-18.04.4-desktop-amd64.iso /var/www/pxe/ubuntu-18.04.4-desktop-amd64 iso9660 loop,ro,auto,uid=www-data,gid=www-data 0 0 /root/archives/xubuntu-20.04.1-desktop-amd64.iso /var/www/pxe/xubuntu-20.04.1-desktop-amd64 iso9660 loop,ro,auto,uid=www-data,gid=www-data 0 0 /var/www/pxe/Fedora-Workstation-Live-x86_64-32-1.6.iso /var/www/pxe/Fedora-Workstation-Live-x86_64-32-1.6 iso9660 loop,ro,auto,uid=www-data,gid=www-data 0 0 ### Network mounts - SAMBA/CIFS //2406:e001:1:2802::4/root2 /mnt/mypvr cifs username=lith,password=PigAmDayg4,file_mode=0777,dir_mode=0777 0 0 ### Network mounts - sshfs sshfs#root@10.0.2.251:/ /mnt/erl fuse noauto,allow_root,transform_symlinks,identityfile=/root/.ssh/id_rsa 0 0