Sponsored Content
Operating Systems OS X (Apple) howto mount mac volume on suse 11 Post 302272065 by Aizmov on Monday 29th of December 2008 02:54:57 PM
Old 12-29-2008
this volume is HFS+, am I right?

try:
mount -t hfsplus /volume/path /mount/path

note:
/volume/path would generally be in the form of:
/dev/sda1

/mount/path is a directory you want to mount to.
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Suse Linux mount problems ?

We are experiencing several startup problems at boot time. In our /etc/rc.d/boot script we have "swapon -a -v &> /dev/null/' (without the quotes). We have also added echo statements to make it visible on the HMC during IPL. The echo statements are seen but there no messages for the swapon... (1 Reply)
Discussion started by: darthur
1 Replies

2. UNIX for Dummies Questions & Answers

Floppy will not mount on SUSE

I have installed SUSE 10 on a laptop that has a swappable CDROM/Floppy drive. When I was installing the OS my CDROM was connected. Later I tried to swap it with the Floppy and mount it but no success. Here is what I get: dell:/dev # mount -t msdos /dev/fd0 /mnt /dev/fd0: Invalid argument ... (0 Replies)
Discussion started by: reedcat
0 Replies

3. Linux

Howto clone/migrate a volume in the SAN

Dear Srs, I have a Linux server (linux01) booting from SAN with a volume in a Nexsan SATAbeast storage array (san01). The disk/volume has four ext3 partitions, total size is near to 400GB, but only 20-30GB are in use. I need to move this disk/volume to another Nexsan SATAbeast storage array... (0 Replies)
Discussion started by: Santi
0 Replies

4. UNIX for Advanced & Expert Users

SuSe Linux Mount

Hi everyone, I am new to Linux and I hope to have some advise. Suppose I have 2 differnt users who require differnt mount drives. When user1 logs in, his required drives are mounted. When user2 logs in, user1's drives are unmounted and user2's drives are mounted. May I know how I can achieve... (2 Replies)
Discussion started by: viper81
2 Replies

5. 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

6. Solaris

Mount A ZFS volume

Is there any way i can mount a zfs volume using snapshot or some other means ? (2 Replies)
Discussion started by: fugitive
2 Replies

7. OS X (Apple)

Mount my volume on remote machine

I have the need to Mount one of my volumes (All machines are mac) onto all of the machines in the lab from time to time. At the moment I'm using SSH to tunnel into each machine and then send a command to the remote machine to mount my volume using AFP. This seems convoluted to me. Is there a... (3 Replies)
Discussion started by: TheDrizzle
3 Replies

8. 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
APFS_HFS_CONVERT(8)					    BSD System Manager's Manual 				       APFS_HFS_CONVERT(8)

NAME
apfs_hfs_convert -- convert an existing HFS file system to APFS file system SYNOPSIS
apfs_hfs_convert [-D] [-g] [-e] [-v] [-i] [-S path] [-n] [-f] [-F index] [-M mount_path] [-o nx-apfs-format] <device-path> DESCRIPTION
The apfs_hfs_convert command converts an existing HFS file system to a new APFS file system. It is recommended not to run the apfs_hfs_convert directly, but to run `diskutil apfs convert`. The device-path parameter should be the path to a disk device node, such as /dev/disk1s2, with an existing HFS file system, which needs to be converted. The device-path may be a path to a whole disk, such as /dev/disk0, which contains Lightweight Volume Manager (LwVM) structures; all HFS slices will be converted and LwVM replaced by a GPT partition map with a single partition containing the APFS container. The options are as follows: -e | --estimate Estimate the APFS metadata size after conversion. -v | --verbose Increase verbosity of the output. -s | --force-case-sensitive Force the converted volume to be case-sensitive. By default, the converted volume will have the same case-sensitivity as the original HFS volume. -S path | --stats path Print statistics about the conversion to the supplied path. If the path is - then the statistics are printed to standard output. -n | --dry-run Do not finalize the conversion to APFS. Volume remains HFS. -f | --force Force conversion if volume is dirty (journal is non-empty, volume had inconsistencies, or volume is not journaled and not unmounted cleanly). -F index | --fixed index Volume number index (0-based) should be formatted as fixed-size. Usually used when converting LwVM. -M mount_path | --mount-path mount_path When converting LwVM systems, which require a special "conversion mount" of the underlying device, use the given mount_path as the mount point. If this option is not used, a temporary directory will be created and used. -o nx-apfs-format NX or APFS format options. -g If conversion succeeds, modify the GPT UUID. -D | --skip-single-dirlinks Convert all former and current directory hardlinks to files/aliases. DIAGNOSTICS
The apfs_hfs_convert utility exits 0 on success, and >0 if an error occurs. EXAMPLES
The following converts the HFS file system on the /dev/disk1s2 device: apfs_hfs_convert -v /dev/disk1s2 SEE ALSO
mount_apfs(8) , newfs_apfs(8) HISTORY
The apfs_hfs_convert utility first appeared in OS X 10.12. Mac OS X September 15, 2015 Mac OS X
All times are GMT -4. The time now is 10:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy