On Thu, May 11, 2006 at 09:42:24AM -0300, Jo?o Salvatti wrote:
> Hi all,
>
> I have two hd's: one has my OpenBSD system (wd0) and the other one is
> for backup purposes. When OpenBSD 3.9 was released I formatted my wd0
> to install it, but I didn't do a thing with wd1. But when I tried to
> mount it (file system type ffs) it returns the following message:
>
> [EMAIL PROTECTED]:/# mount -t ffs /dev/wd1a /mnt/backup/
> mount_ffs: /dev/wd1a on /mnt/backup: Device not configured
>
> Could please anyone help me? There goes the disklabel.
>
> [EMAIL PROTECTED]:/# disklabel wd1
> # Inside MBR partition 3: type A6 start 63 size 156296322
> # /dev/rwd1c:
> type: ESDI
> disk: ESDI/IDE disk
> label: ST380011A
> flags:
> bytes/sector: 512
> sectors/track: 63
> tracks/cylinder: 16
> sectors/cylinder: 1008
> cylinders: 16383
> total sectors: 156301488
> rpm: 3600
> interleave: 1
> trackskew: 0
> cylinderskew: 0
> headswitch: 0 # microseconds
> track-to-track seek: 0 # microseconds
> drivedata: 0
>
> 16 partitions:
> # size offset fstype [fsize bsize cpg]
> a: 156296322 63 unused 0 0 # Cyl
> 0*-155055*
> c: 156301488 0 unused 0 0 # Cyl 0
> -155060
> [EMAIL PROTECTED]:/# mount -t ffs /dev/wd1a /mnt/backup/
> mount_ffs: /dev/wd1a on /mnt/backup: Device not configured
>
> For now, thanks.
>
> --
> Joco Salvatti
> Undergraduating in Computer Science
> Federal University of Para - UFPA
> web: http://www.openbsd-pa.org
> e-mail: [EMAIL PROTECTED]
Partition "a" shows an fstype of "unused" -- if you've truly done nothing
with the disk, delete and recreate partition "a" then run
# newfs /dev/rwd1a
to format it. Then you should be able to mount it.
If you're running i386 or amd64 you may also want to check the MBR partitions
with fdisk before making any changes.