Talk:Mounting ISOs under FreeBSD 5.x
From FreeBSDwiki
(Difference between revisions)
(problem..mounting..) |
(do you actually have a /mnt/cdrom?) |
||
Line 11: | Line 11: | ||
help me please | help me please | ||
+ | |||
+ | == do you actually have a /mnt/cdrom? == | ||
+ | |||
+ | Do you actually have a directory /mnt/cdrom? One has to exist before you can mount something else on it. If you do have a /mnt/cdrom and the mount command that you just listed didn't work, then your ISO file is not valid. --[[User:Jimbo|Jimbo]] 16:29, 9 Nov 2005 (EST) | ||
+ | ---- | ||
+ | ---- |
Revision as of 16:29, 9 November 2005
sudo mdconfig -a -t vnode -f /home/aramius/downloads/Max.Payne.iso -u 1
[21:00:07] [aramius@pegasus]# sudo mount -t cd9660 /dev/md1 /mnt/cdrom/ cd9660: /dev/md1: Invalid argument
[21:00:23] [aramius@pegasus]# ls /dev/md1 /dev/md1
i did'nt know..:?
help me please
do you actually have a /mnt/cdrom?
Do you actually have a directory /mnt/cdrom? One has to exist before you can mount something else on it. If you do have a /mnt/cdrom and the mount command that you just listed didn't work, then your ISO file is not valid. --Jimbo 16:29, 9 Nov 2005 (EST)