From: "Rus Foster" <[EMAIL PROTECTED]>
> Hi All,
>  Does FreeBSD have any support for loopback filesystems. i.e. I mean being
> able to mount a file as a filesystem ala Linux. Googling didn't chuck back
> much and the nearest I found was mount_null. Is it possible?

man vn
man vnconfig
/dev/vn*

e.g.:

# vnconfig -c vn0 file.iso && mount_cd9660 /dev/vn0 /mnt
...
# umount /mnt && vnconfig -u vn0


Wayne

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

Reply via email to