Copy files from CDROM to DOS Directory


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Copy files from CDROM to DOS Directory
# 1  
Old 01-23-2007
Copy files from CDROM to DOS Directory

Hi Everyone, Smilie

Could someone PLEASE tell me how to copy some DOS files from a CDROM to a DOS readable directory in UNIX.

I imagine that sounds strange, but that's what I need to do.

I am somewhat familiar with...

Inserting the CDROM
mount /mnt/cdrom
ls /mnt/cdrom

eject /mnt/cdrom

I am totally new to UNIX, so all suggestions are appreciated

Thanks,
greystoke
# 2  
Old 01-23-2007
What version of unix? Does the dos readable directory already exist? Can you cd to it and run ls? Linux has tools to create and use FAT filesystems. A few versions of Unix do too. But this is not a universal capability which is why we need the specifics of your OS. If you are not sure, run "uname -a" and post the results.

Also, why use Unix? Not to belabor the obvious, but Microsoft OS's can copy files from a CD to a FAT or NTFS filesystem.
# 3  
Old 01-24-2007
OS Type

Thanks for the repy Perderabo.

The OS is: AIX aixps2 1 3.0 i386

I am hoping to be able to ghost the hard drive using a parallel cable between 2 computers( the other one is using windows XP) in dos mode. Ghost is saying that it will work provided both computers are running ghost.

Dos is installed on both computers.

The floppy drive has failed, there is no nic card, so I need to copy the ghost files(via CDROM) onto the old system to get ghost running on both.

If successful, I intend to use VMware to run the AIX aixps2 1 3.0 in a virtual environment.

This computer is out of state, so I won't be able to work with any other solutions after I leave. I need this to work Smilie

Thanks,
greystoke
# 4  
Old 01-24-2007
Are obvious hardware solutions ruled out? Like, installing an NIC?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to copy a directory without specific files?

Hi I need to copy a huge directory with thousands of files onto another directory but without *.WMV files (and without *.wmv - perhaps we need to use *.). Pls advise how can I do that. Thanks (17 Replies)
Discussion started by: reddyr
17 Replies

2. Shell Programming and Scripting

Copy the files in directory and sub folders as it is to another directory.

How to copy files from one directory to another directory with the subfolders copied. If i have folder1/sub1/sub2/* it needs to copy files to folder2/sub1/sub2/*. I do not want to create sub folders in folder2. Can copy command create them automatically? I tried cp -a and cp -R but did... (4 Replies)
Discussion started by: santosh2626
4 Replies

3. Red Hat

Unable to copy files due to many files in directory

I have directory that has some billion file inside , i tried copy some files for specific date but it's always did not respond for long time and did not give any result.. i tried everything with find command and also with xargs.. even this command find . -mtime -2 -print | xargs ls -d did not... (2 Replies)
Discussion started by: before4
2 Replies

4. Shell Programming and Scripting

Copy a number of files to a directory, then more to another

I can't find how to do this. I want to take a bulk of files, and copy/move a specific number of them (say 1000) to a newly created directory. Once that directory is full, I want to create a new folder and copy/move another batch of files, and so on. Seems like there should be an easy way to... (6 Replies)
Discussion started by: twjolson
6 Replies

5. UNIX for Dummies Questions & Answers

Copy files into another directory

I have a folder will a lot of documents (pdf, xls, doc etc.) which users have uploaded but only 20% of them are currently linking from my html files. So my goal is to copy only the files which are linked in my html files from my Document directory into another directory. Eg: My documents exist... (5 Replies)
Discussion started by: ankitha
5 Replies

6. UNIX for Dummies Questions & Answers

How to copy all files into the same directory

Dear All, Again I have another simple question. :confused: I want to write a csh which can copy all files of a current directory with a new name in the same directory, I mean: If I have tree bird apple as files in a directory I want to give ,say number 007 as argument to my csh and it copies... (3 Replies)
Discussion started by: dreamer0085
3 Replies

7. AIX

Copy files from CDROM to harddisk?

Hi all! i'm Vietnamese, sorry my english! I'm using System P 570 with AIX 5.3 OS but i'm newbie Now i need to copy content from CDROM to harddisk but i can not read any thing from my cdrom such as system can not recognize cd driver. So how can i mount my cddrom or how can i read or copy... (7 Replies)
Discussion started by: leenguyen0101
7 Replies

8. UNIX for Dummies Questions & Answers

Copy files from a directory by ftp

Hi all, I have to enable users to access a folder by ftp. Could you tell me which configurations files I must modify or create? Thanks (3 Replies)
Discussion started by: hippa77
3 Replies

9. Shell Programming and Scripting

Copy files from one directory to another

Hi when copy the files from one directory to another as like below,it is tried to copy *. as a file. cp /home/rha/*. My objective is to copy all the files (don't care about case sensitive), Thanks in advance for your valuable reply. (1 Reply)
Discussion started by: HAA
1 Replies

10. Shell Programming and Scripting

Copy files from one directory to another

I need to copy about 13 Tb of data from one directory and subdirectories to the other (another mount point). If I run this as a cron, say between 10 pm and 7 am, not all of the files will be copied over. Is there a way of 'resuming' the copy the following evenings until all files are copied over? (0 Replies)
Discussion started by: hd2006
0 Replies
Login or Register to Ask a Question