Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

VMWare Server/USB HDD/Ubuntu

  • 09-08-2007 03:32PM
    #1
    Registered Users, Registered Users 2 Posts: 596 ✭✭✭


    installed Ubuntu 6.06 on usb hard drive using VMWare Server on Windoes XP. hard drive has 3 partitions - F,G,H. Linux image is on G partition, how can i access the G & H partitions of the hard drive? they currently do not appear on the Linux file manager. thanks.


Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 3,519 ✭✭✭ethernet


    You should have had the option to set their mount points during the installation. You can mount them manually or set them to mount during boot-up. What format are they?

    If it's NTFS, then this will help. Just open the terminal and type:
    sudo mount -t ntfs -r /dev/hdaX /windows
    
    Where X is a number, e.g. hda1 [first partition on the first IDE partition]. In your case, it could be /dev/sda1, /dev/sda2, etc.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Are you running linux through vmware player?

    If so....You wont be able to mount them direclty. You'll need to investigate samba.


  • Registered Users, Registered Users 2 Posts: 596 ✭✭✭ambasite


    ethernet wrote:
    You should have had the option to set their mount points during the installation. You can mount them manually or set them to mount during boot-up. What format are they?

    If it's NTFS, then this will help. Just open the terminal and type:
    sudo mount -t ntfs -r /dev/hdaX /windows
    
    Where X is a number, e.g. hda1 [first partition on the first IDE partition]. In your case, it could be /dev/sda1, /dev/sda2, etc.

    can't remember error message off hand but mount point does not exist, tried various points - /sda1, /sda2, /sda3, /sdb... etc.


  • Registered Users, Registered Users 2 Posts: 2,621 ✭✭✭GreenHell


    fdisk -l should list all available partitions


  • Registered Users, Registered Users 2 Posts: 596 ✭✭✭ambasite


    Khannie wrote:
    Are you running linux through vmware player?

    If so....You wont be able to mount them direclty. You'll need to investigate samba.

    running it through the server console. think i might try dual boot instead.


  • Advertisement
Advertisement