Thread: Basic problem
View Single Post
  #1   (View Single Post)  
Old 7th September 2013
pb91 pb91 is offline
New User
 
Join Date: Aug 2013
Posts: 1
Default Basic problem

Hello,

a basic problem I can not solve.

It's OpenBSD 5.3 generic on a laptop Dell Latitude 510.

I have no problem to mount usb stick.

However, for an external drive (1 To, SATAII) on usb I have this:

The drive appears recognized.
Code:
# disklabel sd1
#/dev/rsd1c:
type: SCSI
disk: SCSI disk
label: EARX-32N0YB0    
duid: 0000000000000000
flags:
bytes/sector: 4096
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 15200
total sectors: 244190646
boundstart: 0
boundend: 244190646
drivedata: 0 

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:        244190646                0  unused                   
  i:        244190208              256  ext2fs
But it is impossible to mount.
Code:
# mount -t ext2fs /dev/sd1i /mnt/usb1
mount_ext2fs /dev/sd1i on /mnt/usb1: specified device does not match mounted device
Does anyone have an idea?

Last edited by ocicat; 7th September 2013 at 07:29 PM. Reason: Please use [code] & [/code] tags when posting command output.
Reply With Quote