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
...
- 04-07-2009 #1Just 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??
- 04-07-2009 #2
Yes it should ne /dev/sdb..
but theres no partition and filesystem on it.
you need one to mount drive.
- 04-08-2009 #3
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"
- 04-08-2009 #4Just 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.
- 04-08-2009 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
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?Disk /dev/sdb: 2199.0 GB
- 04-08-2009 #6
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
- 04-08-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
- 04-08-2009 #8Just 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:~$
- 04-08-2009 #9
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.


Reply With Quote
