You are not logged in.
Pages: 1
Hello All,
I am a new Arch user trying to setup a network drive on my device. I have successfully configured an fstab entry with the following:
# Synology NAS
//x.x.x.x/NAS /mnt/NAS cifs credentials=/path/to/credentials,iocharset=utf8,uid=1000,gid=1000,nofail,_netdev 0 0This successfully mounts my NAS when I boot into my system. If I go to Dolphin, and navigate to the mount, I can see all of my files, but if I then close Dolphin, and attempt to reboot my machine, I get the message:
Broadcast message from user@hostname (Wed 2025-02-19 22:17:33 MST):
The system will reboot now!
[FAILED] Failed unmounting /mnt/NAS.It then proceeds to hang here for a few minutes before eventually rebooting.
I run
$ journalctl -b -1 -p errAnd see these failures:
user@hostname:~$ journalctl -b -1 -p err
Feb 19 22:16:41 ideapad kernel: hub 6-0:1.0: config failed, hub doesn't
have any ports! (err -19)
Feb 19 22:16:41 ideapad kernel: nouveau 0000:01:00.0: drm: [DRM/00000008
:kmsOutp] [BL_GET level:0] (ret:-22)
Feb 19 22:17:34 ideapad systemd[1]: Failed unmounting /mnt/Synology.
Feb 19 22:17:34 ideapad pipewire[879]: spa.alsa: 'front:1': playback ope
n failed: No such file or directory
Feb 19 22:17:34 ideapad pipewire[879]: spa.alsa: 'front:1': playback ope
n failed: No such file or directory
Feb 19 22:17:34 ideapad pipewire[879]: spa.alsa: 'front:1': playback ope
n failed: No such file or directory
Feb 19 22:17:34 ideapad pipewire[879]: pw.node: (alsa_output.pci-0000_05
_00.6.analog-stereo-54) suspended -> error (Start error: No such file or directory)
Feb 19 22:17:34 ideapad dbus-broker-launch[558]: Activation request for
'org.freedesktop.nm_dispatcher' failed.
Feb 19 22:17:34 ideapad dbus-broker-launch[558]: Activation request for
'org.freedesktop.nm_dispatcher' failed.
Feb 19 22:17:34 ideapad kernel: watchdog: watchdog0: watchdog did not st
op!I am not sure why this is failing or how to prevent it. If I manually unmount before I reboot, it unmounts just fine and the system restarts without any problems. Any ideas on what I can do to fix this?
Thank you all for your help and time!
Offline
Pages: 1