How to Mount ISO file in Ubuntu

  This simple and brief tutorial will show you how to mount ISO file in Ubuntu using command mount with or without root privilege. Mo...

 

This simple and brief tutorial will show you how to mount ISO file in Ubuntu using command mount with or without root privilege.
Mount ISO with root in Command Line
1.Open a terminal by pressing Ctl+Alt+t
2.Mount the iso file to your /mnt directory with below command(Verify your /mnt is empty)
ls /mnt
sudo mount my.iso /mnt
3.To unmount the iso file
sudo umount /mnt

Mount ISO file without root (regular user)
1.Install fuseiso use below command in your terminal
sudo apt-get install fuseiso
2.Give normal user the read permission of /etc/fuse.conf ,or you can add the normal user who need mount iso file to group fuse
sudo chmod +r /etc/fuse.conf
3.Then a normal user can mount iso file without root privilege
mkdir test
fuseiso my.iso test
4.Use below command to unmount the iso file
fusermount -u test

Mount ISO file via GUI
You can install gisomount to your ubuntu then you can mount ISO file from GUI ,and access it use file browser such as Nautilus
1.Install gisomount use below command
sudo apt-get install gisomount
2.Launch gisomount from Dash
3.Then you can mount ISO file use gISOmount and access it via your file browser

COMMENTS

Random Elites

Name

Common Linux Common Redhat Ip Address Redhat RHEL6 Ubuntu
false
ltr
item
Linux Elites: How to Mount ISO file in Ubuntu
How to Mount ISO file in Ubuntu
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghdO7CL9oZ1v0OkJVI7-Tv2M5iz-5360YDoYQIOn3p4ZjNT5rHtWfvKN0ScFreXJDkv9CA-kYU6nNl7p-BRdfwZb-zMuk_y1gjNHoF8_bYETAF1XOuM9n5Ct69IbhniSpaZXSSaKgZIcI/s640/615.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghdO7CL9oZ1v0OkJVI7-Tv2M5iz-5360YDoYQIOn3p4ZjNT5rHtWfvKN0ScFreXJDkv9CA-kYU6nNl7p-BRdfwZb-zMuk_y1gjNHoF8_bYETAF1XOuM9n5Ct69IbhniSpaZXSSaKgZIcI/s72-c/615.jpg
Linux Elites
https://linuxelites.blogspot.com/2016/03/how-to-mount-iso-file-in-ubuntu.html
https://linuxelites.blogspot.com/
http://linuxelites.blogspot.com/
http://linuxelites.blogspot.com/2016/03/how-to-mount-iso-file-in-ubuntu.html
true
7442208655518515278
UTF-8
Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy