| Edit | Rename | Upload | Download | Back to Top |
To mount VW CD on HPUX:
# nohup /usr/sbin/pfs_mountd & # nohup /usr/sbin/pfsd &
Then, mount CD to /cdrom (or wherever you want to).
# /usr/sbin/pfs_mount /dev/dsk/c0t2d0 /cdrom
You need to change "/dev/dsk/c0t2d0" to the correct device name of your cd drive.
To unmount
# /usr/sbin/pfs_umount /cdrom
| Edit | Rename | Upload | Download | Back to Top |