# /usr/sbin/pfs_mountd &
# /usr/sbin/pfsd &
#mkdir /mnt/iso2
# pfs_mount -t iso9660 /tmp/J1093-15000.cdimage /mnt/iso2 .....
HP-UX
▼ To mount the CD-ROM:
1. Login as root.
2. Create the mount point (for example, mkdir /cdrom).
3. Enter:
nohup pfs_mountd &
4. Enter:
nohup pfsd &
5. Enter:
pfs_mount -o xlat=unix device_path mount_point
To find the device path, you can enter ioscan -fn. For example, to mount the
CD-ROM using /cdrom as the mount point, you would enter:
pfs_mount -o xlat=unix /dev/rdsk/c3t2d0 /cdrom
Mounting a NetBackup CD-ROM
▼ To unmount the CD-ROM:
1. Enter:
pfs_umount mount_point
For example, to unmount the CD-ROM using /cdrom as the unmount point, you
would enter:
pfs_umount /cdrom
2. Use the kill command to kill the following processes:
pfs_mountd
pfsd
pfs_mountd.rpc
pfsd.rpc
阅读(991) | 评论(0) | 转发(1) |