Re: mount iso on filesystem

From: Ron Sweeney (sween_at_modelm.org)
Date: 12/20/03

  • Next message: Noah: "Re: backup drive bootabel"
    Date: Sat, 20 Dec 2003 12:43:38 -0500 (EST)
    To: freebsd-questions@freebsd.org
    
    

    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.catalog lnx.img putty
    archivers cloop.o lnxbbc.htm rawrite
    autorun.inf dev logo.png singularity
    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.
    >
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Noah: "Re: backup drive bootabel"

    Relevant Pages

    • mount iso on filesystem
      ... What am I missing here? ... I want to mount an iso and make it available... ... mockbsd# mount /dev/vn0 /mnt ...
      (freebsd-questions)
    • mount within a mount results in system crash
      ... I mounted an iso on the filesystem using mdconfig. ... .img file (msdos) from within that mount on its own mount. ... mockbsd# mount -t msdos /dev/md2 /mnt ...
      (freebsd-questions)