Help mounting partitions on Linpus Lite

Discussion in 'Acer Aspire One' started by Rikly, Mar 18, 2009.

  1. Rikly

    Rikly

    Joined:
    Mar 17, 2009
    Messages:
    2
    Likes Received:
    0
    Can someone help me?

    fdisk - l give:

    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00085ca6

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 5354 43005973+ 83 Linux
    /dev/sda2 14463 14593 1052257+ 82 Linux swap / Solaris
    /dev/sda3 5355 10708 43006005 83 Linux
    /dev/sda4 10709 14462 30154005 7 HPFS/NTFS

    Partition table entries are not in disk order

    Disk /dev/mmcblk0: 8168 MB, 8168931328 bytes
    39 heads, 5 sectors/track, 81820 cylinders
    Units = cylinders of 195 * 512 = 99840 bytes
    Disk identifier: 0xd68b6987

    Device Boot Start End Blocks Id System
    /dev/mmcblk0p1 * 43 81821 7973376 b W95 FAT32
    -------------------------------------------------------------------------------------

    I would like mount sda3 wich contains Ubuntu 8.10 and sda4 which contains datas (from Ubuntu).

    Please some help. Thank you.
     
    Rikly, Mar 18, 2009
    #1
  2. Rikly

    fweigel

    Joined:
    Oct 24, 2008
    Messages:
    118
    Likes Received:
    0
    Thanks for the question! (for a weird reason, it made me laugh). On to the answer...

    Open a "terminal" (ALT-F2 terminal <enter>, or use the "advanced" pop-up if you have enabled it). Type in:

    mkdir /mnt/home/ubuntu
    sudo mount /dev/sda3 /mnt/home/ubuntu

    Open the file manager, click on "My Disk", and open the "ubuntu" folder -- the files are there. When you are finished, issue the command

    sudo umount /mnt/home/ubuntu
     
    fweigel, Jul 2, 2009
    #2
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.