RE: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Satish Vanimisetti
> Have you tried: > > # mount_cd9660 /dev/acd1c /mnt/cdrom > > or > > # mount -t cd9660 /dev/acd1c /mnt/cdrom Yes, I have. I get an "incorrect superblock" error, which is expected, because the filesystem on the CD is ext2. > Joshua Thanks, Satish Vanimisetti __

RE: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Joshua Lokken
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Satish > Vanimisetti > Sent: Thursday, July 31, 2003 10:43 AM > To: Brandon D. Valentine > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Mounting an EXT2FS CD on Fre

Re: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Satish Vanimisetti
[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