This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/fstab
T
2021-10-27 14:28:05 +02:00

13 lines
740 B
Plaintext

proc /proc proc defaults 0 0
PARTUUID=6c586e13-01 /boot vfat defaults 0 2
PARTUUID=6c586e13-02 / ext4 defaults,noatime 0 1
# cifs mount
#//192.168.0.40/NetBackup /backup cifs auto,user,defaults,username=gorden,password=$Gentoo12,iocharset=utf8 0 0
#//192.168.0.40/music /mnt/library/music cifs auto,user,defaults,username=plex,password=#gentoo#,iocharset=utf8 0 0
#//192.168.0.40/photo /mnt/library/photo cifs auto,user,defaults,username=plex,password=#gentoo#,iocharset=utf8 0 0
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
192.168.0.40:/volume1/NetBackup /backup nfs rw,soft,bg,_netdev 0 0