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
10-31-2002 01:32 AM
10-31-2002 01:32 AM
I want to mount a cd. On linux the contents look something like this :
Components
runInstaller
if I mount the cd with
mount -F cdfs -o cdcase /dev/dsk/c1t2d0 /mnt/dvd
the contents look like this:
component
runinstal
It truncates and sets to lowercase
if I omit the -o cdcase it looks something like this
COMPONENT;1
RUNINSTAL;1
Easy 10 points isn't it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 01:54 AM
10-31-2002 01:54 AM
Solution//*
PHCO_25841 s700_800 11.11
Add Rock Ridge extension to mount_cdfs(1M)
For 11.00
PHKL_26448 s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660
PHCO_26449 s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26450 s700_800 11.00 Rock Ridge extension for ISO-9660
*//
Apply the patches and then do a
# mount -F cdfs -o rr /dev/dsk/c#d#t# /cdrom
you can either do the above or without patches just do
Try pfs mount. Use this procedure,
nohup pfs_mountd &
nohup pfsd &
pfs_mount -o xlat=unix /dev/dsk/cd_device /cdrom
After you finish
pfs_umount /cdrom
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 01:59 AM
10-31-2002 01:59 AM
Re: mount
" Create /etc/pfs_fstab file "
" pfs_mountd $ "
" pfsd $ "
" pfs_mount /SD_CDROM "
" bdf "
To unmount use ALWAYS :
" pfs_umount /SD_CDROM "
Try it and tell us how it works.
Good luck.
Juanma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 02:35 AM
10-31-2002 02:35 AM
Re: mount
For 11.i you need to use also these three patches.
PHKL_26520 Rock Ridge extension for ISO-9660
PHCO_25841 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26269 Rock Ridge extension for ISO-9660
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 03:40 AM
10-31-2002 03:40 AM
Re: mount
Clemens has provided you with the patches that obviate the need for pfs_mounts.
Download and apply the three patches Clemens suggested. A reboot is required, but afterwards adding '-o rr' to the mount options enables the 'mount' command to mount RockRidge formatted CDs and correctly read them.
Regards!
...JRF...