Hi,
I'm having a problem doing a pfs_mount. I used the FAQ described here to try and solve the issue.
If you want to use remote system to mount CD.
A. Perform these steps on the local system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. Add the filesystem to /etc/pfs_fstab
4. Add the filesystem to /etc/pfs_exports
5. pfs_exportfs -a
6. pfs_mount /cdrom
B. Perform these steps on the remote system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. pfs_mount -o xlat=unix remotesystemA:/cdrom /localmnt_pnt
but when I try to do the remote mount I get the following message.
"pfs_mount: giving up on /cdrom"
Any ideas
I'm having a problem doing a pfs_mount. I used the FAQ described here to try and solve the issue.
If you want to use remote system to mount CD.
A. Perform these steps on the local system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. Add the filesystem to /etc/pfs_fstab
4. Add the filesystem to /etc/pfs_exports
5. pfs_exportfs -a
6. pfs_mount /cdrom
B. Perform these steps on the remote system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. pfs_mount -o xlat=unix remotesystemA:/cdrom /localmnt_pnt
but when I try to do the remote mount I get the following message.
"pfs_mount: giving up on /cdrom"
Any ideas