Thread: saving in linux

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    15

    saving in linux

    I'm trying to save my c program to a disk, but it won't work...its doing really weird things, its saving to floppy, then when I go to mount it, the mount option is not there, i'm actually just re-saving after some changes and maybe that's why, i restarted my comp and everything, and i still can't save it to my disk...HELP!!
    thanks eveyone!
    from Mel

  2. #2
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    Im not sure if this is the problem, I have never used a floppy in Linux, but everytime you mount the disk you also have to unmount it.

    //Edit: Please dont post the same question in two different forums.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    15
    there's no unmount either, it changed the floppy drive into a textfile....i'm using the KDE desktop
    thanks eveyone!
    from Mel

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #5
    Registered User
    Join Date
    Feb 2003
    Posts
    5
    I am just curious. Did you figure out the problem? Also are you aware of the tools most distros have for using msdos floppies under linux. mdir mcopy mformat etc.

    mtools
    If you want to fiddle with MSDOS floppies, without having to mount them, you can use a package of utility programs called 'mtools'. It consists of clones of some MSDOS commands, e.g. 'mdir' is the same as 'dir' in MSDOS. If you want to use mtools, read the man page, to find out what you can do. One simple thing that you can try is to insert an MSDOS floppy in the floppy drive and type mdir a:, which does the same thing as 'dir a:' would do in MSDOS. You don't have to be root to use mtools.

    This has a complete explanation
    http://user.tninet.se/~uxm165t/linux_intro3.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM