<div>Hmmm...  after a bit of bug hunting the culprit is not Nautilus but the fstab file created by the installer:</div><div><br></div><div># /etc/fstab: static file system information.</div><div>#</div><div># Use &#39;vol_id --uuid&#39; to print the universally unique identifier for a</div>
<div># device; this may be used with UUID= as a more robust way to name devices</div><div># that works even if disks are added and removed. See fstab(5).</div><div>#</div><div># &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;</div>
<div>proc            /proc           proc    defaults        0       0</div><div># / was on /dev/sda1 during installation</div><div>UUID=618d3c71-f02d-47d4-a0ba-9cc456517e61 /               ext4    errors=remount-ro 0       1</div>
<div># swap was on /dev/sda5 during installation</div><div>UUID=53aaef30-f32e-4576-ac50-e30f7701d0e8 none            swap    sw              0       0</div><div>/dev/sdb1       /media/cdrom0   udf,iso9660 user,noauto     0       0</div>
<div><br></div><div>The Acer Aspire One does not have a CDROM drive and the operating system was installed by USB stick on /dev/sdb.</div><div>Removing the CDROM entry from /etc/fstab fixes the problem.  I will place a new bug against the installer.</div>
<div><br></div><div>Apologies for the noise.</div><div><br></div><div>Andrew </div>