SIMULATION - In the system, mounted the iso image /root/examine.iso to/mnt/iso directory. And enable automatically mount (permanent mount) after restart system.
Considering iso images are READ ONLY and hence no fear of data loss!! it is ok to use defaults instead of loop to avoid confusion and complicating things..refer here if you wish to read more http://ccrma.stanford.edu/planetccrma/man/man8/mount.8.html
$echo /root/examine.iso /mnt/iso defaults 0 0 => Note you could use 0 1 to lessen the importance of system check on boot time
$ mount -a
$ findmnt -x => (Important to run this command as it will catch errors or warnings not picked up by mount -a)
automatic and permanent, this can also be active by autofs
#dnf install autofs
#systemctl start autofs
#systemctl enable --now autofs
by default autofs(/etc/auto.misc) is configured to mount cdrom on /misc/cd
#cd /misc/cd ; ls
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
adolfoale
Highly Voted 3 years, 10 months agoLazylinux
Most Recent 3 months, 2 weeks agokenkct
2 years, 8 months agocloudyhr
2 years, 11 months ago