You are not logged in.
So, I'm used to every version of Debian changes how autofs interacts with cifs-utils. Trying to get autofs set up on my newly upgraded centaurus install (fresh install) and having trouble finding the right combination of options.
/etc/master:
#
# Sample auto.master file
# This is a 'master' automounter map and it has the following format:
# mount-point [map-type[,format]:]map [options]
# For details of the format look at auto.master(5).
#
#/misc /etc/auto.misc
/media/soth /etc/auto.cifs -t=30
rest of file is stock
/etc/auto.cifs:
music -fstype=cifs,guest,uid=$UID,gid=$GID ://192.168.1.90/Music
To verify it works, manually mounting:
root@acer:/etc# systemctl stop autofs
root@acer:/etc# mount -t cifs -o guest //192.168.1.90/Music /media
root@acer:/etc# ls music
ls: cannot access 'music': No such file or directory
root@acer:/etc# ls /media/
'3 Doors Down'
ACDC
This config works on Debian 9, Ubuntu 18.04, ROSA, and Arch linux, so I'm sure it's just the autofs options for Buster have changed, but no idea WHAT'S changed in the options!!! If anyone has any ideas, I'd appreciate! I am using systemd automount as a temporary workaround, but it seems much slower than autofs to me, and clutters up /etc/fstab...
Last edited by tlmiller76 (2019-02-20 04:29)
Q4OS Trinity machine - Lenovo ThinkPad L14 Gen3 AMD. AMD Ryzen 7 Pro 5875U, 64GB LPDDR4, 1TB m.2 NVMe SSD, Vega 8 iGP, Qualcomm QCNFA765 Wifi 6E + BT 5.2, 14" 1920x1080 low-power 400-nit LCD.
Offline