Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 1996 12:19:55 -0400 (EDT)
From:      Frank Seltzer <frankd@yoda.fdt.net>
To:        Neil <neil@corpex.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Cd's and filesystems
Message-ID:  <Pine.BSF.3.95.960919121747.17123A-100000@Kryten.nina.org>
In-Reply-To: <m0v3l0H-0000McC@corpex.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Sep 1996, Neil wrote:

> I get the following error when trying to mount the Live File System on my
> FreeBSD box (2.1)
> 
> bash# mount /dev/cd0a /cdrom
> /dev/cd0a on /cdrom: Incorrect super block.
> bash# fsck /dev/cd0a
> ** /dev/rcd0a
> BAD SUPER BLOCK: MAGIC NUMBER WRONG
> /dev/rcd0a: NOT LABELED AS A BSD FILE SYSTEM (4.4LFS)
> bash# mount -t lfs /dev/cd0a /cdrom
> lfs: Operation not supported by device

That is because it is a cd9660 file system. Use:

	mount -t cd9660 /dev/cd0a /cdrom

and it will work.

> 	  Any ideas?
> 
> 	  Cheers,
> 		  Neil
> 
> 
> --
> Neil Fowler Wright			Systems Administrator
> Corpex Ltd.				+44 171 242 4555
> 
> 

Frank
--
Only in America can a homeless veteran sleep in a cardboard box while a 
draft dodger sleeps in the White House - anonymous




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.960919121747.17123A-100000>