Sponsored Content
Full Discussion: How do I start a thread ?
Operating Systems SCO How do I start a thread ? Post 302193535 by Eclectic Wave on Friday 9th of May 2008 05:16:37 PM
Old 05-09-2008
Moving a driver off a Dos floppy

You can mount dos floppies in sco unix just as if they were formated for Unix.

mount /dev/fd0 /mnt

cd /mnt

The only two things you need to note is that Unix will only see 8 letters of the name (so if you named the file whatever.doc unix is going to display it as whateve~.

The second is that you must unmount the disk ( umount /mnt) before removing the floppy disk. If you don't you could cause the system to panic.

BTLD stands for boot time loadable driver, and there are special rules for bringing a btld driver into your unix kernal when not doing an intial install. SCO should have instructions on their web site for this.

See SCO article 105694 and 109501

Last edited by Eclectic Wave; 05-09-2008 at 06:24 PM..
 

4 More Discussions You Might Find Interesting

1. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies

2. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

3. SCO

SLD: Failed to start the PMD Connection thread. (PM_THREAD_FAILED_TO_START).

Hello, I have a client with an 18 year old SCO Openserver 5.0.5 server. They can't find their installation media. They are experiencing an error at login: *LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL) The status from the policy manager daemon (PMD -... (10 Replies)
Discussion started by: brhunt
10 Replies

4. Emergency UNIX and Linux Support

How do i start a new thread with my android phone?

thanks (6 Replies)
Discussion started by: jgt
6 Replies
gitmount(1)						      General Commands Manual						       gitmount(1)

NAME
gitmount - GNU Interactive Tools - auto-mount script SYNTAX
gitmount device DESCRIPTION
gitmount is a script which allows you to mount any block device without specifying the file system type. You may now insert the floppy in the drive and type ' gitmount fd0' and the first floppy will be mounted in the directory /mnt/fd0. On Linux just press F11 or F12. You don't need to know the file system type anymore. The directories /mnt/fd0 and /mnt/fd1 are created if they don't exist. BUGS
Please send bug reports to: gnuit-dev@gnu.org SEE ALSO
gitfm(1) gitps(1) gitview(1) gitkeys(1) gitaction(1) gitrgrep(1) gitunpack(1) AUTHORS
Tudor Hulubei <tudor@cs.unh.edu> Andrei Pitis <pink@pub.ro> Ian Beckwith <ianb@erislabs.net> (Current maintainer) gitmount(1)
All times are GMT -4. The time now is 07:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy