[opensuse] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board. -- Per Jessen, Zürich (2.0°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 02/02/2019 10.17, Per Jessen wrote:
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board.
fsck.vfat -a /dev/mmcblk0p1 should do it, unless broken. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Carlos E. R. wrote:
On 02/02/2019 10.17, Per Jessen wrote:
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board.
fsck.vfat -a /dev/mmcblk0p1
should do it, unless broken.
See the first line of my question - "I unmounted /dev/mmcblk0p1 and ran an fsck -a". :-) -- Per Jessen, Zürich (4.6°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 02/02/2019 12.25, Per Jessen wrote:
Carlos E. R. wrote:
On 02/02/2019 10.17, Per Jessen wrote:
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board.
fsck.vfat -a /dev/mmcblk0p1
should do it, unless broken.
See the first line of my question - "I unmounted /dev/mmcblk0p1 and ran an fsck -a". :-)
Yes, but I wrote fsck.vfat instead ;-) -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Carlos E. R. wrote:
On 02/02/2019 12.25, Per Jessen wrote:
Carlos E. R. wrote:
On 02/02/2019 10.17, Per Jessen wrote:
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board.
fsck.vfat -a /dev/mmcblk0p1
should do it, unless broken.
See the first line of my question - "I unmounted /dev/mmcblk0p1 and ran an fsck -a". :-)
Yes, but I wrote fsck.vfat instead ;-)
Carlos, you'll be surprised how right you were! At first I was going to write "same thing!", but I double checked - and fsck.vfat is not installed .... it's an openSUSE JeOS for ARM and dosfstools was not part of the package. I am surprised 'fsck' did not complain about 'unsupported filesystem'. dirty bit was cleared. -- Per Jessen, Zürich (4.8°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 02/02/2019 13.10, Per Jessen wrote:
Carlos E. R. wrote:
On 02/02/2019 12.25, Per Jessen wrote:
Carlos E. R. wrote:
On 02/02/2019 10.17, Per Jessen wrote:
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board.
fsck.vfat -a /dev/mmcblk0p1
should do it, unless broken.
See the first line of my question - "I unmounted /dev/mmcblk0p1 and ran an fsck -a". :-)
Yes, but I wrote fsck.vfat instead ;-)
Carlos, you'll be surprised how right you were!
At first I was going to write "same thing!", but I double checked - and fsck.vfat is not installed .... it's an openSUSE JeOS for ARM and dosfstools was not part of the package.
I am surprised 'fsck' did not complain about 'unsupported filesystem'.
dirty bit was cleared.
I am indeed surprised :-o I would say it is a bug. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Hi Per,
I unmounted /dev/mmcblk0p1 and ran an fsck -a. Remounting works fine, but I see $SUBJ in dmesg output. It's not really critical, but surely there is a way of clearing that dirty bit? Filesystem is vfat, on an ARM board.
just run fsck. It asks you to clear the bit. Bye. Michael. -- Michael Hirmke -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Carlos E. R.
-
mh@mike.franken.de
-
Per Jessen