- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ;1 appended to CDROM file names
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
12-10-2002 09:28 AM
12-10-2002 09:28 AM
Thanks in advance,
Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 09:37 AM
12-10-2002 09:37 AM
Re: ;1 appended to CDROM file names
Use:
# mount -F cdfs -o cdcase /dev/dsk/c?t?d? /cdrom(or /SD_CDROM if doesn't exist)
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 09:53 AM
12-10-2002 09:53 AM
Re: ;1 appended to CDROM file names
there are 2 ways to do it
1. mount -F cdfs -o cdcase /dev/dsk/c2t2d0 /cdrom
2. If pfs mount then
nohup pfs_mountd &
nohup pfsd &
pfs_mount -x no_version -x lower_case /dev/rdsk/c2t2d0 /cdrom
do a man on pfs_mount to get more options .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 09:57 AM
12-10-2002 09:57 AM
Re: ;1 appended to CDROM file names
Thanks again,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 10:26 AM
12-10-2002 10:26 AM
Re: ;1 appended to CDROM file names
I have different mount commands for oracle cd's Software AG cd's and updates from my printspooler. These are also different from my hp media.
As you already know the strange filenames you saw are due to mounting options.
The only way to go is to check the doc that came with the cd or trial and error if thats not avaialbe.
If you want copies of my mount scripts, hit me with some email or something.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 10:27 AM
12-10-2002 10:27 AM
Re: ;1 appended to CDROM file names
Check out this doc, KBAN00000858:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063197941
It should provide the answers you seek.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:54 AM
12-10-2002 11:54 AM
Re: ;1 appended to CDROM file names
OR
edit /etc/pfs_fstab
add a line like the following:
/dev/dsk/c5t2d0 /cdrom pfs-rrip xlat=unix 1 0
as root
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom