Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hpmount(1) [debian man page]

hpmount(1)						      General Commands Manual							hpmount(1)

NAME
hpmount -- change directory on an HFS+ volume SYNOPSIS
hpmount [-r] [-pn] source-path Description hpmount introduces a new HFS+ volume. The source path may specify a block device or a regular file containing an HFS+ volume image. Fur- thermore, hpmount creates the file .hfsplusvolume in the user's home directory, where the source path and the catalogue ID of the current working directory are stored. hpmount accepts the following options: -r mount the volume read-only. The default is to allow write-access. -pn mount partition number n. The default is to mount the first partition that looks like it contains an HFS+ volume. See also hfsplus(7), hpls(1), hpcd(1), hppwd(1), hpcopy(1), hprm(1), hpmkdir(1), hpumount(1), hpfsck(1). Author This manual page was written by Jens Schmalzing <jensen@debian.org> for Debian GNU/Linux using the manual page by Klaus Halfmann <half- mann@libra.de> that comes with the source code and documentation from the Tech Info Library. hpmount(1)

Check Out this Related Man Page

HMOUNT(1)						      General Commands Manual							 HMOUNT(1)

NAME
hmount - introduce a new HFS volume and make it current SYNOPSIS
hmount source-path [partition-no] DESCRIPTION
hmount is used to introduce a new HFS volume. A UNIX pathname to the volume's source must be specified. The source may be a block device or a regular file containing an HFS volume image. If the source medium is partitioned, one partition must be selected to be mounted. If there is only one HFS partition on the medium, it will be selected by default. Otherwise, the desired partition number must be specified (as the ordinal nth HFS partition) on the command- line. Partition number 0 can be specified to refer to the entire medium, ignoring what might otherwise be perceived as a partition map, although in practice this is probably only useful if you want this command to fail when the medium is partitioned. The mounted volume becomes "current" so subsequent commands will refer to it. The current working directory for the volume is set to the root of the volume. This information is kept in a file named .hcwd in the user's home directory. If the source medium is changed (e.g. floppy or CD-ROM disc exchanged) after hmount has been called, subsequent HFS commands will fail until the original medium is replaced or a different volume is made current. To use the same source path with the different medium, reissue the hmount command. EXAMPLES
% hmount /dev/fd0 If a Macintosh floppy disk is available as /dev/fd0, this command makes the floppy current for other HFS commands such as hls(1), hcd(1), hcopy(1), etc. % hmount /dev/sd2 1 If a SCSI disk is available as /dev/sd2, this command finds the first HFS partition on the medium and makes it available for other HFS operations. NOTES
hmount does not actually mount an HFS partition over a UNIX directory in the traditional mount(8) sense. It is merely a "virtual" mount, as a point of convenience for future HFS operations. Each HFS command independently opens, operates on, and closes the named source path given to hmount. SEE ALSO
hfsutils(1), hformat(1), humount(1), hvol(1) FILES
$HOME/.hcwd AUTHOR
Robert Leslie <rob@mars.org> HFSUTILS
08-Nov-1997 HMOUNT(1)
Man Page

6 More Discussions You Might Find Interesting

1. Linux

Map Linux volume under Windows XP

I want to mount Linux Server /home and /var as a network drive under my Windows XP, please tell me the procedure? Thank. (2 Replies)
Discussion started by: zp523444
2 Replies

2. UNIX for Dummies Questions & Answers

After changing permissions, volume wont mount

Ok. Here it is. I limited access to my external hard disk's partition/volume on Mac os X simply by changing permissions in Get Info window. But now the hard disk icon has disappeard and wont mount. Have tried different kind of soft to mount, but no luck. Then there is the utility called Terminal,... (0 Replies)
Discussion started by: meelismalgand
0 Replies

3. Ubuntu

cannot mount volume

Hi I have recently install ubuntu on my laptop. I have tried to access my external drive wich is NTFS format but i get the following error: ´Cannot mount volume´ Can someone help me please?? (2 Replies)
Discussion started by: DDoS
2 Replies

4. Filesystems, Disks and Memory

Porting OSE to Linux

Hi, I was trying to port efs_mount(OSE system call) to a LInux.The efs_mount function is used to mount a volume on the indicated device dev.Upon successful completion of this OSE sytem call a volume manager (VM) will be available through which files on this volume are accessed. The Syntax for... (4 Replies)
Discussion started by: roshantraj30
4 Replies

5. Red Hat

What is an HFS server?

what is HFS server and how to configure it in REDHAT 5.4 ? (1 Reply)
Discussion started by: reply.ravi
1 Replies

6. Shell Programming and Scripting

Mount a volume

Hi, I dig up an old topic because I don't find the solution with shell but with applescript mount volume "smb://MyIP/itransfert/Public/1-Arrivees" as user name "MyIP\\itransfert_cs" with password "MyPassword" Otherwise I would want to know the reason it doesn't work with bash: I have a... (9 Replies)
Discussion started by: protocomm
9 Replies