Results 1 to 6 of 6

Thread: mount windows drive

  1. #1
    Join Date
    Dec 2008
    Beans
    28

    mount windows drive

    Hello,
    I am trying to see my windows drive from ubuntu.
    I found this article:

    http://www.reallylinux.com/docs/toptip3.shtml

    However when I run
    root@ubuntu:/home/laptop# mount -t vfat /dev/hda1 /mnt/win

    I get this.
    mount: special device /dev/hda1 does not exist

    Is there something else I have to do?

    Is there a better way of doing this?

    thanks

  2. #2
    Join Date
    Sep 2009
    Location
    surrey uk
    Beans
    2,057
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: mount windows drive

    If you go into places network is it listed in the side panel?
    DUAL BOOT XP & Natty, Trying LFS

  3. #3
    Join Date
    Dec 2008
    Beans
    28

    Re: mount windows drive

    How do you get to network on 10.04?

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: mount windows drive

    IF you run
    Code:
    sudo fdisk -l
    You will see the drives are sda1, sda2 etc. They used to be hda for IDE and sda for SCSI (not sure about early SATA) but several years ago they consolidated the driver and all hard drives in Ubuntu are sda etc.

    If you want to permanently mount it, you can add an entry to fstab,

    Understanding fstab
    http://ubuntuforums.org/showthread.php?t=283131
    Ownership and permissions of vfat / ntfs are set at the time of mounting. This is often a source of confusion.

    https://help.ubuntu.com/community/Mount/
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Sep 2009
    Location
    surrey uk
    Beans
    2,057
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: mount windows drive

    top left inbetween Applications and Systems then go down to Network it should list your win drive in left side panel
    DUAL BOOT XP & Natty, Trying LFS

  6. #6
    Join Date
    Dec 2008
    Beans
    28

    Re: mount windows drive

    Thanks all
    Got it to work. not really sure how.
    I installed mount manager and storage device manager.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •