Find the answer to your Linux question:
Results 1 to 9 of 9
I am trying to mount an external hard drive that is ntfs formatted using windows. Ubuntu wont let me mount how do I force mount it? here is my fdisk ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4

    Mount external hard drive

    I am trying to mount an external hard drive that is ntfs formatted using windows. Ubuntu wont let me mount how do I force mount it?

    here is my fdisk

    matthew@matthew-laptop:~$ sudo fdisk -l

    Disk /dev/sda: 30.0 GB, 30005821440 bytes
    255 heads, 63 sectors/track, 3648 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xa266a266

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 3508 28177978+ 83 Linux
    /dev/sda2 3509 3648 1124550 5 Extended
    /dev/sda5 3509 3648 1124518+ 82 Linux swap / Solaris

    Disk /dev/sdb: 2199.0 GB, 2199023255552 bytes
    255 heads, 63 sectors/track, 267349 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000

    Disk /dev/sdb doesn't contain a valid partition table
    matthew@matthew-laptop:~$

    Which is my usb drive? /dev/sdb??

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Yes it should ne /dev/sdb..
    but theres no partition and filesystem on it.
    you need one to mount drive.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    does it work in Windows? Or is it a blank hard drive? if nothing is important on it just format it and it shoudl work no problem
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    It does work in windows ... so i guess ill have to back that stuff up on my windows computer and format and make a new partition again.

  5. #5
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Before reformatting....

    Disk /dev/sdb: 2199.0 GB
    Is this drive seriously 2 terrabytes? If not, udev is misreading the drive geometry in such a way that might make this drive (or maybe it's the drive case/usb adapter) unusable in the current Linux incarnation. What's the make and model of this external drive?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which version of Ubuntu are you using? Post the output of uname -a command here.
    Code:
    uname -a
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4

    Smile

    Quote Originally Posted by D-cat View Post
    Before reformatting....



    Is this drive seriously 2 terrabytes? If not, udev is misreading the drive geometry in such a way that might make this drive (or maybe it's the drive case/usb adapter) unusable in the current Linux incarnation. What's the make and model of this external drive?



    How did I over look that!! No I don't but I WISH I had 2 terrabytes!

  8. #8
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    matthew@matthew-laptop:~$ uname -a
    Linux matthew-laptop 2.6.27-11-generic #1 SMP Wed Apr 1 20:57:48 UTC 2009 i686 GNU/Linux
    matthew@matthew-laptop:~$

  9. #9
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Well its a latest kernel..
    I think you should check the drive in Windows again or boot up a live cd and see if you can detect that partition.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

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