I have been trying to get this working for over a week now. I've watched countless videos and read dozens of webpages and still I'm at a loss. I believe it comes down to permissions but I'm still having trouble.
My Fstab entry is below:
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=36D2-611E /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
//192.168.1.251/movies /mnt/wickednas/movies cifs vers=3.0,_netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=jellyfin,pass=12345 0>
NAS IP address: 192.168.1.251
NAS Share: 192.168.1.251/Movies
Mount location: /mnt/wickednas/movies
User: jellyfin
Pass: 12345
I save the fstab file and attempt to mount it and this is what I get:
root@Proxmox-Server:/mnt/wickednas/movies# mount -a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
Trying to identify the issue, I run "dmesg | tail".
root@Proxmox-Server:/mnt/wickednas/movies# dmesg | tail
[63866.260686] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[63866.260699] CIFS: enabling forcegid mount option implicitly because gid= option is specified
[63866.260701] CIFS: Attempting to mount //192.168.1.251/movies
[63866.267285] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
[63866.267300] CIFS: VFS: \\192.168.1.251 Send error in SessSetup = -13
[63866.267321] CIFS: VFS: cifs_mount failed w/return code = -13
[64274.074106] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[64274.074112] CIFS: enabling forcegid mount option implicitly because gid= option is specified
[64274.074114] CIFS: Attempting to mount //192.168.1.251/movies
[64274.121447] CIFS: VFS: cifs_mount failed w/return code = -13
As far as I can tell, I've created user jellyfin on proxmox and truenas with the same password. I'm just totally stumped at this point.
My Fstab entry is below:
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=36D2-611E /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
//192.168.1.251/movies /mnt/wickednas/movies cifs vers=3.0,_netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=jellyfin,pass=12345 0>
NAS IP address: 192.168.1.251
NAS Share: 192.168.1.251/Movies
Mount location: /mnt/wickednas/movies
User: jellyfin
Pass: 12345
I save the fstab file and attempt to mount it and this is what I get:
root@Proxmox-Server:/mnt/wickednas/movies# mount -a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
Trying to identify the issue, I run "dmesg | tail".
root@Proxmox-Server:/mnt/wickednas/movies# dmesg | tail
[63866.260686] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[63866.260699] CIFS: enabling forcegid mount option implicitly because gid= option is specified
[63866.260701] CIFS: Attempting to mount //192.168.1.251/movies
[63866.267285] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
[63866.267300] CIFS: VFS: \\192.168.1.251 Send error in SessSetup = -13
[63866.267321] CIFS: VFS: cifs_mount failed w/return code = -13
[64274.074106] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[64274.074112] CIFS: enabling forcegid mount option implicitly because gid= option is specified
[64274.074114] CIFS: Attempting to mount //192.168.1.251/movies
[64274.121447] CIFS: VFS: cifs_mount failed w/return code = -13
As far as I can tell, I've created user jellyfin on proxmox and truenas with the same password. I'm just totally stumped at this point.