View Single Post
  #1   (View Single Post)  
Old 12th March 2010
amorphousone amorphousone is offline
Port Guard
 
Join Date: Nov 2009
Posts: 11
Default errors re-mounting external drive

i was transferring data between 2 usb drives. rebooted at one point, could mount one drive fine, but not the other (the case on 2 different computers, macppc OBSD 4.6 and i386 OBSD 4.6).

at connection:
Code:
umass0 at uhub5 port 3 configuration 1 interface 0 "Seagate FreeAgentDesktop" rev 2.00/0.00 addr 6
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <Seagate, FreeAgentDesktop, 100F> SCSI2 0/direct fixed
sd0: 953869MB, 512 bytes/sec, 1953525168 sec total
disklabel says:
Code:
$ sudo disklabel sd0
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: FreeAgentDesktop
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 121601
total sectors: 1953525168
rpm: 3600
interleave: 1
boundstart: 0
boundend: 1953525168
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:       1953525168                0  unused
  i:       1953525105               63  4.2BSD   2048 16384   16
but mount yields:
Code:
$ sudo mount /dev/sd0i /mnt/
mount_ffs: /dev/sd0i on /mnt: Invalid argument
again, my other drive mounts fine.

thanks in advance!
Reply With Quote