-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
Web Design
3 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
Tonychelle
4 comments · 1 points
-
-
Popular Threads
-
Facebook: How To Get Only Status Updates on Your FB Home Page
1 week ago · 4 comments
-
Firefox: Enable Case Sensitive Searches When Using Find (Ctrl+F)
5 days ago · 1 comment
-
Windows 7: How To Disable Live Preview for Taskbar Thumbnails
2 weeks ago · 2 comments
-
Gmail: How to block a sender from your inbox
3 weeks ago · 3 comments
-
Our first iPhone game GreenThumb available in the App Store
4 weeks ago · 2 comments
-
Facebook: How To Get Only Status Updates on Your FB Home Page
wat do i do?
Password:
su: Authentication failure
lawrence@Inf1n1ty:~$ sudo -i
root@Inf1n1ty:~# mkdir -p /mnt/disk
root@Inf1n1ty:~# mount -o loop BF1942_1.iso /mnt/disk
BF1942_1.iso: No such file or directory
root@Inf1n1ty:~#
so when i log into root, cannot as it is locked, so use sudo to gain root privileges, Then when I go to mount the image it doesn't find it.
Is there a certain location that I need to place the iso in question?
Should something like
mkdir -p /mnt/disk
mount -o loop /dev/USB/BF1942_1.iso /mnt/disk
... Make any sense?
try
mkdir /mnt/foo
mount -o loop /dir/path/filename.iso /mnt/foo
that should do the trick
mount -o loop -t iso9660 rld-dmc4.iso /media/Entertainment/Game/Devil\ May\ Cry\ 4\ Image/
And I got the o/p:-
rld-dmc4.iso: No such file or directory