Mounting an EXT2FS CD on FreeBSD-5.1

Brandon D. Valentine brandon at dvalentine.com
Thu Jul 31 10:08:55 PDT 2003


[ This probably should have been asked on -questions. ]

On Thu, Jul 31, 2003 at 12:14:19PM -0400, Satish Vanimisetti wrote:
> 
> I am trying to mount a CD burned with an EXT2 filesystem on
> a PC installed with FreeBSD-5.1
> 
>   # mount -t ext2fs /dev/acd0 /cdrom
>   ext2fs: /dev/acd0: No such file or directory

You're trying to mount the cdrom device itself, not a filesystem on the
cdrom.  You need to mount /dev/acd0c.

Brandon D. Valentine
-- 
brandon at dvalentine.com                                 http://www.geekpunk.net
Pseudo-Random Googlism:  texas is preserved


More information about the freebsd-fs mailing list