You are not logged in.
Hello all,
Recovered from a CPU crash 2 weeks ago, I had to resinstall arch, painless install. Got everything going except that I can't get my NAS (cifs shares) to mount read write.
I've gone through the samba wiki, and even pulled my fstab line from work to compare
fstab on my system:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
UUID=71a7b16b-d28e-4c11-8a69-89b5d490de8a / ext4 rw,relatime,data=ordered 0 1
UUID=864071f6-8e7e-4b0b-bc41-f286de1ce404 /var ext4 rw,relatime,data=ordered 0 2
UUID=f55932aa-f9b6-4b99-ae33-f73dd9ddbf3b /mnt/nixitdata ext4 rw,relatime,data=ordered 0 2
UUID=4849eab4-0010-4f1a-ad3b-1e80b6587d8c /mnt/nixitssd ext4 rw,relatime,data=ordered 0 2
/dev/sdc2 /mnt/win7 ntfs-3g noauto,x-systemd.automount,defaults 0 0
/dev/sdc3 /mnt/windata ntfs-3g noauto,x-systemd.automount,defaults 0 0
//srvnas/movies /mnt/movies cifs noauto,x-systemd.automount,rw,credentials=/mnt/nixitdata/docs/.creds 0 0
//srvnas/nixit-backup /mnt/nixit-backup cifs noauto,x-systemd.automount,rw,credentials=/mnt/nixitdata/docs/.creds 0 0
The windows shares mount read/write but the cifs shares do not. I have the exact same line (different mount points, but same options) for my NAS at work and it mounts read/write.
I don't think I'm missing any packages, I'm just drawing a brainfart on this.
--nixIT
ASRock X570 PG VELOCITA AM4 AMD X570 | AMD Ryzen 5900x | 128GB G.SKILL RipjawsV | ASRock Radeon RX 6700 XT Challenger D
Offline
been working on this all yesterday, and my current fstab is this:
//srvnas/nixit-backup /mnt/nixit-backup cifs noauto,uid=nixit,credentials=/mnt/nixitdata/docs/.creds,x-systemd.automount 0 0
//srvnas/movies /mnt/movies cifs noauto,uid=nixit,credentials=/mnt/nixitdata/docs/.creds,x-systemd.automount 0 0
and though at some point, I have r/w access to /mnt/nixit-backup
I installed samba
I have not made any changes to samba config files, never needed to in the past.
I also umounted the two shares, deleted the mount mounts, recreated them, chowned them to me, rebooted (to get a clean mount) and so far only r/w to one of the two shares.
I'm completely confused.
Any ideas what I'm missing?
--nixIT
ASRock X570 PG VELOCITA AM4 AMD X570 | AMD Ryzen 5900x | 128GB G.SKILL RipjawsV | ASRock Radeon RX 6700 XT Challenger D
Offline