Failed to create symbolic link

Discussion in 'Acer Aspire One' started by nugroho2, Oct 15, 2008.

  1. nugroho2

    nugroho2

    Joined:
    Oct 6, 2008
    Messages:
    50
    Likes Received:
    0
    When I tried to copy /bin/ folder to an external hard disk using Thunar, the above message appeared. How could I copy such files?
     
    nugroho2, Oct 15, 2008
    #1
  2. nugroho2

    scottro

    Joined:
    Aug 31, 2008
    Messages:
    347
    Likes Received:
    0
    There's not quite enough information to give a definite answer, but I would assume that as Thunar saw the external drive, it is mounted.

    You can try doing it from the command line

    cp -rp bin <target, for example, /dev/sdb1/my_directory>

    (The /dev/sdxX will depend upon how the system sees the external hard drive. Typically, the small x will be a letter, and the large X a number.) You can also do

    cp -rpv
    which will make it more verbose about what it's doing.
     
    scottro, Oct 15, 2008
    #2
  3. nugroho2

    nugroho2

    Joined:
    Oct 6, 2008
    Messages:
    50
    Likes Received:
    0
    My comp recognizes /dev/sdb1 to 9 but none is recognized as directory. So the code did not work.

    Anyway, I believe I would not be able to copy Linux files with a name containing : / \ etc. to a fat32 harddisk shared by Windows. SO, I just give up, and backup my files using fwbackups into a TAR file that wraps all those names.

    Thanks anyway.
     
    nugroho2, Oct 18, 2008
    #3
  4. nugroho2

    daldred

    Joined:
    Aug 25, 2008
    Messages:
    887
    Likes Received:
    0
    If the external HDD wasn't formatted worth a linux-friendly file system, it won't have the ability to recognise symbolic links; trying to copy over a directory containing such links won't work! Linux filesystems can contain more file information than Windows/DOS ones.

    Format the HDD as ext2 or ext3, and it should work.
     
    daldred, Oct 18, 2008
    #4
  5. nugroho2

    nugroho2

    Joined:
    Oct 6, 2008
    Messages:
    50
    Likes Received:
    0
    Thanks, David... You confirm my suspicion on format problem.

    Anyway, looks like the fwbackups ran flawlessly with the TAR file, except for SYS folder that I don't bother to copy.
     
    nugroho2, Oct 19, 2008
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.