2024-10-13, 10:16 PM
(This post was last modified: 2024-10-13, 11:37 PM by TheDreadPirate. Edited 1 time in total.)
Maybe. What trickery did you do? If it doesn't involve using /etc/fstab, you should switch to use fstab.
An example from my desktop.
1) Remote server + share name
2) Local mount point
3) Remote file system
4) Mount options. Credentials for the share stored in a file, don't check if local user has permissions to access the share (any user can access the share).
5) Additional mount options, both will be zero in 99.9999% of cases
An example from my desktop.
Code:
//192.168.1.3/library /media/library cifs credentials=/home/chris/.smbcredentials,noperm 0 0
1) Remote server + share name
2) Local mount point
3) Remote file system
4) Mount options. Credentials for the share stored in a file, don't check if local user has permissions to access the share (any user can access the share).
5) Additional mount options, both will be zero in 99.9999% of cases