how to access data in a pen drive in sco openserver 6


 
Thread Tools Search this Thread
Operating Systems SCO how to access data in a pen drive in sco openserver 6
# 1  
Old 12-23-2008
Question how to access data in a pen drive in sco openserver 6

Does anybody know the commands to access the data from a pen drive in a SCO Openserver 6.
What are the parameters to the mount command for accessing the USB portSmilie
# 2  
Old 12-28-2008
man usb.and also run usbprobe.
# 3  
Old 12-31-2008
Question

I have read the man pages for usb and usbprobe .
usbprobe detects the Pen drive on bus # 5 and lists it as Mass Storage .
What do I do next .. how do I access the Pen drive .
What command makes the content of the Pen drive accessible
Thanks
# 4  
Old 01-01-2009
Someone in the Legend mailing list just pointed me to a command I'd never heard of. Anyone can run it, but only root will get any output from it:

getlclfsdev

Once you know that it's /dev/dsk/whatever, you can either mount that and make a filesystem on it, or tar to it, or whatever else you wish.
# 5  
Old 02-04-2009
Most pen drives are formated FAT so the dosXX commands work. OS6 automatically mounts USB drives using the next available disk device nodes. So if you have one disk try dosdir /dev/dsk/1s1 or higher if you have more disks already (2s1, 3s1 etc). To copy the files use doscp.
# 6  
Old 02-05-2009
no automount for the USB pen drive device

Hi BEvans ,
The server (SCO Openserver 6) does not automatically mount the pen drive on the USB . However the light in the USB glows and is active .
The getlclfsdev command only shows the user filesystems mounted

The usbprobe gives ---
Path - Address - Description
----------------------------
+++++++ BUS #0
0 - 1 - HUB "UHCI Root Hub"
+++++++ BUS #1
0 - 1 - HUB "UHCI Root Hub"
+++++++ BUS #2
0 - 1 - HUB "EHCI Root Hub"
3 - 2 - Mass-Storage "N/A"


The problem now is the device name for this USB which can be mounted .

Thanks ,
# 7  
Old 02-05-2009
The USB drive is automounted as a device, not a file system. To see what device node was created just look at the dates of the device nodes. The most recently added nSX where n is the new device, and X is a bunch of nodes for different partitions etc. If you added disks before this might not work so quickly trying a few of the 1sX devices might be needed.

ls /dev/dsk/?s?

The USB drive probably came formatted as a FAT file system. The dosXXX commands can access a FAT file system directly with no need to mount it as a file system. So if 2nX was the set of device nodes created when you first inserted the USB drive commands like the following should work. If you have one disk then 1s1 is the where the flash drive is.

dosdir /dev/dsk/2s1

doscp /dev/dsk/2s1:BACKUP.ZIP BACKUP.ZIP

Myself I usually use zip and unzip to bundle up files for easy transfer and viewing on windows machines from/to the flash drive.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Sco unix 5.0 copy file to pen drive

I have a server unix Sco 5.0 and copy some backup files to flopy drive using command "Tar", but i like copy this files to pen drive, is possible ? my know about Sco is less. Tks (1 Reply)
Discussion started by: ger2112
1 Replies

2. Red Hat

making pen drive bootable

Anyone can plz tell me how to make pendrive bootable.unetbootin dont have option for red hat (0 Replies)
Discussion started by: shamapraveen
0 Replies

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

4. Linux

Not able to remove virus from a pen drive

Hello Friends, My pendrive (FAT32 filesystem) consist of following files+viruses. -rwxr-xr-x 1 chinmay root 0 2010-03-10 01:29 autorun.inf dr-xr-xr-x 2 chinmay root 4096 2010-03-09 23:51 Docs -rwxr-xr-x 1 chinmay root 4726162 2010-03-08 15:02 java_ee_sdk-5_03-javadocs.zip... (4 Replies)
Discussion started by: catchchinu1
4 Replies

5. BSD

FreeBSD pen drive issue....

Hi there, I am using freebsd 7.0 and I am facing a lot of issues with it. The cd installed fine. I opted for the gnome desktop and tht too installed (though the refresh rates were wrong and the resloution got messed up). After some configurations the desktop was working fine. Then came the... (5 Replies)
Discussion started by: jedidiah
5 Replies

6. SCO

SCO Openserver Release 5 and HP VS160 Tape Drive

Hi, Does anyone know if a HP VS160 Tape drive will work with SCO Openserver Release 5? If so what driver would it use? alad, cha? Thanks John (3 Replies)
Discussion started by: jfd7000
3 Replies

7. SCO

SCO hard drive with data - No SCO computer

Situation - i have an IDE hard drive from server apparently running SCO last used in 2003. No access to computer it was formerly in. I need to access the drive to pull off data files from a billing/scheduling program. I have no SCO machine or access to one atm. Have some limited Linux... (3 Replies)
Discussion started by: lordlars1
3 Replies

8. Debian

linux on 128MB pen drive?

hello, I want to install minimal linux on 128MB pen drive. distro is debian. what all should i need? (2 Replies)
Discussion started by: yogesh_powar
2 Replies

9. UNIX for Dummies Questions & Answers

USB pen drive support

Hello, I need information or tooling for using my USB pen drive (DANE-ELEC) in a unix environment. Until now I only get the "format window" in the unix machine but after giving OK for running the format, it never stops and I have to stop it manually. Seems that what I need is format my... (0 Replies)
Discussion started by: Argento73
0 Replies

10. UNIX for Advanced & Expert Users

Magneto-Optical drive for SCO Openserver 5.0.5

Hi, I tried to install Magneto-Optical (MO) drive Fujutsu to COMPAQ Proliant ML350 with SCO Openserver 5.0.5. Harddisk and MO are connected to Adaptec UW-SCSI-3 (driver ad160). During boot process system shows me that MO is connected to host adapter 1, bus 0, SCSI ID 1 and LUN 0. But when I... (2 Replies)
Discussion started by: yurist
2 Replies
Login or Register to Ask a Question