Re: mount iso on filesystem

2003-12-20 Thread Ron Sweeney


I gave up too soon!!! sorry to waste your bandwidth!

mockbsd# mdconfig -a -t vnode -f /bbc-2.1.iso -u 4
mockbsd# mount /dev/md4 /mnt
mount: /dev/md4 on /mnt: incorrect super block
mockbsd# mount -t cd9660 /dev/md4 /mnt
mockbsd# cd /mnt
mockbsd# ls
CREDITS bbc.css docopen.exe mnt
TRANS.TBL   boot.cataloglnx.img putty
archivers   cloop.o lnxbbc.htm  rawrite
autorun.inf dev logo.pngsingularity
mockbsd#


On Sat, 20 Dec 2003, Ron Sweeney wrote:

>
> What am I missing here?  I want to mount an iso and make it available...
>
> mockbsd# mdconfig -l /dev/vn0 bbc-2.1.iso
> mockbsd# mount /dev/vn0 /mnt
> cd9660: /dev/vn0: No such file or directory
>
> and there is no vn0 in dev, what am I missing in the Kernel, im running
> 5.0-Release.
>
> Thanks in advance.
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mount iso on filesystem

2003-12-20 Thread Ron Sweeney

What am I missing here?  I want to mount an iso and make it available...

mockbsd# mdconfig -l /dev/vn0 bbc-2.1.iso
mockbsd# mount /dev/vn0 /mnt
cd9660: /dev/vn0: No such file or directory

and there is no vn0 in dev, what am I missing in the Kernel, im running
5.0-Release.

Thanks in advance.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"