How to open a floppy in SCO UNIX?


 
Thread Tools Search this Thread
Operating Systems SCO How to open a floppy in SCO UNIX?
# 1  
Old 05-22-2014
Wrench How to open a floppy in SCO UNIX?

Hi,

Please help me to find the command to open a floppy disc 3.5" in Sco Unix Open Server 5.0.6 environment. Device located in dev/fd0.

thanks in advance
Rukshan
# 2  
Old 05-22-2014
Did you try to mount it?
# 3  
Old 05-22-2014
It's been many years since I used SCO in anger.

However, from what I remember it would be like:

Code:
mount /dev/fd0135ds18 /mnt

to mount the floppy under /mnt

Therefore, after mounting, the contents of the floppy should appear in /mnt

Last edited by hicksd8; 05-23-2014 at 05:00 AM..
# 4  
Old 05-22-2014
First use the 'dtype' command to determine the type of disk.
If the disk is a tar or cpio disk then you do not need to mount it in order to read the contents.
You can look at /etc/default/tar for a list of specific disk types.
tar xv6 extracts tar files from a 1.44mb floppy in drive 0.

If it is a unix1k file system, then you need to mount it using
mount /dev/fd0 /mnt
# 5  
Old 05-22-2014
mountable most likely would be ds18.

I create a mount point called fd0 on root so that addressing it is at fd0.
This User Gave Thanks to edfair For This Post:
# 6  
Old 05-23-2014
@edfair......yes, of course, you are correct. Should be ds18. I've now edited my post#3. Thanks.
(It's been so long since I used SCO it's difficult to remember.)

Therefore.....

Code:
dtype /dev/fd0135ds18

should tell you the floppy type: filesystem, cpio or tar

and

Code:
mount /dev/fd0135ds18 /mnt

should mount it if it is type filesystem.

/dev/fd0 may well be able to be used instead of /dev/fd0135ds18 if the system is configured that way.

Last edited by hicksd8; 05-26-2014 at 12:45 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO UNIX Open Server Version 5.0.2

I have a CD SCO Unix Open Server Version 5.0.2 but I am missing the botable 1.44 floppy disk.Can any one please tell me where can I download the botable disk? Also I have HP Pavillion 512 MB RAM and 20 GB Hard disk can I use this machine for the installation of SCO Unix? Thanks (4 Replies)
Discussion started by: mustish1
4 Replies

2. SCO

Foxbase 2.1.2d in Sco Unix Open Server 5.0.7

Hi my name is Danilo. I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error: "sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2) The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies

3. UNIX for Advanced & Expert Users

Foxbase 2.1.2d in Sco Unix Open Server 5.0.7

Hi my name is Danilo. I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error: "sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2) The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies

4. SCO

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 (3 Replies)
Discussion started by: walidfinder
3 Replies

5. SCO

raid 1 configuration in sco open unix

Dear Team , how i can configure raid 1 (mirroring) using ide hdd in sco open unix 5 i have two 80gb identical hdd (same make/model) thanx (0 Replies)
Discussion started by: sudhir69
0 Replies

6. SCO

Sco 5.0.7 on ibm server, no floppy drive.

I cannot install sco on this particular ibm server because sco cannot find the raid controller and thefore the logical drive. I have a floppy disk that I use in other machines when boot: shows on the screen. I usually type restart link=ad320 and it works but this time i have no floppy drive. ... (1 Reply)
Discussion started by: iNetForce
1 Replies

7. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

8. 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

9. UNIX for Dummies Questions & Answers

Reading SCO floppy on Linux

Is there any way I can read a floppy written on SCO Unix 3 on a Redhat Linux 6.0 machine?? If so, how? Thanks in advance, Leo :confused: (4 Replies)
Discussion started by: Leo Gessford Jr
4 Replies
Login or Register to Ask a Question