6086222503
- Move homelab, Jafner.dev (now called blog) to root. - Rename "archived projects" -> "archive" - Rename "active projects" -> "projects" - Rename "jafner-homebrew" -> "5ehomebrew" - Rename "docker-llm-amd" -> "local-ai"
29 lines
2.4 KiB
Plaintext
29 lines
2.4 KiB
Plaintext
# /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>
|
|
# / was on /dev/sda2 during installation
|
|
UUID=c8df72c4-2827-4697-af92-e245fe9ea5cf / ext4 errors=remount-ro 0 1
|
|
# /boot/efi was on /dev/sda1 during installation
|
|
UUID=306E-07E4 /boot/efi vfat umask=0077 0 1
|
|
# iscsi block share at /mnt/nas/iscsi
|
|
#UUID=cf3a253c-e792-48b5-89a1-f91deb02b3be /mnt/nas/iscsi ext4 _netdev 0 1
|
|
|
|
//192.168.1.10/Movies /mnt/nas/movies cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target 0 0
|
|
//192.168.1.10/Shows /mnt/nas/shows cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target 0 0
|
|
//192.168.1.10/Music /mnt/nas/music cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target 0 0
|
|
//192.168.1.10/3DPrinting /mnt/nas/3DPrinting cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target 0 0
|
|
//192.168.1.10/Text/Calibre /mnt/nas/calibre-web cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target>
|
|
//192.168.1.10/Torrenting /mnt/nas/torrenting cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target 0 0
|
|
//192.168.1.10/AV /mnt/nas/av cifs defaults,credentials=/home/admin/.smbcred,uid=1000,gid=1000,x-systemd.requires=network-online.target 0 0
|
|
|
|
//192.168.1.10/Movies /mnt/nas/movies cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0
|
|
//192.168.1.10/Shows /mnt/nas/shows cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0
|
|
//192.168.1.10/Music /mnt/nas/music cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0
|
|
//192.168.1.10/3DPrinting /mnt/nas/3DPrinting cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0
|
|
//192.168.1.10/Text/Calibre /mnt/nas/calibre-web cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0
|
|
//192.168.1.10/Torrenting /mnt/nas/torrenting cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0
|
|
//192.168.1.10/AV /mnt/nas/av cifs credentials=/home/admin/.smbcred,uid=1000,gid=1000,_netdev 0 0 |