Thread: linux - Copying to disk

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    161

    linux - Copying to disk

    How do I copy a file to a disk. I get an error when I try to do this. I mounted the floppy then when I try to copy it there I get errors. I get "error "Invalid Parameter" while copying".

    Thanx in advance!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Post some code!
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    161
    I was using the GUI (gnome) to copy the file by rightclicking.

    I tryed doing this in the terminal and I get
    "bash: /root/Desktop/voley~1.t Permision denied"

    /root/Desktop/voley~1.t copy /mnt/floppy

    Thanx.
    Last edited by Benzakhar; 01-09-2004 at 06:34 PM.

  4. #4
    Registered User
    Join Date
    Jan 2004
    Posts
    24
    were you logged in as root? is the floppy formated?

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    161
    I was logged in as root. The floppy was formated correctly. I can access the floppy and delete files but I cannot save files.

    Thanx.

  6. #6
    Registered User
    Join Date
    Jan 2004
    Posts
    26
    First thought: WHY IN GOD'S NAME ARE YOU RUNNING IN ROOT?! Only time I ever run as root is when I su to make install, and that's it. Was root for all of 3 minutes the last time I upgraded my kernel, for christ's sakes.

    Okay, try copying the files over in shell, you might be experiencing a little "personality quirk" of gnome.

    If that doesn't work, then make sure your permissions of the mount point are kosher. To change the permissions of the mount point run "chmod 666 /mnt/floppy" as root.

    ...Back to the simple stuff, do you have that little switch thingy on the disk set to write protect? You said you could delete files, but it doesn't hurt to try.

    Failing all that, could you do us (me?) a favor and show us your /etc/fstab file so we can make sure that you have it set up right?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linux writing often on main disk
    By mynickmynick in forum Linux Programming
    Replies: 17
    Last Post: 04-07-2009, 02:05 PM
  2. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM
  3. Copying Linux
    By bookworm in forum Tech Board
    Replies: 12
    Last Post: 07-23-2004, 01:44 PM
  4. Formatting Output
    By Aakash Datt in forum C++ Programming
    Replies: 2
    Last Post: 05-16-2003, 08:20 PM
  5. how to use USB disk in linux ?
    By black in forum Linux Programming
    Replies: 12
    Last Post: 07-15-2002, 11:56 PM