Linux command error

Closed
Michael - Updated on Nov 15, 2020 at 10:08 AM
HelpiOS Posts 14296 Registration date Friday October 30, 2015 Status Moderator Last seen April 15, 2024 - Nov 15, 2020 at 10:08 AM
Hello,

sudo mount /media/sr0/ -o unhide ksks

gives Err:

mount: /media/sr0/: can't find in /etc/fstab

Thanks
Related:

1 response

HelpiOS Posts 14296 Registration date Friday October 30, 2015 Status Moderator Last seen April 15, 2024 1,891
Nov 15, 2020 at 10:08 AM
Hi,

I'm not a Linux expert, but I suggest you change "media" by "dev" in your command. Then you can add the "media" command.

The final command will look like this: sudo mount /dev/sr0/ media/cdrom
0