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

Thanks j65nko !
fsidk -e sd0
Code:
Enter 'help' for information
fdisk: 1> p  
Disk: sd0       geometry: 4865/255/63 [78165360 Sectors]
Offset: 0       Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: AF      0   1   1 -   4865 144  63 [          63:    78165297 ] MacOS X HFS+
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
Quote:
You do have an "i" partition. Why don't you try mounting that one, instead?
what I know is that sd0i is always msdos .. [and OpenBSD for macppc.install prompts for either HFS .. or MBR (then i must be created)]
Code:
 hpmount /dev/sd0i
*** Warning: You are about to open '/dev/sd0i' for writing ***
*** Do you really want to do that ? (y/n) ***
y
hpmount: /dev/sd0i: This is not a HFS+ volume (Unknown error: -1)
anyway disklabel marks it 'unknown' fstype
Reply With Quote