Hi all,
I'm facing an issue with a mount point defined in /etc/fstab during the boot sequence.
I have the following line in my /etc/fstab file :
During the boot sequence I have the following error :
Once I'm connected after the boot sequence if I run command
the CIFS shared is correctly mounted.
It seems that system try to do mount before having network access.
How can I get around this problem ?
Debian version : 12.5
Running environment : VM running on top of proxmox
Thanks in advance.
I'm facing an issue with a mount point defined in /etc/fstab during the boot sequence.
I have the following line in my /etc/fstab file :
Code:
//192.168.1.60/movies /mnt/synology cifs vers=3.0,credentials=/root/.synocred 0 0
Code:
[ 2.754120] CIFS: Attempting to mount \\192.168.1.60\movies[ 2.754150] CIFS: VFS: Error connecting to socket. Aborting operation.[ 2.754172] CIFS: VFS: cifs_mount failed w/return code = -101
Code:
mount -a
It seems that system try to do mount before having network access.
How can I get around this problem ?
Debian version : 12.5
Running environment : VM running on top of proxmox
Thanks in advance.
Statistics: Posted by MyGoul — 2024-05-03 16:32 — Replies 11 — Views 145