- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: URGENT need - mount cdrom 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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-10-2004 05:49 AM
тАО11-10-2004 05:49 AM
URGENT need - mount cdrom syntax
mount /dev/dsk/c#t#d# /cdrom
the files in the mounted dir are all displayed as "FILENAME.;1"
by adding the -F cdfs -o cdcase,nosuid options to the mount command correctly displays the file names in lower case without the ;1 like "filename."
How do I get rid of the "." at the end of the filename?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 05:54 AM
тАО11-10-2004 05:54 AM
Re: URGENT need - mount cdrom syntax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 06:01 AM
тАО11-10-2004 06:01 AM
Re: URGENT need - mount cdrom syntax
It has to be on this 10.20 system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 06:02 AM
тАО11-10-2004 06:02 AM
Re: URGENT need - mount cdrom syntax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 06:03 AM
тАО11-10-2004 06:03 AM
Re: URGENT need - mount cdrom syntax
ps -ef |grep pfs
if nothing, then:
pfs_mountd &
pfsd &
pfs_mount /dev/dsk/c0t0d0 /cdrom
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 06:14 AM
тАО11-10-2004 06:14 AM
Re: URGENT need - mount cdrom syntax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 06:31 AM
тАО11-10-2004 06:31 AM
Re: URGENT need - mount cdrom syntax
Edit the file /etc/rc.confid.d/nfs.conf and set NFS_SERVER=1 and NFS_CLIENT=1.
Next, cd to /sbin/init.d
./nfs.server start
./nfs.client start
Next create a file /etc/pfs_fstab
with the following syntax substituting your device node and mountpoint:
/dev/dsk/c3t2d0 /cdrom pfs-rrip xlat=unix 0 0
If pfsd and/or pfs_mountd are already running, kill them.
Next,
nohup pfs_mountd &
nohup pfsd &
pfs_mount /cdrom
You should now be good to go.
When finished,
pfs_umount /cdrom
and then kill pfsd and pfs_mountd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 07:47 AM
тАО11-10-2004 07:47 AM
Re: URGENT need - mount cdrom syntax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 07:56 AM
тАО11-10-2004 07:56 AM
Re: URGENT need - mount cdrom syntax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 08:12 AM
тАО11-10-2004 08:12 AM