<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title><![CDATA[Easily mount not cleanly unmounted NTFS disks]]></title>
    <link>http://brainstorm.ubuntu.com/item/4994/</link>
    <description><![CDATA[When an external NTFS hard disk is not cleanly unmounted because you unplugged it wildly on Windows, or because of a Windows crash, there is an error when you try to plug it on ubuntu, explaining what to do on the command line.<br /><br />There should be an easy way to mount the volume anyway, by giving the choice to the user to mount it anyway, or not to mount it. A clear dialog box should do the trick.  <br />
<br />


<b>[497 votes] Solution #1: Auto-generated solution of idea #4994</b>
<br />

<br />
<br />



]]></description>

    <language>en-us</language>
    <pubDate>Tue, 18 Mar 2008 08:11:59 +0000</pubDate>
    <lastBuildDate>Fri, 23 Oct 2009 07:01:46 +0000</lastBuildDate>
    <generator>QAPoll module</generator>
    <guid isPermaLink="true">http://brainstorm.ubuntu.com/idea/4994/</guid>
        <item>
  <title>Comment from blindvic</title>
  <description><![CDATA[I use a desktop, not a laptop. Instead of shutting down, I hibernate Windows. After this Ubuntu cannot mount my ntfs volumes. I tried to edit '/etc/fstab' file, adding option to remount the volumes as read-only in case of errors:<br /><br /># /dev/sda1<br />UUID=CAD851F2D851DCEF /media/sda1     ntfs    defaults,umask=007,gid=46,errors=remount-ro 0       1<br /><br />But it didn't work]]></description>
  <pubDate>Tue, 18 Mar 2008 14:34:56 +0000</pubDate>
</item>
        <item>
  <title>Comment from sebsauvage</title>
  <description><![CDATA[I think this is linked to the ntfs-3g drivers which refuses to mount "unclean" NTFS partition.<br />I will only mount the volumes once Windows has checked the filesystem (chkdsk), then mounted them once.<br /><br />This is done as a safety measure to prevent data loss dues to incorrect filesystem structure.]]></description>
  <pubDate>Tue, 18 Mar 2008 15:11:14 +0000</pubDate>
</item>
        <item>
  <title>Comment from sf_007</title>
  <description><![CDATA[yeah, sometimes I boot ubuntu Live CD to rescue some files because of windows failure/problem, but since windows failed, the drive not usually properly unmounted!<br />If ubuntu detects that the filesystem is "unclean", it should say: "There is a problem is the filesystem! it is unsafe to mount, because data mey be lost! do you want ubuntu to correct the filesystem?" if clicked yes, then automatically run some script/program to "repair" the filesystem and mount it...]]></description>
  <pubDate>Tue, 18 Mar 2008 17:24:54 +0000</pubDate>
</item>
        <item>
  <title>Comment from flip314</title>
  <description><![CDATA[you should NOT EVER hibernate one OS and then start another one.  hibernation can leave the file system in an unclean state (since it just dumps RAM to disk, which may include cached writes that haven't been committed yet).  That's why you can't mount your NTFS volumes, and it's really for your own protection.]]></description>
  <pubDate>Tue, 18 Mar 2008 18:17:52 +0000</pubDate>
</item>
        <item>
  <title>Comment from oliver@schinagl.nl</title>
  <description><![CDATA[p.s. you can also add the -force option to mount them anyway. But as flip said, do not ever mount a partition from a hibernated OS. You'll screw up your files on it.]]></description>
  <pubDate>Tue, 18 Mar 2008 23:43:10 +0000</pubDate>
</item>
        <item>
  <title>Comment from K-Man</title>
  <description><![CDATA[I have the same problem often - when hibernating. Since I have several Windows partitions with lots of data, I would very much appreciate a "mount as read-only" possibility. That should be safe to do, no?<br />It would sometimes even help just to be able to read the directories on the Windows partitions to check file names and versions.<br />I support the suggestion (READ-ONLY).]]></description>
  <pubDate>Wed, 19 Mar 2008 03:51:45 +0000</pubDate>
</item>
        <item>
  <title>Comment from wanchai</title>
  <description><![CDATA[I have this problem regularly with USB thumb drives that I share with colleagues. Comment from them: "In XP you don't have to disconnect the drive before removing it."]]></description>
  <pubDate>Wed, 19 Mar 2008 06:27:20 +0000</pubDate>
</item>
        <item>
  <title>Comment from blindvic</title>
  <description><![CDATA[> you should NOT EVER hibernate one OS and then start another one. hibernation can leave the file system in an unclean state (since it just dumps RAM to disk, which may include cached writes that haven't been committed yet). That's why you can't mount your NTFS volumes, and it's really for your own protection. <br /><br />Actually a can mount. An I mount my ntfs volumes as read-only. It's just annoying to do this manually.]]></description>
  <pubDate>Wed, 19 Mar 2008 07:05:26 +0000</pubDate>
</item>
        <item>
  <title>Comment from JoeLeKiffeur</title>
  <description><![CDATA[I confirm this inconvenient.]]></description>
  <pubDate>Wed, 19 Mar 2008 07:20:30 +0000</pubDate>
</item>
        <item>
  <title>Comment from flip314</title>
  <description><![CDATA[@wanchai:  It's uncommon to have NTFS formatted USB thumb drives.  Have a look at http://brainstorm.ubuntu.com/idea/689/ for a (likely) more relevant idea to your problem.<br /><br />@K-Man,blindvic:  Read only may be safe (I don't know for sure), but it can still leave files in a state that the users won't expect them to be in.  ie, edit a file in windows, hibernate, open file in linux, wonder why your changes weren't saved, restart to windows, wonder why the changes ARE there.  I'm not sure this is good default behaviour, it's better not to mount these partitions by default in any way.]]></description>
  <pubDate>Wed, 19 Mar 2008 15:16:15 +0000</pubDate>
</item>
        <item>
  <title>Comment from steve196</title>
  <description><![CDATA[But that should be readonly, or there may be data destruction.]]></description>
  <pubDate>Fri, 21 Mar 2008 22:08:16 +0000</pubDate>
</item>
        <item>
  <title>Comment from sciurus</title>
  <description><![CDATA["automatically run some script/program to "repair" the filesystem and mount it... "<br /><br />@sf_007: I think the problem is that there is no such program for linux.]]></description>
  <pubDate>Sun, 23 Mar 2008 00:48:52 +0000</pubDate>
</item>
        <item>
  <title>Comment from flip314</title>
  <description><![CDATA[the trouble is even a read only mount on an inconsistent file system can lead to unpredictable results.  the filesystem should be checked and fixed before mounting.<br /><br />however, in the case of a hibernated drive running a checkdisk on the filesystem could have catastrophic effects when going back into the OS that you hibernated from.<br /><br />I'm not sure what's best to do here.]]></description>
  <pubDate>Mon, 31 Mar 2008 06:35:55 +0000</pubDate>
</item>
        <item>
  <title>Comment from cornbread</title>
  <description><![CDATA[this is a duplicate of my idea. #689]]></description>
  <pubDate>Wed, 14 May 2008 19:35:54 +0000</pubDate>
</item>
        <item>
  <title>Comment from cornbread</title>
  <description><![CDATA[if Idea #5978 is a duplicate of this then this idea is a duplicate of #689! who moderates this stuff? they should have to explain why something is a dup and not a dup.]]></description>
  <pubDate>Wed, 16 Jul 2008 01:18:02 +0000</pubDate>
</item>
        <item>
  <title>Comment from jmjohn</title>
  <description><![CDATA[Hey all,<br /><br />> you should NOT EVER hibernate one OS and then start another one. hibernation can leave the file system in an unclean state (since it just dumps RAM to disk, which may include cached writes that haven't been committed yet). That's why you can't mount your NTFS volumes, and it's really for your own protection.<br /><br />First, my USB 500 GB drive is NTFS (I recently switched to Linux).  I want to have the option, clickable rather than command line, to mount the drive.  Whether this is unsafe or not is the user's business.  If it is unsafe, warn them and then let them mount it.  Otherwise, the system seems broken rather than protective.<br /><br />-glass.dimly]]></description>
  <pubDate>Mon, 25 Aug 2008 19:52:50 +0000</pubDate>
</item>
        <item>
  <title>Comment from jeroen001</title>
  <description><![CDATA[<br />External drivers and pendrives should have a "force" button in the dialog box. There's a fairly slim chance of a hybernation session beeing written on an external drive, is there?<br /><br />I dont't like typing commands in a terminal when my freinds are waiting for me to copy some stuff on there drives ;-<br />)<br /><br />]]></description>
  <pubDate>Sun, 02 Nov 2008 13:53:51 +0000</pubDate>
</item>
        <item>
  <title>Comment from ronj</title>
  <description><![CDATA[Hello,<br /><br />There is a corresponding bug on Launchpad: bug #175503.<br />https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/175503<br /><br />Cheers,<br />Ronan]]></description>
  <pubDate>Wed, 12 Nov 2008 18:16:42 +0000</pubDate>
</item>
        <item>
  <title>Comment from eNz1m3</title>
  <description><![CDATA[Well, I created an idea for this, didn't find this one...<br /><br />I've already reported it to be a duplicate of this one.<br /><br />The difference is I offer a better solution, IMO.<br /><br />http://brainstorm.ubuntu.com/idea/17020/]]></description>
  <pubDate>Sun, 04 Jan 2009 14:16:03 +0000</pubDate>
</item>
        <item>
  <title>Comment from SzabolcsSzakacsits</title>
  <description><![CDATA[NTFS-3G solved this issue from version 2009.2.1: http://ntfs-3g.org/releases.html]]></description>
  <pubDate>Fri, 13 Feb 2009 15:38:47 +0000</pubDate>
</item>
      </channel>
</rss>
