Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Mount error in Ubuntu

  1. #11
    Join Date
    May 2010
    Beans
    12

    Re: Mount error in Ubuntu

    Thanks zeex!! you really solved my problem.

  2. #12
    Join Date
    Jul 2011
    Beans
    1

    Re: Mount error in Ubuntu

    Thank You zeex =D> Worked for me.

  3. #13
    Join Date
    Dec 2011
    Beans
    4

    Re: Mount error in Ubuntu

    Anybody know if it's possible to just erase my NTFS partition?

    I have a new Toshiba Canvio plus 3.0 and all I wanna do is format it to ext2. Gparted was unable to format it, but I did manage to delete the Windows software later. Now the drive won't even mount, though it is recognized as sdb1. Even my Ubuntu machine is telling me I have to use ******* to solve this problem, but I don't have *******, and anyway, all I want to do is format. Does softRAID or fakeRAID hardware make formatting impossible?

    EDIT: Whatever the problem was, I fixed it by plugging into a Macbook and formatting the drive to one giant MSdos partition. Now it works perfectly on my Ubuntu box and I'm ready to format with Gparted. Ext2, I guess. Any advice?
    Last edited by catsandogs; December 20th, 2011 at 01:50 AM.

  4. #14
    Join Date
    Mar 2010
    Beans
    1

    Re: Mount error in Ubuntu

    Thank You.

  5. #15
    Join Date
    Feb 2006
    Beans
    124

    Re: Mount error in Ubuntu

    Thanks a lot!! Your post saved my day....

    Monika
    Quote Originally Posted by zeex View Post
    Hi,

    I have seen this error usually when computer is switched of either in the middle of startup or shutdown. Then it doesn't mount NTFS drives in ubuntu. Going back to windows and running chkdsk <drive> /f (example chkdsk e: /f) solves all the problem. Since you don't 've windows anymore. You need to install ntfs tools in ubuntu

    Code:
    $ sudo apt-get install ntfsprogs
    This package has a nice collection of tool for ntfs drives. To fix your problem let's say your drive is /dev/sda2

    Code:
    $ sudo ntfsfix /dev/sda2
    This should fix the disk. Reboot after this.

    If it still doesn't work use a Live CD like Hiren's boot CD mainly for DOS or there are a lot of other here is a wiki list of rescue n repair live CDs. Try the one you like Hiren's boot CD has chkdsk utility. System Rescue CD is another nice rescue CD.

  6. #16
    Join Date
    May 2011
    Beans
    1

    Re: Mount error in Ubuntu

    Zeex's solution did the job.
    To find your drive use "sudo fdisk -l" command.

  7. #17
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Mount error in Ubuntu

    Quote Originally Posted by yashdv View Post
    Zeex's solution did the job.
    Except that with recent versions of Ubuntu, you should not install ntfsprogs. The ntfs-3g package, which is installed by default, includes the functionality previously provided by ntfsprogs. Indeed with 11.10 it will uninstall the ntfs-3g driver. The advice was good when posted in 2009, but time has moved on, some things have changed and this thread has been necromanced too often.

    Thread closed.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •