1748058 Members
5406 Online
108758 Solutions
New Discussion

Lofi equivelent in HP

 
tyche
New Member

Lofi equivelent in HP

Hi,

Could anybody point me to LOFI (solaris) equivelent in HPUX.

LOFI is a driver that takes in a file and projects it as a device. IOCTLs are implemented for this device. I dont need just a mount, I am looking for projecting a file as a device. Thanks for reading this.

 

 

P.S. This thread has been moved from General to HP-UX > sysadmin. - Hp Forum Moderator

1 REPLY 1
Arch_Muthiah
Honored Contributor

Re: Lofi equivelent in HP

Hi Tyche,

To mount:

# nohup pfs_mountd &
# nohup pfsd &
# pfs_mount -o xlat=UNIX /

To unmount:

# pfs_umount /

Subsequently, kill the following processes:

1. pfs_mountd

2. pfsd

3. pfs_mountd.rpc

4. pfsd.rpc



Archunan
Regards
Archie