Results 1 to 10 of 17
hello i on a dell latitude c500/c600 and running 9.10 and have a maxtor 160 gb external hd that wont mount right. it shows up in / but when i ...
- 05-07-2009 #1Just Joined!
- Join Date
- May 2009
- Location
- philadelphia
- Posts
- 11
unable to mount location can't mount file
hello i on a dell latitude c500/c600 and running 9.10 and have a maxtor 160 gb external hd that wont mount right. it shows up in / but when i click on it i get the error message:unable to mount location can't mount file. could someone give a suggestion to get this to work.
thanks in advance
- 05-07-2009 #2
open a terminal and post the output of
with the drive connected, the -l has a small L not a one.Code:mount sudo fdisk -l
We can see the disk partition structure and if it is already mounted.
- 05-07-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Also, what file system is on that external drive? Is it NTFS by any chance?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-07-2009 #4Just Joined!
- Join Date
- May 2009
- Location
- philadelphia
- Posts
- 11
oh i was told it was a 160 gb the one that is 203.9 gb must be it. i got it from my uncle and didnt know anything aboutCode:matt@matt-laptop:~$ mount /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) varrun on /var/run type tmpfs (rw,nosuid,mode=0755) varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777) udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) fusectl on /sys/fs/fuse/connections type fusectl (rw) lrm on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=755) none on /proc/bus/usb type usbfs (rw,devgid=126,devmode=664) securityfs on /sys/kernel/security type securityfs (rw) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) gvfs-fuse-daemon on /home/matt/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=matt) matt@matt-laptop:~$ sudo fdisk -l [sudo] password for matt: Disk /dev/sda: 40.0 GB, 40007761920 bytes 255 heads, 63 sectors/track, 4864 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000080 Device Boot Start End Blocks Id System /dev/sda1 * 1 4771 38323026 83 Linux /dev/sda2 4772 4864 747022+ 5 Extended /dev/sda5 4772 4864 746991 82 Linux swap / Solaris Disk /dev/sdb: 203.9 GB, 203928109056 bytes 255 heads, 63 sectors/track, 24792 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x9503c6ab Device Boot Start End Blocks Id System
- 05-07-2009 #5Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Your fdisk output shows not partition(s) or filesystem on sdb so there is nothing to mount.
- 05-07-2009 #6Just Joined!
- Join Date
- May 2009
- Location
- philadelphia
- Posts
- 11
what does that mean?
- 05-07-2009 #7
You need to have a partition on the disk and a filesystem on that partition in order to use it. Since you are using Ubuntu, the easiest way to solve this is to use gparted to "initialize" the disk, then put the type of filesystem on it that you want. After this, you will be able to mount the disk.
- 05-07-2009 #8Just Joined!
- Join Date
- May 2009
- Location
- philadelphia
- Posts
- 11
- 05-07-2009 #9Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
If you are only going to access this drive from a Linux system, then install an ext3 file system on it. If you also want to access it from a Windows system, then you might want to put an NTFS file system on it. With newer versions of Linux, you can do this with the ntfs-3g driver set.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-07-2009 #10Just Joined!
- Join Date
- May 2009
- Location
- philadelphia
- Posts
- 11
i made a partition on it and made it fat32 but i still get the error message: unable to mount location can't mount file when i click on it in computer


Reply With Quote
