Hello,

since 2 week's I changed from linux to openbsd.
But my extern hd didn't managed it yet.

It is a 80gig extern harddisk connected with usb2.0 to my laptop.
It has an ext3fs and is full of data.

I thought,that I could mount it with ext2fs, but it was not posible...


[EMAIL PROTECTED]:~# mount_ext2fs /dev/sd0i /mnt/tmp/ 
mount_ext2fs: /dev/sd0i on /mnt/tmp: specified device does not match mounted 
device

[EMAIL PROTECTED]:~# dmesg
...
rootdev=0x0 rrootdev=0x300 rawdev=0x302
uhub2 at usb2
uhub2: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0 at cardbus1 dev 0 function 2: "NEC USB" rev 0x04 (rev. 0x04)
ehci0: interrupting at 10
usb3 at ehci0: USB revision 2.0
uhub3 at usb3
uhub3: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 5 ports with 5 removable, self powered
umass0 at uhub3 port 2 configuration 1 interface 0
umass0: Genesyslogic USB Mass Storage Device, rev 2.00/0.33, addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets
sd0 at scsibus1 targ 1 lun 0: <FUJITSU, MHT2080AT, 0811> SCSI0 0/direct fixed
sd0: 76319MB, 76319 cyl, 64 head, 32 sec, 512 bytes/sec, 156301488 sec total


[EMAIL PROTECTED]:~# disklabel sd0
disklabel: warning, DOS partition table with no valid OpenBSD partition
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: MHT2080AT       
flags:
bytes/sector: 512
sectors/track: 32
tracks/cylinder: 64
sectors/cylinder: 2048
cylinders: 76319
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]
  c:     156301488             0  unused      0     0      # Cyl     0 - 76319*
  i:     156296322            63  ext2fs                   # Cyl     0*- 76316*

[EMAIL PROTECTED]:~# fsck_ext2fs -d /dev/sd0i
** /dev/rsd0i
compat 0x00000004, incompat 0x00000006, compat_ro 0x00000001
BAD SUPER BLOCK: INCOMPATIBLE FEATURE BITS IN SUPER BLOCK
/dev/rsd0i: CANNOT FIGURE OUT FILE SYSTEM PARTITION

Reply via email to