Find the answer to your Linux question:
Results 1 to 7 of 7
Hello, I hope someone can help I'm trying to copy the identify file from /proc/ide/hda/ but it's read only. I have tried everything to copy this file to my /mnt/floppy ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    5

    /proc/ide/hda/identify

    Hello,

    I hope someone can help

    I'm trying to copy the identify file from /proc/ide/hda/ but it's read only. I have tried everything to copy this file to my /mnt/floppy

    Using sudo nano identify will read the file but it does not correctly save the file to floppy. I need an exact copy to floppy

    Thank you for any help it would be much appreciated

    Dan

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Please be more specific.
    Debian GNU/Linux -- You know you want it.

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    5
    More specific? Hmmmm


    I want to copy /proc/ide/hda/identify to removable storage which is /mnt/floppy at the moment

    AM I on the right track?

  4. #4
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    It is not clear to me what you mean by "copy".
    Do you want to create a file with the content of the identity's output on the floppy or do you wan't to copy a block of data directly to the medium.
    Debian GNU/Linux -- You know you want it.

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    5
    Hi,

    I want to create a file with the raw content of the identify process stored in
    /proc/ide/hda/identify and this created raw file to be sent to a mounted device in file format (in this case a floppy disk of high density made by Sony which is mounted at /mnt/floppy)

    many thanks

  6. #6
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    951
    This should work if you do it as root (you don't have access otherwise). I just copied the proc/ide/hda/identify file in my system to another place and it worked ok.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  7. #7
    Just Joined!
    Join Date
    Oct 2009
    Posts
    5
    was strange problem

    So I did

    cat proc/ide/hda identify > identify

    while in my home director. I think I was trying to save the file in the /proc directory which is read only

    Thanks all that answered

Posting Permissions

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