Disk mount issue on FossaDog
Posted: Tue Apr 27, 2021 9:20 am
Hey. I'm not sure if it's a Fossadog or more mount issue, but when I attempt to mount a hard disk with the command:
Code: Select all
mount -w -o rw,users,exec /dev/sda2 /mnt/sda2
the disk is beeing sucessfully mounted, but when typing the command:
Code: Select all
mount | grep sda
it returns me:
Code: Select all
/dev/sda2 on /mnt/sda2 type ext4 (rw,nosuid,nodev,noexec,relatime)
with means that the disk has been mounted with no possibility to run any applications on it (it also mount with not given by me parameters of mainly: nosuid, nodev), with makes me the work difficult because I have on this disk whole developement (and many other) software I use to work.