Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 9143  / 1 Year ago, sun, february 12, 2023, 5:06:41

I have a genuine iso file of AutoCAD ~2.5gb, I can mount it in windows with traditional application like Poweriso & Alcohol but while in nautilus the error mentioned in title occurs.



Now how can I eliminate this error? And, or how do I extract iso to its contents at-least Winrar can treat iso as an archive....


More From » mount

 Answers
5

I don't know what nautilus does here but you can mount the image on the command line without any problems.




  1. Create a directory where you want to mount it, e.g. sudo mkdir /media/AutoCAD (if you want to use an existing directory it should be empty)

  2. Type sudo mount -o loop /path/to/file /path/to/mountPoint, e.g. sudo mount ~/downloads/AutoCAD.iso /media/AutoCAD

  3. Access the files via /media/autoCAD with any application

  4. When you are done unmount it again with sudo umount /media/AutoCAD (it is umount, not unmount)

  5. If you want delete the directory again with sudo rmdir /media/AutoCAD


[#32750] Monday, February 13, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rstride

Total Points: 305
Total Questions: 112
Total Answers: 118

Location: Mali
Member since Sat, Dec 26, 2020
3 Years ago
;