How to get my documents from the SSD card?

Discussion in 'Acer Aspire One' started by PeterPan, Nov 16, 2008.

  1. PeterPan

    PeterPan

    Joined:
    Nov 16, 2008
    Messages:
    2
    Likes Received:
    0
    Hello,

    My daughters Aspire one is not booting successfully. It just starts, but the OS is failing. The result is a black screen...

    Before I re-install linpus again, I like to save some documents inside the Aspire.

    I prepaired a Linpus Live Cd. Boot this CD with an external USB CD reader, which works fine.

    So, I'm up and running, but the question is right now, how to get the data from the SSD card? I've tried several mount options, but without success.

    Can anyone help me?

    Best regards and thanks in advance.

    Peter.
     
    PeterPan, Nov 16, 2008
    #1
  2. PeterPan

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    If you do
    $ sudo fdisk -l
    This will show you the storage devices in your system,
    look for a line something like this (some numbers may vary)...
    /dev/sda1 * 1 850 6827593+ 83 Linux
    Then to mount this, you need a directory
    $ sudo mkdir /mnt/mymount
    And then to mount it there, do
    $ sudo mount /dev/sda1 /mnt/mymount
    (replacing sda1 with the results from above)
    You can then "cd /mnt/mymount" to get at the files on that device.
     
    Duncan_Rowland, Nov 16, 2008
    #2
  3. PeterPan

    PeterPan

    Joined:
    Nov 16, 2008
    Messages:
    2
    Likes Received:
    0
    Hello Duncan Rowland,

    Thank you very much for your advice, I've saved the documents!!!

    Best regards,
    Peter.
     
    PeterPan, Nov 16, 2008
    #3
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.