Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

hfs/hfsplus support in solaris 10?

Rob MOct 10 2012 — edited Oct 11 2012
Hi,

I'm trying to mount a CD/DVD on a SPARC solaris 10 machine. The CD mounts fine on a RHEL machine as Apple's hfsplus file system type.

Does anyone have any tips / is there support to mount hfs and hfsplus on Solaris (Solaris 10 SPARC, specifically).

Thanks in advance!

Comments

muvvas
u can use
volcheck
still not mounted
verify volfs running
svcs volfs
is not
svcadm enable volfs
if running still not munted
restart volfs
svcadm restart volfs

still not came then manually mount

for this first disable the volfs
svcadm disable volfs

get the dvd drive info from iostat -nE
then run
mount -F hsfs -o ro /dev/dsk/cxtxdxs2 /123

Edited by: muvvas on Oct 10, 2012 12:03 PM
Rob M
Thanks, but that's kind of the issue, I didn't explain it too well, I guess...

When trying to mount the CD(with: mount -F hsfs -o ro /dev/dsk/cXtXdXsX /mnt) it comes up saying that the device isn't an "hsfs" file system.

Or when using any other valid fstype that shows up with the "fsstat -F" command I get the same type of "isn't a(n) "xxxx" file system" message"

I assume the issue may be that the proper package/driver/kernel, etc. isn't installed.

Thanks..

Edited by: Rob M. on Oct 10, 2012 1:36 PM
Nik
Hi.
Try check what real FS:

fstyp /dev/dsk/cXtXdXsX

Regards.
Dude!
Well, HSFS (High Sierra or ISO 9660) is not HFS+ (Apple HFS Plus).
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 8 2012
Added on Oct 10 2012
4 comments
569 views