Find the answer to your Linux question:
Results 1 to 4 of 4
hi! how could I mount a Toshiba external hard disc drive to my Ubuntu 9.04? thanks in advance...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    3

    [SOLVED] how to mount external hdd

    hi!
    how could I mount a Toshiba external hard disc drive to my Ubuntu 9.04?
    thanks in advance

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    First create a mount point as root: sudo mkdir /mnt/exthd

    Then using the mount command as root, assuming the filesystem is on partition sdb1 and filesystem type is ext3:

    sudo mount -t ext3 /dev/sdb1 /mnt/exthd

    If the partition and filesystem are different from above, you will need to make changes.

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    3
    hi, thanks for your help
    I have the mkdir: "cannot create directory `/mnt/exthd': File exists" message to the "sudo mkdir /mnt/exthd" command

  4. #4
    Just Joined!
    Join Date
    Jan 2010
    Posts
    3
    Problem solved!
    thanks!

Posting Permissions

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