NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mounting hfsplus



On 7/13/12 9:57 AM, cal lawton wrote:
so what's the trick here?

i read that fs-utils works in user space, but i'm lost on the connection between that and cli arguments to mount an hfsplus volume.



--
cal lawton
lexington, kentucky
cal%iglou.com@localhost


I don't know about fs-utils, but to mount on a standard netbsd system:

g4:riz  ~> sudo disklabel wd0
Password:
# /dev/rwd0c:
type: unknown
disk: ST3250623A
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 484521
total sectors: 488397168
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/sgs]
a: 83886080 84495400 4.2BSD 2048 16384 0 # (Cyl. 83824*- 167045*) b: 1048576 168381480 swap # (Cyl. 167045*- 168085*)
 c: 488397168         0     unused      0     0        # (Cyl. 0 - 484520)
d: 84233192 262208 HFS # (Cyl. 260*- 83824*)
 e:    262144        64    unknown                     # (Cyl. 0*-    260*)
f: 99005399 169430056 4.2BSD 0 0 0 # (Cyl. 168085*- 266305*)
g4:riz  ~> sudo mount -t hfs /dev/wd0d /mnt
g4:riz  ~> ls /mnt
Applications/       Volumes/            home/               private/
Library/            bin/                mach_kernel         sbin/
Network/            cores/              mach_kernel.ctfsys  tmp@
System/             dev/                net/                usr/
Users/              etc@                ofwboot.xcf*        var@
g4:riz  ~>



Home | Main Index | Thread Index | Old Index