diff --git a/fstab.example b/fstab.example new file mode 100644 index 0000000..479e840 --- /dev/null +++ b/fstab.example @@ -0,0 +1,16 @@ +# Static information about the filesystems. +# See fstab(5) for details. + +# +# /dev/nvme0n1p2 +UUID=416a7368-9a2f-418b-be32-b462f88c30ae / ext4 rw,relatime 0 1 + +# /dev/nvme0n1p1 +UUID=D060-18C9 /efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 + +# /dev/sda1 +UUID=4275-DF96 /Games vfat rw,relatime,noauto,x-systemd.automount,umask=0000 0 1 + +#//192.168.2.158/stardust /home/chris/Stardust cifs rw,uid=1000,gid=1000,credentials=/home/chris/.local/share/smb/stardust.cred 0 0 +192.168.2.158:/mnt/tower/stardust/chris/files /home/chris/Stardust nfs4 defaults,user,exec 0 0 +192.168.2.158:/mnt/tower/foundry/Data /home/chris/Foundry nfs4 defaults,user,exec 0 0 \ No newline at end of file