Becca Putman
Dabbler
- Joined
- Feb 8, 2024
- Messages
- 12
I've seen multiple other threads on this already, and I've gotten to where mount -alv doesn't throw any errors. No, now it just tells me "ignored".
So, here is my fstab entries:
I used to use SAMBA, and I do install the client so I can access my TrueNAS, but SAMBA became a royal pain in the neck. I am loving my NAS, as I can access it from any machine in my network (Linux Mint 22, Windows 10, and Android phones). Yes, I can go to my network icon and mount them that way, but I'd really like to add them to my fstab and have them automount.
Thoughts?
Thanks!
So, here is my fstab entries:
Code:
//192.168.0.104/mnt/FirstNAS/house /media/sappha58 cifs username=sappha58,password=xxxxxxxx,noauto,x-systemd.automount,x-systemd.mount-timeout=30,_netdev 0 0 //192.168.0.104/mnt/FirstNAS/sappha58 /media/sappha58 cifs username=sappha58,password=xxxxxxxx,noauto,x-systemd.automount,x-systemd.mount-timeout=30,_netdev 0 0
Code:
So when I do the following: sappha58@intrepid:~$ mount -alv / : ignored /boot : already mounted /boot/efi : already mounted /home : already mounted none : ignored /media/sappha58 : ignored /media/sappha58 : ignored
I used to use SAMBA, and I do install the client so I can access my TrueNAS, but SAMBA became a royal pain in the neck. I am loving my NAS, as I can access it from any machine in my network (Linux Mint 22, Windows 10, and Android phones). Yes, I can go to my network icon and mount them that way, but I'd really like to add them to my fstab and have them automount.
Thoughts?
Thanks!
Last edited by a moderator: