Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

VMWare Server/USB HDD/Ubuntu

  • 09-08-2007 3:32pm
    #1
    Registered Users, Registered Users 2 Posts: 599 ✭✭✭


    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 Posts: 3,568 ✭✭✭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: 599 ✭✭✭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: 599 ✭✭✭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