[Bug 875066] Re: Mounting a NTFS partition an boot time stops mount with a question
Phillip Susi
psusi at ubuntu.com
Thu Oct 10 20:03:29 UTC 2013
The errors are from fsck, not mount. You should run chkdsk on the
volume from Windows and try running ntfsfix from Linux, but I think it
is somewhat buggy/unreliable/unhelpful, so you will want to change the
fsck pass to 0 in fstab so it won't be checked on boot.
** Changed in: util-linux (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/875066
Title:
Mounting a NTFS partition an boot time stops mount with a question
Status in “util-linux” package in Ubuntu:
Invalid
Bug description:
My fstab contains an entry for a NTFS partition. After upgrading from Natty to Oneiric, the boot sequence stops with an error message complaining that too many errors have been found in the volume. The system then stop until either Skip, Ignore or Manual mount is selected.
When using Ignore, everything is fine and the NTFS volume is mounted.
I've commented out the entry in /etc/fstab (to get rid of the sequence stop while booting). When logged in, mounting the partition either via Nautilus file browser or by uncommenting the line in /etc/fstab and issueing a "sudo mount -a" works.
So I guess the mount op during the boot sequence has a bug which erroneously reports errors.
My /etc/fstab:
>>>>>
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda6 / xfs defaults 0 1
/dev/sda5 none swap sw 0 0
#/dev/sda3 /windows/D ntfs rw,nosuid,nodev,allow_other,default_permissions 0 2
<<<<<
It's the last line :-)
Greetings Martin
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: mount 2.19.1-2ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 15 16:37:14 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: util-linux
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (0 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/875066/+subscriptions
More information about the foundations-bugs
mailing list