- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't remember pfs_mount syntax
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 09:39 AM
01-23-2002 09:39 AM
can't remember pfs_mount syntax
pfs_mount -o xlat=unix /dev/rdsk/c12t2d0 /cdrom
Am I missing something?
Thanx.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 09:41 AM
01-23-2002 09:41 AM
Re: can't remember pfs_mount syntax
Add
-t iso9660
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 09:43 AM
01-23-2002 09:43 AM
Re: can't remember pfs_mount syntax
For pfs mount use
#nohup /usr/sbin/pfs_mountd -v &
#nohup /usr/sbin/pfsd 4 -v &
#/usr/sbin/pfs_mount /SD_CDROM
You cdrom device should be entered in /etc/pfs_fstab file before mounting as
/dev/dsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix,soft 0 0
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:25 AM
01-23-2002 10:25 AM
Re: can't remember pfs_mount syntax
vi /etc/pfs_fstab and verify: /dev/dsk/cntndn /cdrom pfs-rrip xlat=unix 0 0
(or put these options on command line)
/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom
/usr/sbin/pfs_umount /cdrom
ps ???ef|grep pfs
kill ???9 (pfsd)
kill ???9 (pfs_mountd)
pfs_umount ???c (cleanup files if have trouble pfs mounting)
Without the nohup you can't exit your shell or everything craps out!
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 11:31 AM
01-23-2002 11:31 AM
Re: can't remember pfs_mount syntax
Have you tried simple mount with a cdcase option,
mount -o cdcase /dev/rdsk/cd_device_file /cdrom
Hope this helps.
Regds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 12:48 PM
01-23-2002 12:48 PM
Re: can't remember pfs_mount syntax
mv /etc/pfs_fstab /etc/pfs_fstab.old
pfs_mountd &
pfsd &
pfs_mount
Leave the rest to PFS. PFS is much better as guessing what it needs to do than I am at telling it what to do. I have had more luck doing it this way than any other way. In fact I am now starting PFS at system boot.
HTH,
Eric