Results 1 to 3 of 3

Thread: Moving a file from floppy to hdd

  1. #1
    Associate
    Join Date
    Apr 2002
    Posts
    39

    Moving a file from floppy to hdd

    Way too easy, I know. *BUT ...

    I'm doing a first-time install - no GUI - command line ONLY so far. *I'm trying to get video drivers installed to get a GUI.

    I downloaded the .rpm and .tgz driver bundles from a Windows PC. *So, the files are on a FAT floppy. *I think I can rpm the bundle if I can get the files to the hard drive (and proper directory). *With the FAT floppy in, I ran the command:

    mount -t msdos /dev/fd0 /mnt/floppy

    and got the following message:

    Unable to load NLS charset cp437(nls_cp437)

    Then I tried 'seeing' the files on a Linux boot disk by entering the command:

    ls /mnt/floppy

    and the floppy drive light flashed, but I got no files listed.

    This should be easy stuff ... how 'bout some enlightening, y'all!? *Thanx

  2. #2

    Re: Moving a file from floppy to hdd

    hello,
    i use mtools for copy stuff from MS formated disks - mcopy a:\cool.rpm /home/me/. should do it, hopefully you ahve mtools installed, if not try modprobe floppy and then try mountiing it as you did before.

  3. #3
    Associate
    Join Date
    Apr 2002
    Posts
    39

    Re: Moving a file from floppy to hdd

    Thanks pbharris! *I'll be checkin out da tools!

    I did get it *.... finally! *I tried this:

    umount /mnt/floppy
    mount -t auto /dev/fd0 /mnt/floppy
    *(with the FAT floppy inserted)
    ls -al /mnt/floppy

    and I'll be damned if I di'n get a file listing ... with my xsis.rpm file in the list!

    Then I ran

    rpm -i --nodeps /mnt/floppy/xsis.rpm

    ... and SOMETHING happened (not sure WHAT, exactly, but I'm assuming I'm going to find some driver files for the SiS 530 VGA in the /X11R6 directory (or somewhere).

    I'm new to this command line stuff, so I won't be surprised if I somehow format a hdd or something, soon. *I'm crossing my fingers ...

    Thanx for the input *

Similar Threads

  1. Exporting Visio Diagrams in Other File Formats
    By The Donald in forum Windows - General Topics
    Replies: 1
    Last Post: 07-08-2005, 12:55 PM
  2. How to use the Sysprep tool
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 08:34 PM
  3. File Formats Supported by Windows Media Player
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 10:17 PM
  4. Calling all mail server admins
    By demian in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-21-2004, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •