<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mac OS X: Mounting FAT32 external hard drive via Terminal command line</title>
	<atom:link href="http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line</link>
	<description>tail -f /dev/brain &#62;&#62; blog.newsyland.com</description>
	<lastBuildDate>Tue, 17 Jan 2012 04:24:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jay</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-19300</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 15 Jan 2012 06:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-19300</guid>
		<description>I have a problem: 
after this command: 
sudo mount -t msdos /dev/disk3s1 /Volumes/EXT_HD/

mount_msdos: Unsupported sector size (0)


How can I fix it? 
Thanks!</description>
		<content:encoded><![CDATA[<p>I have a problem:<br />
after this command:<br />
sudo mount -t msdos /dev/disk3s1 /Volumes/EXT_HD/</p>
<p>mount_msdos: Unsupported sector size (0)</p>
<p>How can I fix it?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jughead</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-19249</link>
		<dc:creator>Jughead</dc:creator>
		<pubDate>Thu, 12 Jan 2012 21:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-19249</guid>
		<description>This is indeed appreciated.  Gotten further than anywhere else with this guidance.  

However...I get an error:

      mount_msdos: Unsupported sector size (0)

Any thoughts?</description>
		<content:encoded><![CDATA[<p>This is indeed appreciated.  Gotten further than anywhere else with this guidance.  </p>
<p>However&#8230;I get an error:</p>
<p>      mount_msdos: Unsupported sector size (0)</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-19168</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 10 Jan 2012 02:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-19168</guid>
		<description>Thank you so much for this post! I put the command&#039;s in as per your instructions in Terminal and the hard drive mounted after a restart, I was ready to start using data recovery software to retrieve 400GB!

Cannot understand why this info isn&#039;t more readily available on apple sites &amp; forums, I did loads of searches before finding this!

Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post! I put the command&#8217;s in as per your instructions in Terminal and the hard drive mounted after a restart, I was ready to start using data recovery software to retrieve 400GB!</p>
<p>Cannot understand why this info isn&#8217;t more readily available on apple sites &amp; forums, I did loads of searches before finding this!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-18382</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-18382</guid>
		<description>THANK YOU! After two hours of reading unhelpful articles, this finally saved me from Mac compatibility hell. Like you, the FAT32 partition on my Seagate GoFlex 1TB external HD was erroneously listed as NTFS. No idea why - Macs are just rubbish. But it works now after the manual mount so thank you very much for posting this.</description>
		<content:encoded><![CDATA[<p>THANK YOU! After two hours of reading unhelpful articles, this finally saved me from Mac compatibility hell. Like you, the FAT32 partition on my Seagate GoFlex 1TB external HD was erroneously listed as NTFS. No idea why &#8211; Macs are just rubbish. But it works now after the manual mount so thank you very much for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Ireson</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-16068</link>
		<dc:creator>Kirk Ireson</dc:creator>
		<pubDate>Mon, 10 Oct 2011 14:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-16068</guid>
		<description>Yunita,

Make sure that you first made the mount point with &quot;sudo mkdir /Volumes/EXT_HD&quot;. Also, use the &quot;ls /dev/disk*&quot; command (after plugging in your external hard drive) to determine the drive number - looks like you did and saw it was disk2.  Other than those two things, I don&#039;t have much of an idea what could be wrong.</description>
		<content:encoded><![CDATA[<p>Yunita,</p>
<p>Make sure that you first made the mount point with &#8220;sudo mkdir /Volumes/EXT_HD&#8221;. Also, use the &#8220;ls /dev/disk*&#8221; command (after plugging in your external hard drive) to determine the drive number &#8211; looks like you did and saw it was disk2.  Other than those two things, I don&#8217;t have much of an idea what could be wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yunita</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-15967</link>
		<dc:creator>Yunita</dc:creator>
		<pubDate>Fri, 07 Oct 2011 09:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-15967</guid>
		<description>it didnt work on my hard drive. after I typed the last command &quot;sudo mount -t msdos /dev/disk2s1 /Volumes/EXT_HD/&quot;,  what i got is an &quot;input/output error&quot;.</description>
		<content:encoded><![CDATA[<p>it didnt work on my hard drive. after I typed the last command &#8220;sudo mount -t msdos /dev/disk2s1 /Volumes/EXT_HD/&#8221;,  what i got is an &#8220;input/output error&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-14008</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 16 Jul 2011 20:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-14008</guid>
		<description>Try diskutil unmountDisk since you mounted the disk with diskutil.  And note that diskutil unmount only unmounts a single volume, which is not what you want.</description>
		<content:encoded><![CDATA[<p>Try diskutil unmountDisk since you mounted the disk with diskutil.  And note that diskutil unmount only unmounts a single volume, which is not what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harddrive external</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-11227</link>
		<dc:creator>harddrive external</dc:creator>
		<pubDate>Sun, 13 Mar 2011 03:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-11227</guid>
		<description>thanks i needs this information, i have the same problem with you.</description>
		<content:encoded><![CDATA[<p>thanks i needs this information, i have the same problem with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raubvogel</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-7354</link>
		<dc:creator>Raubvogel</dc:creator>
		<pubDate>Fri, 19 Nov 2010 15:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-7354</guid>
		<description>The reason you had a hard time to umount could be because it was being scanned by the OS or something:

strangepork:~ raub$ sudo lsof /mnt
COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
mds        32 root   14r   DIR   14,5      442    2 /mnt
mds        32 root   16u   REG   14,5       28   29 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/indexState
mds        32 root   18r   DIR   14,5     1326   26 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB
mds        32 root   29u   REG   14,5    53248   54 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/store.db
mds        32 root   30u   REG   14,5    53248   55 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/.store.db
mds        32 root   31u   REG   14,5        0   57 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/journalLive
mds        32 root   37r   DIR   14,5      442    2 /mnt
mds        32 root   40u   REG   14,5        0   58 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/journalExclusion
mds        32 root   42u   REG   14,5        0   59 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/journalSync
fseventsd  37 root    9u   REG   14,5        0  266 /mnt/.fseventsd/000000000118a6be
strangepork:~ raub$</description>
		<content:encoded><![CDATA[<p>The reason you had a hard time to umount could be because it was being scanned by the OS or something:</p>
<p>strangepork:~ raub$ sudo lsof /mnt<br />
COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME<br />
mds        32 root   14r   DIR   14,5      442    2 /mnt<br />
mds        32 root   16u   REG   14,5       28   29 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/indexState<br />
mds        32 root   18r   DIR   14,5     1326   26 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB<br />
mds        32 root   29u   REG   14,5    53248   54 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/store.db<br />
mds        32 root   30u   REG   14,5    53248   55 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/.store.db<br />
mds        32 root   31u   REG   14,5        0   57 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/journalLive<br />
mds        32 root   37r   DIR   14,5      442    2 /mnt<br />
mds        32 root   40u   REG   14,5        0   58 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/journalExclusion<br />
mds        32 root   42u   REG   14,5        0   59 /mnt/.Spotlight-V100/Store-V1/Stores/4C73D5F1-F8B7-45A9-B38E-6229932EBFAB/journalSync<br />
fseventsd  37 root    9u   REG   14,5        0  266 /mnt/.fseventsd/000000000118a6be<br />
strangepork:~ raub$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metanomi</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/comment-page-1#comment-35</link>
		<dc:creator>metanomi</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsyland.com/?p=47#comment-35</guid>
		<description>you can try &quot;sudo umount -f /Volumes/EXT_HD/&quot; to force unmount when you get resource busy errors in os x</description>
		<content:encoded><![CDATA[<p>you can try &#8220;sudo umount -f /Volumes/EXT_HD/&#8221; to force unmount when you get resource busy errors in os x</p>
]]></content:encoded>
	</item>
</channel>
</rss>

