- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Very simple question....copying files.
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
06-18-2001 11:42 AM
06-18-2001 11:42 AM
Very simple question....copying files.
Regards,
Chris Bidwell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 11:49 AM
06-18-2001 11:49 AM
Re: Very simple question....copying files.
mount -o cdcase /dev/dsk/c?t?d? /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 12:02 PM
06-18-2001 12:02 PM
Re: Very simple question....copying files.
Please try one of the following:
1. mount -o cdcase /dev/dsk/c?t?d? /cdrom
or try the pfs option
2. pfs_mount -x lower_case -x no_version /dev/cxtydz /cdrom.
after running
/usr/sbin/pfs_mountd &
/usr/sbin/mountd &
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 12:04 PM
06-18-2001 12:04 PM
Re: Very simple question....copying files.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 12:05 PM
06-18-2001 12:05 PM
Re: Very simple question....copying files.
cp *.TAR* alt_dir/file_name.tar
It works for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 12:26 AM
06-19-2001 12:26 AM
Re: Very simple question....copying files.
mount -F cdfs -o cdcase /dev/dsk/..... /cdrom
works fine,
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 06:53 AM
06-19-2001 06:53 AM
Re: Very simple question....copying files.
U can try with enclosing file to be copied with double quotes.
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 08:39 AM
06-19-2001 08:39 AM
Re: Very simple question....copying files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:58 AM
06-19-2001 10:58 AM
Re: Very simple question....copying files.
The problem you are encountering is that the CD is in Rock Ridge format. Oracle CD's are also in this format.
To mount the cd, use pfs_mount instead of mount. Then the files will look normal when you do an ls.
Syntax:
pfs_mount /dev/dsk/cxtxdx /
Nots on pfs_mount:
- DO NOT use umount to unmount a CD you used pfs_mount to mount. Use pfs_umount. If you use umount, you will probably need to reboot the machine to free the device or directory.
- pfsd, pfsd.rpc, pfs_mountd, and pfs_mountd.rpc must all be running for pfs_mount to work. See the man page on pfs_mount for more info.
This is DEFINATELY your problem.
--Joe