remote-admin.sh aktualisiert

Ampel moved to cluster-ho
UPDATE your /etc/fstab
This commit is contained in:
Dennis Sengstock 2025-04-04 15:26:08 +02:00
parent 11a465886e
commit 10fdf4ddda

View file

@ -15,14 +15,13 @@
# #
# Add the following line to your /etc/fstab and edit YOUR_USERNAME # Add the following line to your /etc/fstab and edit YOUR_USERNAME
# #
# //remote-admin1/Ampel /tmp/remote-ampel cifs credentials=/home/YOUR_USERNAME/.smbcredentials,user,noauto,workgroup=ZFD,dir_mode=0777,file_mode=0777,_netdev 0 0 # //cluster-ho/Ampel /tmp/remote-ampel cifs credentials=/home/YOUR_USERNAME/.smbcredentials,user,noauto,workgroup=ZFD,dir_mode=0777,file_mode=0777,_netdev 0 0
# #
# setuid might be necessary on /usr/sbin/mount.cifs. Set it as root with # setuid might be necessary on /usr/sbin/mount.cifs. Set it as root with
# #
# chmod u+s /usr/sbin/mount.cifs # chmod u+s /usr/sbin/mount.cifs
AMPEL_MOUNT=/tmp/remote-ampel AMPEL_MOUNT=/tmp/remote-ampel
AMPEL_SHARE=//remote-admin1/Ampel
if [ -f ~/.remote-admin ]; then if [ -f ~/.remote-admin ]; then
source ~/.remote-admin source ~/.remote-admin