Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks..:)
- unfortunately, the organize button is not highlighted so i can't get to the next step. Any suggestions?
- i found it after i sent it lol blondie here lol.. just sent u a message on the wii.! thanks!
- micheal send a nice phone and picture to me.
- Yes, but here it is again. It is 4285 2670 2528 4658
8 months ago
8 months ago
7 months ago
7 months ago
6 months ago
5 months ago
5 months ago
4 months ago
wat do i do?
4 months ago
2 months ago
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?
2 months ago
Should something like
mkdir -p /mnt/disk
mount -o loop /dev/USB/BF1942_1.iso /mnt/disk
... Make any sense?