Operating System - Linux
1752653 Members
5814 Online
108788 Solutions
New Discussion юеВ

HP-UX HFS mounted on Fedora Core 4

 
Rolf Arne Ueland
Occasional Contributor

HP-UX HFS mounted on Fedora Core 4

Hi,

Does anybody have clue on how to mount a HP-UX HFS filesystem on Linux FC4?
I can see my SCSI adapter (Adaptec 2110S) just fine using the i2o drivers, but no luck in mounting my Optical Disk through a HP SureStore 9100mx.

Have search forums and sites all over without any luck.

Atle
2 REPLIES 2
Muthukumar_5
Honored Contributor

Re: HP-UX HFS mounted on Fedora Core 4

you are trying with NFS right? what are the steps did u use? what is the error you are getting?

--
Muthu
Easy to suggest when don't know about the problem!
Steven E. Protter
Exalted Contributor

Re: HP-UX HFS mounted on Fedora Core 4

Shalom Ralf,

You can not directly mount an HFS filesystem via the network with any Linux distribution.

You can not mount this HFS fs via scsi at all.

You must first export the filesystem using NFS.

Lets do an example:

In HP-UX
filesystem is named: /schmobageldata

vi /etc/exports
/schmobageldata

save the file

exportfs -av

By default on HP-UX nfs.core and nfs.server should be running. If not:

vi /etc/rc.config.d/nfsconf

NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4


Start NFS server as follows:

/sbin/init.d/nfs.server start

Now you can mount via a network using nfs

mount -F nfs servername:/schmobageldata /localdir

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com