-
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
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
bej
4 comments · 1 points
-
dimithri
5 comments · 1 points
-
-
Popular Threads
-
Windows 7: How to Prevent the Mouse from Waking your PC
1 week ago · 2 comments
-
Outlook 2010: Turn Off Attachment Preview
2 weeks ago · 2 comments
-
Gmail: How to Send SMS Messages Without Using Email
3 weeks ago · 2 comments
-
Thunderbird 3: How to Download Images Automatically
2 weeks ago · 1 comment
-
Windows 7 – Prevent Live Messenger from Opening at Start Up
2 weeks ago · 1 comment
-
Windows 7: How to Prevent the Mouse from Waking your PC
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