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
09-17-2008 06:40 AM
09-17-2008 06:40 AM
thanx!!
Ron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 06:54 AM
09-17-2008 06:54 AM
Re: tar file
mount the flopy drive
#mount /dev/
Where /flopy is the mount point. You have to create the directory before mounting.
#ls /flopy
For verify
#cp /flopy/*.tar /tmp/
Will copy all the tar file to /tmp dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:06 AM
09-17-2008 07:06 AM
SolutionThis could prove difficult as I don't know many HP-UX servers any more that actually have a floppy drive.
The other thing is the mount may prove difficult if you don't know exactly what file system the floppy was formatted with. Was it something like HFS? Or was it something generic like FAT?
Have you tried just putting this floppy in a PC to see if the PC can read it?
***Make sure you move the write-protect tab so the floppy is seen as read-only.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:09 AM
09-17-2008 07:09 AM
Re: tar file
I did try to pop this into my pc, (laptop,) but it didn't see anything. You are of course right about the floppy drive...we don't have on on our rp's.
I have a workstation running linux...is there any way to do it from there?
I have a feeling that only SCO will be able to read this. Sigh.
thanx again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:11 AM
09-17-2008 07:11 AM
Re: tar file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:16 AM
09-17-2008 07:16 AM
Re: tar file
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:30 AM
09-17-2008 07:30 AM
Re: tar file
I don't think it's that critical. It's just some lesson files on a scripting course I took last week.
Thanks again!!
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:44 AM
09-17-2008 07:44 AM
Re: tar file
If it has a filesystem you might still be able to mount it on Linux with "-t auto" to have it try everything it knows about. I don't think SCO ever supported too many filesystem types, and most of them are extremely unlikely to be used on a floppy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 10:18 AM
09-17-2008 10:18 AM
Re: tar file
# strings /dev/floppy > floppy.out
It was just a few scripts on there, so now I have to write a script to divide it up into it's original files.
If I could give myself a point, I would.
Thanks for all of your suggestions!!!