Results 1 to 7 of 7

Thread: Linux Mint help

  1. #1
    Join Date
    Jul 2010
    Location
    Misery
    Beans
    179
    Distro
    Ubuntu 12.04 Precise Pangolin

    Linux Mint help

    I posted this in the Linux Mint forums, but did not get a reply.

    I am helping out a friend who has Mint 11 installed onto a USB drive. When booted, it will not auto mount another USB drive, although Disk Utility recognizes the drive. I tried to manual mount using Disk Utility and got the following error.

    Error mounting: mount exited with exit code 1: helper failed with:
    mount: according to mtab, /dev/sdb1 is already mounted on /
    mount failed

    I tried this with two separate drives and got the same results. In Windows XP, both drives work fine. Here is the output of fdisk. sdc1 is the drive that will not mount.

    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x80d2f3ee

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 19456 156280288+ 7 HPFS/NTFS

    Disk /dev/sdb: 16.0 GB, 16008609792 bytes
    64 heads, 32 sectors/track, 15267 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0004ac53

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 7630 7812500 83 Linux
    Partition 1 does not end on cylinder boundary.
    /dev/sdb2 7630 15266 7819265 5 Extended
    Partition 2 does not end on cylinder boundary.
    /dev/sdb5 7631 9537 1952768 82 Linux swap / Solaris
    /dev/sdb6 9539 15266 5865472 83 Linux

    Disk /dev/sdc: 2055 MB, 2055208960 bytes
    16 heads, 32 sectors/track, 7840 cylinders
    Units = cylinders of 512 * 512 = 262144 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x58e10cca

    Device Boot Start End Blocks Id System
    /dev/sdc1 * 1 7840 2007024 e W95 FAT16 (LBA)
    Any help with this would be appreciated.

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Linux Mint help

    From that error message I would say that you are trying to mount the USB drive with the Linux operating system on.

    I cannot say anything about Linux Mint but if this was Ubuntu from a USB memory stick I would use the file manager and if it showed that there was another USB memory stick in the machine I would click on its icon and that would mount the USB drive as far as I would understand.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  3. #3
    Join Date
    Jan 2008
    Location
    Coventry, England
    Beans
    484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Linux Mint help

    Can you post the contents of /etc/fstab and /etc/mtab, and of

    Code:
    sudo blkid
    when the USB drive is connected?

  4. #4
    Join Date
    Jul 2010
    Location
    Misery
    Beans
    179
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Linux Mint help

    Quote Originally Posted by grahammechanical View Post
    From that error message I would say that you are trying to mount the USB drive with the Linux operating system on.
    Thanks for the quick reply. One of them did in fact have a bootable Linux on it: Fedora 16. The other only had data, mainly pictures. Neither would auto mount and both gave the same error message.

    The file manager (I think it was Nautilus) did not list it at all. And, there was no desktop icon for the newly inserted drive. This was the reason I used the disk utility.

    Thanks again for your help.

  5. #5
    Join Date
    Jul 2010
    Location
    Misery
    Beans
    179
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Linux Mint help

    Quote Originally Posted by Lateralis View Post
    Can you post the contents of /etc/fstab and /etc/mtab, and of

    Code:
    sudo blkid
    when the USB drive is connected?
    Thanks, I will give it a try tomorrow. I do not have access to the memory stick right now, but my friend will have it at work tomorrow.

  6. #6
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Linux Mint help

    Moved to Other OS/Distro Talk.

  7. #7
    Join Date
    Apr 2012
    Location
    Zululand, RSA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Linux Mint help

    Yeah I remember in my Mint days that this... "/dev/sdnn is already mounted on /" message occurred enough times for me to try and get a handle on it.

    If I recall correctly... the clue is in 'mtab'--or sometimes 'fstab'--after all. Once I commented out the offending line that was similar, like a "sdb1" it sorted out future mount failures.
    It's not what you know but who you know!

Bookmarks

Posting Permissions

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