View Single Post
Old 7th September 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

dmesg :
Code:
scsibus3 at umass0: 2 targets, initiator 0
sd0 at scsibus3 targ 1 lun 0: <WDC WD40, 0LB-07DNA2, 0041> SCSI0 0/direct fixed serial.05e30718000000000033
sd0: 38166MB, 512 bytes/sector, 78165360 sectors
sysctl hw.disknames
Code:
hw.disknames=wd0:83d5443824ae0231,cd0:,sd0:

disklabel -e sd0
Code:
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: 0LB-07DNA2
duid: 0000000000000000
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 4865
total sectors: 78165360
boundstart: 0
boundend: 78165360
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:         78165360                0  unused
  i:         78165297               63 unknown                   # /home/musashi/usb

# Notes:
# Up to 16 partitions are valid, named from 'a' to 'p'.  Partition 'a' is
# your root filesystem, 'b' is your swap, and 'c' should cover your whole
# disk. Any other partition is free for any use.  'size' and 'offset' are
# in 512-byte blocks. fstype should be '4.2BSD', 'swap', or 'none' or some
# other values.  fsize/bsize/cpg should typically be '2048 16384 16' for a
# 4.2BSD filesystem (or '512 4096 16' except on alpha, sun4, ...)
/usr/local/bin/hpmount /dev/sd0c /mnt
Code:
*** Warning: You are about to open '/dev/sd0c' for writing ***
*** Do you really want to do that ? (y/n) ***
anwering y
Code:
/usr/local/bin/hpmount: /dev/sd0c: Neither Wrapper nor native HFS+ volume header found (Unknown error: -1)
/usr/local/bin/hpmount /dev/sd0a /mnt
Code:
*** Warning: You are about to open '/dev/sd0a' for writing ***
*** Do you really want to do that ? (y/n) ***

y
/usr/local/bin/hpmount: /dev/sd0a: error opening medium (Device not configured)
I uncommented my fstab lines that may collide
Reply With Quote