Hello everybody,
I have a little problem with a mount of a USB stick under Debian 9.9 (in a pve VM).
After I assigned the USB stick and formatted as ext4, I get it with the mount not out the transferred options are taken over.
It does not matter if I put these on the console via mount command, or enter in the fstab. They are simply ignored.
here my mount command:
mount -t ext4 -o auto,nofail,sync,users,rw /dev/sdb1 /media/Backup/
and the result is:
/dev/sdb1 on /media/Backup type ext4 (rw,nosuid,nodev,noexec,relatime,sync,data=ordered)
when i use the defaults (mount /dev/sdb1 /media/Bckup/) then the output is:
/dev/sdb1 on /media/Backup type ext4 (rw,relatime,data=ordered)
the blkid output is:
/dev/sdb1: UUID="479c7c08-c841-45b7-8679-cbf67258be45" TYPE="ext4"
The problem is actually when the USB stick is not plugged in, the Debian does not start anymore and hangs in the boot process.
any hints?
Soc
I have a little problem with a mount of a USB stick under Debian 9.9 (in a pve VM).
After I assigned the USB stick and formatted as ext4, I get it with the mount not out the transferred options are taken over.
It does not matter if I put these on the console via mount command, or enter in the fstab. They are simply ignored.
here my mount command:
mount -t ext4 -o auto,nofail,sync,users,rw /dev/sdb1 /media/Backup/
and the result is:
/dev/sdb1 on /media/Backup type ext4 (rw,nosuid,nodev,noexec,relatime,sync,data=ordered)
when i use the defaults (mount /dev/sdb1 /media/Bckup/) then the output is:
/dev/sdb1 on /media/Backup type ext4 (rw,relatime,data=ordered)
the blkid output is:
/dev/sdb1: UUID="479c7c08-c841-45b7-8679-cbf67258be45" TYPE="ext4"
The problem is actually when the USB stick is not plugged in, the Debian does not start anymore and hangs in the boot process.
any hints?
Soc