Disk mount issue on FossaDog

Moderator: fredx181

Post Reply
mcgiwer
Posts: 23
Joined: Sat Apr 03, 2021 6:22 pm
Been thanked: 1 time

Disk mount issue on FossaDog

Post by mcgiwer »

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.

Post Reply

Return to “UbuntuDogs”