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
3 years ago
Configure memory disk:
<font color="green">
$ mdconfig -a -t vnode -f image.iso
</font>
Mount the memory disk:
<font color="green">
$ mount -r -t cd9660 /dev/md0 /mnt
</font>
Clear the memory disk:
<font color="green">
$ mdconfig -d -u md0
</font>