Re: DVD Drive wont mount

From: Kevin Oberman (oberman_at_es.net)
Date: 07/28/03

  • Next message: Garance A Drosihn: "Strange results after partition-full condition..."
    To: "Tyndall, B." <bt22@leicester.ac.uk>
    Date: Mon, 28 Jul 2003 13:59:54 -0700
    
    

    > Date: Mon, 28 Jul 2003 20:50:32 +0100
    > From: "Tyndall, B." <bt22@leicester.ac.uk>
    > Sender: owner-freebsd-stable@freebsd.org

    ls -l /dev/acd0*

    Is the minor mode (right before the month) for all "0"? If not, delete
    them and use /dev/MAKEDEV to make new ones.

    ls -l /dev/acd0*
    crw-r----- 4 root operator 117, 0 Mar 7 15:51 /dev/acd0a
    crw-r----- 4 root operator 117, 0 Mar 7 15:51 /dev/acd0c
                              Minor mode---^

    Try to explicitly issue the mount from the root account:
    # mount -t cd9660 /dev/acdc0 /cdrom

    What (if any) errors do you get? (This is a ISO9660 CD, isn't it?)

    -- 
    R. Kevin Oberman, Network Engineer
    Energy Sciences Network (ESnet)
    Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
    E-mail: oberman@es.net			Phone: +1 510 486-8634
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Garance A Drosihn: "Strange results after partition-full condition..."

    Relevant Pages