From owner-freebsd-fs@FreeBSD.ORG Thu Jul 31 10:42:42 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE2D37B401; Thu, 31 Jul 2003 10:42:42 -0700 (PDT) Received: from skyhawk.ecc.engr.uky.edu (skyhawk.ecc.engr.uky.edu [128.163.144.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F5943FB1; Thu, 31 Jul 2003 10:42:41 -0700 (PDT) (envelope-from satish@engr.uky.edu) Received: from satish (helo=localhost) by skyhawk.ecc.engr.uky.edu with local-esmtp (Exim 3.33 #1) id 19iHRo-0007r7-00; Thu, 31 Jul 2003 13:42:40 -0400 Date: Thu, 31 Jul 2003 13:42:40 -0400 (EDT) From: Satish Vanimisetti X-X-Sender: satish@skyhawk.ecc.engr.uky.edu To: "Brandon D. Valentine" In-Reply-To: <20030731170856.GG19233@geekpunk.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-fs@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Mounting an EXT2FS CD on FreeBSD-5.1 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 17:42:42 -0000 [I'm copying -fs because this was originally posted there. I'm also CC'ing -questions.] # mount -t ext2fs /dev/acd1c /mnt/cdrom ext2fs: /dev/acd1c: No such file or directory The CD was burned (on a linux machine), as follows: 1. dd if=/dev/zero of=/tmp/cdimage bs=1024 count=640k 2. mkfs /tmp/cdimage, mount -t ext2 -o loop /tmp/cdimage /mnt/cdimge 3. rsync --archive /my/data /mnt/cdimage 4. umount /mnt/cdimage 5. cdrecord -data /tmp/cdimage Since I did not create any partitions, would there be an ad0c? Also, the FreeBSD install CD mounts fine with /dev/ad0. Thanks for the quick response, Satish Vanimisetti On Thu, 31 Jul 2003, Brandon D. Valentine wrote: > [ 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@dvalentine.com http://www.geekpunk.net > Pseudo-Random Googlism: texas is preserved >