Talk:Mounting ISOs under FreeBSD 5.x
(there is no "One True Mountpoint") |
m (not my point) |
||
Line 27: | Line 27: | ||
A mountpoint is anywhere you have an open directory with appropriate permissions. It's no good getting people in the mistaken mindset that there's something special about any one folder. --[[User:Jimbo|Jimbo]] 09:14, 11 Nov 2005 (EST) | A mountpoint is anywhere you have an open directory with appropriate permissions. It's no good getting people in the mistaken mindset that there's something special about any one folder. --[[User:Jimbo|Jimbo]] 09:14, 11 Nov 2005 (EST) | ||
+ | |||
+ | == not my point == | ||
+ | |||
+ | recent-ish freebsd releases make /cdrom (and /cdrom1) mount points for your drives automagically for you(no automounter though..)--[[User:Dave|Dave]] 10:19, 11 Nov 2005 (EST) |
Revision as of 10:19, 11 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
Contents |
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)
more likely
it's more likely that your mountpoint is /cdrom
--Dave 10:41, 10 Nov 2005 (EST)
there is no "One True Mountpoint"
A mountpoint is anywhere you have an open directory with appropriate permissions. It's no good getting people in the mistaken mindset that there's something special about any one folder. --Jimbo 09:14, 11 Nov 2005 (EST)
not my point
recent-ish freebsd releases make /cdrom (and /cdrom1) mount points for your drives automagically for you(no automounter though..)--Dave 10:19, 11 Nov 2005 (EST)