10 More Discussions You Might Find Interesting
1. SCO
My media disk is unusable.
Can someone provide me an ISO for Openserver 5.0.6?
Thank you.
Brantley Allen (2 Replies)
Discussion started by: brantleyallen
2 Replies
2. SCO
hello everyone
i need a copy of sco 5.0.6 iso for isntall a new server crash
I read in a post that someone uploaded to an ftp an iso but I did not find the ftp
any can helpme? (7 Replies)
Discussion started by: mjgeddo
7 Replies
3. SCO
Obviously, the client browsers which came with SCO UNIX OpenServer, Netscape and Mozilla, are horribly outdated now. Does anyone know of a relatively current browser which will work in their place? (2 Replies)
Discussion started by: Transpower
2 Replies
4. SCO
Hello, i need if possible media for sco openserver 5.0.6 and also want to know if is possible to upgrade from 5.0.2 to 5.0.6.
Best regards,
Paolo (1 Reply)
Discussion started by: elnino981
1 Replies
5. SCO
Greetings,
I've recently been given responsibility for a legacy server running SCO OpenServer 5.0.4 and upon taking inventory I discovered we have all the license documents but no installation media. Can anyone assist me with where I might download these?
Thanks
Kevin (9 Replies)
Discussion started by: Kevin Harris
9 Replies
6. SCO
Has anyone here used eSATA drives on SCO UNIX OpenServer 5.0.7? SCSI host adapters and drives are getting harder to find, so I'm thinking about eventually switching to eSATA, but only, of course, if they will work with OpenServer. (2 Replies)
Discussion started by: Transpower
2 Replies
7. SCO
Hi everybody
I'm going to install svn client in sco unix openserver 5.0.7
where should I start ?
I have no Idea what to do ?
tnx (3 Replies)
Discussion started by: javad1_maroofi
3 Replies
8. SCO
I have a client with an OLD Point of Sale system (another POS tla). Old as in running since 1995! :eek:
I'm cloning the system, but want to complete the backup/disaster recovery plan by having the media kit.
Does anyone have a 5.0.0 media kit I can beg, borrow or buy?
Thanks!
JGT (1 Reply)
Discussion started by: jgt10
1 Replies
9. SCO
Hello
We are running a pretty old system here which needs to be re-installed. Unfortunately even if all my licences are okay, my install CD are missing in the box.
I contacted sco in order to get these media kit, with no luck (product discontinued)
I was wondering if some good pal would... (5 Replies)
Discussion started by: qube001
5 Replies
10. UNIX for Advanced & Expert Users
hi everybody
I have got a set of sco unix open server release 3.0 flopyy disks series N1, N2, M1, P1...P43, Release notes..
ý did a fresh installation. but ý cant install ethernet card. when ý use netconfig-ad a chain -tcpip... there is a messge :
the sco contain TCP/IP driver. and ý... (2 Replies)
Discussion started by: kaygusuz
2 Replies
MKFS.BFS(8) Linux System Administrator's Manual MKFS.BFS(8)
NAME
mkfs.bfs - make an SCO bfs filesystem
SYNOPSIS
mkfs.bfs [-N nr-of-inodes] [-V volume-name] [-F fsname] device [size-in-blocks]
DESCRIPTION
mkfs.bfs creates an SCO bfs file-system on a block device (usually a disk partition or a file accessed via the loop device).
The size-in-blocks parameter is the desired size of the file system, in blocks. If nothing is specified, the entire partition will be
used.
OPTIONS
-N Specify the desired number of inodes (at most 512). If nothing is specified some default number in the range 48-512 is picked
depending on the size of the partition.
-V volume-label
Specify the volume label. I have no idea if/where this is used.
-F fsname
Specify the fsname. I have no idea if/where this is used.
-v Be verbose.
EXIT CODES
The exit code returned by mkfs.bfs is 0 when all went well, and 1 when something went wrong.
SEE ALSO
mkfs(8).
AVAILABILITY
The mkfs.bfs command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
Util-linux 2.9x 12 Sept 1999 MKFS.BFS(8)