suppress nosy mtools warnings
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Sun, 25 Apr 2010 06:52:16 +0000 (23:52 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Sun, 25 Apr 2010 06:52:16 +0000 (23:52 -0700)
I was unable to use vfat-label.sh to set the volume label on my Nexus
One's SD card until I created this rc file.
It was constantly complaining that

Total number of sectors (7736320) not a multiple of sectors per track (63)!

mtools says "Add mtools_skip_check=1 to your .mtoolsrc file to skip this
test. So I did.

.mtoolsrc [new file with mode: 0644]

diff --git a/.mtoolsrc b/.mtoolsrc
new file mode 100644 (file)
index 0000000..f4d8458
--- /dev/null
+++ b/.mtoolsrc
@@ -0,0 +1 @@
+mtools_skip_check=1