Read Floppy disk in SCO OpenServer 5.0


 
Thread Tools Search this Thread
Operating Systems SCO Read Floppy disk in SCO OpenServer 5.0
# 1  
Old 07-23-2009
Error Read Floppy disk in SCO OpenServer 5.0

help me please i am beguinner in SCO operating system
how i can read Floppy disk
i install SCO OpenServer5.02
i want to /mnt but no result
# 2  
Old 07-23-2009
It requires a floppy disk with a file system installed.

Make a mount point that means something to you. One suggestion, fd0, then mount the device to it. Working as root and from /:

mkdir fd0
mount /dev/fd0 /fd0

If the command completes you will have a filesystem attached at fd0 that you can read from or write to.

Be sure to umount /fd0 when you are done.
# 3  
Old 08-04-2009
Did you try using the dosXX commands?
eg
dosdir
doscp
# 4  
Old 11-02-2009
PHP

thank you very much
i resolve problem
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

SCO Openserver 5 root password and disk full

Hi, We have an old SCO Openserver 5.0.7 server that I have inherited that currently has two issues that we are trying to resolve. 1. We do not know the root password. I have contacted the old admin, looked for rescue disk and documentation but there appears to be nothing. I have tried... (1 Reply)
Discussion started by: acerimmer10
1 Replies

2. SCO

Recover data from failed Hard disk in SCO OpenServer 5.06

One hard disk fail to mount (/dev/data). I had run "fsck /dev/data" then some error occured "unrecoverable error reading SCSI Disk 1 dev 1/104". I need to recover data from disk. please help. (1 Reply)
Discussion started by: rakeshkumar9919
1 Replies

3. SCO

SATA Hard Disk support by SCO OpenServer 5.05

Is SATA hard disk is suooprted by SCO OpenServer 5.05? If No, how to couter this problem. If yes, please provide the installation steps. (2 Replies)
Discussion started by: rakeshkumar9919
2 Replies

4. UNIX for Dummies Questions & Answers

SCO openserver 5.0.6 compatible hard disk

my question seems to be simple but i need help on that , actually i am having Fujitsu Siemens Celsius M420 , M440 workstations having 73 GB U320 10 K rpm SCSI HD , i got new HDs 15 K rpm with the same size 68 pins U320 SCSI ,my operating system is SCO Openserver 5.0.6 & Redhat linux release 9 i... (0 Replies)
Discussion started by: tamersai
0 Replies

5. UNIX for Advanced & Expert Users

SCO OpenServer Error - there are not enogh disk resources

Hello, My System configuration is as: IDE Hrad Disk = 80GB RAM = 512MB While doing installation of SCO Open Server 5.0.7, I got stuck at second phase (i.e. IQM). During this phase, I selected for "Fresh" installtion and after that go for "Customizing Partitions and FileSystems". But it... (3 Replies)
Discussion started by: ghimanshu
3 Replies

6. SCO

SCO OpenServer Error - there are not enogh disk resources

Hello, My System configuration is as: IDE Hrad Disk = 80GB RAM = 512MB While doing installation of SCO Open Server 5.0.7, I got stuck at second phase (i.e. IQM). During this phase, I selected for "Fresh" installtion and after that I go for "Customizing Partitions and FileSystems". But it... (0 Replies)
Discussion started by: ghimanshu
0 Replies

7. SCO

where is root floppy image for openserver 5.0.5?

Hi. I dont have the root password to a really old openserver 5.0.5 machine, where i need to recover some root-owned file. I searched google for methods to recover the root password, and these methods involve having the 'boot' and 'root' floppy images available. I checked ftp.caldera.com for... (1 Reply)
Discussion started by: marcpascual
1 Replies

8. SCO

sco openserver 5.0.0 boot / root disk

Hi, I have an openserver 5.0.0 machine in the office. The sysad of that machine left years ago without leaving the password to anyone. I was wondering if someone has a copy of the boot / root diskettes (rescue) for this version? Or perhaps if anyone knows a download link / location in the... (0 Replies)
Discussion started by: marcpascual
0 Replies

9. SCO

Read a SCO floppy disk under another OS...

I have formatted a floppy disk under SCO unix. Is there a way I could read this disk under another operating system e.g. Windows or Linux? (1 Reply)
Discussion started by: sgertsos
1 Replies

10. UNIX for Dummies Questions & Answers

How do i access (mount, read & write) a floppy disk from the console, not being root?

welll, the title quite explains what i want to do thanks for your time! (4 Replies)
Discussion started by: kfaday
4 Replies
Login or Register to Ask a Question