1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Ultimate Boot CD

Discussion in 'Linux - General discussion' started by rayrod354, Jun 20, 2010.

Thread Status:
Not open for further replies.
  1. rayrod354

    rayrod354 Member

    Joined:
    Sep 1, 2007
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    11
    Hello All,

    My Acer Aspire One crashed a few months ago and just let it sit for a while until recently that I received a copy of Ultimate Boot CD from my brother-in-law.... So, here's the problem, how to I move stuff over that's on my Aspire One to an external hard drive? I've tried copy and paste, cut and paste, move... And the files just do not transfer over... What do I do?

    Thank You.
     
  2. rcrockett

    rcrockett Regular member

    Joined:
    Sep 23, 2005
    Messages:
    355
    Likes Received:
    0
    Trophy Points:
    26
    What file system is formatted on the external HDD partition? Have you tried transferring using the CLI?
     
  3. Schmick

    Schmick Member

    Joined:
    Apr 6, 2010
    Messages:
    51
    Likes Received:
    1
    Trophy Points:
    16
    If the external drive is formatted NTFS, it has probably connected read only, as the NTFS driver can potentially corrupt the drive, so usually mounted that way as a precaution. You'll probably want to use some variant of:

    mount -t ntfs-3g /dev/sda1 /mnt/windows -o rw

    with /dev/sda1 and /mnt/windows set as appropriate for your situation. You'll also need to do that as root.
     
Thread Status:
Not open for further replies.

Share This Page