Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Location
    philadelphia
    Posts
    11

    Unhappy 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

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    open a terminal and post the output of
    Code:
    mount
    sudo fdisk -l
    with the drive connected, the -l has a small L not a one.
    We can see the disk partition structure and if it is already mounted.

  3. #3
    Linux Guru Rubberman's Avatar
    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!

  4. #4
    Just Joined!
    Join Date
    May 2009
    Location
    philadelphia
    Posts
    11
    Quote Originally Posted by Jonathan183 View Post
    open a terminal and post the output of
    Code:
    mount
    sudo fdisk -l
    with the drive connected, the -l has a small L not a one.
    We can see the disk partition structure and if it is already mounted.
    Code:
    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
    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 about

  5. #5
    Linux 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.

  6. #6
    Just Joined!
    Join Date
    May 2009
    Location
    philadelphia
    Posts
    11
    what does that mean?

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    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.

  8. #8
    Just Joined!
    Join Date
    May 2009
    Location
    philadelphia
    Posts
    11
    Quote Originally Posted by coopstah13 View Post
    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.
    oh i see what your saying what file system should i use

  9. #9
    Linux Guru Rubberman's Avatar
    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
    Quote Originally Posted by SmexyPenguin18 View Post
    oh i see what your saying what file system should i use
    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!

  10. #10
    Just 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

Page 1 of 2 1 2 LastLast

Posting Permissions

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