Sponsored Content
Operating Systems SCO Trouble with sysv floppy images created under Linux Post 302978102 by jgt on Tuesday 26th of July 2016 09:46:13 AM
Old 07-26-2016
Try creating the diskette using tar then you don't have to make a file system diskette.
Code:
 tar cvf /dev/fd0 abcd.tgz

on Xenix
Code:
 tar xv6

I think that there is a 14 character file name limit on Xenix.
This User Gave Thanks to jgt For This Post:
 

8 More Discussions You Might Find Interesting

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

2. UNIX for Dummies Questions & Answers

red hat linux installation boot floppy disk

Hi, My dear friends, I am trying to install red hat linux. I have downloaded its disc1. On the instructions page, the next stage is to make the boot disk, so that I can boot from the floppy. However, I am unable to locate the boot image iso file. I tried on google, but I got a few files which... (3 Replies)
Discussion started by: linuxpenguin
3 Replies

3. Programming

mutexing with sysv calls

My question is: what's the best way to implement mutual exclusion for a shared memory segment. I want to ensure that while updating a shared memory segment that another process will not get read part of the segment before and the other part after the update. (I also want to ensure that the update... (3 Replies)
Discussion started by: otheus
3 Replies

4. Linux

How to install linux in a system without cdrom, usb boot, floppy, other OS?

Hello to everyone, I am new to linux and I want to move to this system after bad experiences with windows. I have also a particular problem. An old laptop is probably able to handle just linux at this point of its life. The cdrom is gone, the bios doesn't have usb boot support, there is no... (6 Replies)
Discussion started by: highkftj
6 Replies

5. Homework & Coursework Questions

trouble shooting linux

hello this is laya. I need some help regarding linx installation and also trouble shooting. i installed linux mandriva 2009 in my school months ago and now it says password expired and doesnt start up. So i was wondering if there could be any default password for linux versions??? and next is that... (1 Reply)
Discussion started by: laya
1 Replies

6. Homework & Coursework Questions

trouble shooting linux

hello this is laya. I need some help regarding linx installation and also trouble shooting. i installed linux mandriva 2009 in my school months ago and now it says password expired and doesnt start up. So i was wondering if there could be any default password for linux versions??? and next is... (2 Replies)
Discussion started by: laya
2 Replies

7. Solaris

SysV package creation, how to predefine DESTDIR

Hi Solaris experts How to predefine the DESTDIR in a Solaris package? Thanks (1 Reply)
Discussion started by: ./hari.sh
1 Replies

8. Shell Programming and Scripting

Bash Script to find/sort/move images/duplicate images from USB drive

Ultimately, I'm looking to create a script that allows me to plug in a usb drive with lots of jpegs on it & copy them over to a folder on my hard drive. So in the process of copying I am looking to hash check them, record dupes to a file, copy only 1 of the identical files (if it doesn't exsist... (1 Reply)
Discussion started by: JonaQuinn
1 Replies
ARFF(8) 						      System Manager's Manual							   ARFF(8)

NAME
arff, flcopy - archiver and copier for floppy SYNOPSIS
/usr/sbin/arff [ key ] [ name ... ] /usr/sbin/flcopy [ -h ] [ -tn ] DESCRIPTION
Arff saves and restores files on VAX console media (the console floppy on the VAX 11/780 and 785, the cassette on the 11/730, and the con- sole RL02 on the 8600/8650). Its actions are controlled by the key argument. The key is a string of characters containing at most one function letter and possibly one or more function modifiers. Other arguments to the command are file names specifying which files are to be dumped or restored. The default options are correct for the RX01 floppy on the 780; for other console media, the f and m flags are required. Files names have restrictions, because of radix50 considerations. They must be in the form 1-6 alphanumerics followed by "." followed by 0-3 alphanumerics. Case distinctions are lost. Only the trailing component of a pathname is used. The function portion of the key is specified by one of the following letters: r The named files are replaced where found on the floppy, or added taking up the minimal possible portion of the first empty spot on the floppy. x The named files are extracted from the floppy. d The named files are deleted from the floppy. Arff will combine contiguous deleted files into one empty entry in the rt-11 direc- tory. t The names of the specified files are listed each time they occur on the floppy. If no file argument is given, all of the names on the floppy are listed. The following characters may be used in addition to the letter which selects the function desired. v The v (verbose) option, when used with the t function gives more information about the floppy entries than just the name. f causes arff to use the next argument as the name of the archive instead of /dev/floppy. m causes arff not to use the mapping algorithm employed in interleaving sectors around a floppy disk. In conjunction with the f option it may be used for extracting files from rt11 formatted cartridge disks, for example. It may also be used to speed up reading from and writing to rx02 floppy disks, by using the `c' device instead of the `b' device. It must be used with TU58 or RL02 media. c causes arff to create a new directory on the floppy, effectively deleting all previously existing files. Flcopy copies the console floppy disk (opened as `/dev/floppy') to a file created in the current directory, named "floppy", then prints the message "Change Floppy, hit return when done". Then flcopy copies the local file back out to the floppy disk. The -h option to flcopy causes it to open a file named "floppy" in the current directory and copy it to /dev/floppy; the -t option causes only the first n tracks to participate in a copy. FILES
/dev/floppy or /dev/rrx?? floppy (in current directory) SEE ALSO
crl(4), fl(4), rx(4), tu(4), rxformat(8) AUTHORS
Keith Sklower, Richard Tuck BUGS
Device errors are handled ungracefully. 4th Berkeley Distribution November 16, 1996 ARFF(8)
All times are GMT -4. The time now is 08:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy