I&#39;ve got a 20GB volume that I created using startcluster createvolume that I want to enlarge to 1 TB.   I&#39;ve tried to follow these instructions:<br><br>  <a href="http://www.capsunlock.net/2009/06/enlarge-amazon-ebs-volume.html">http://www.capsunlock.net/2009/06/enlarge-amazon-ebs-volume.html</a><br>
<br>for ext3 filesystems.<br><br>However, I think I&#39;m using the wrong fs type, since -- even before trying to re-write the partition table -- I can&#39;t mount the drive as ext3, e.g. <br><br>[root@domU-12-31-39-0C-DC-22 /]# mount -t ext3 /dev/sdi /home<br>
mount: wrong fs type, bad option, bad superblock on /dev/sdi,<br>       missing codepage or other error<br>       In some cases useful info is found in syslog - try<br>       dmesg | tail  or so<br><br><br>Similary, I can&#39;t mount it as xfs either.   Knowing that nfs is somehow involved here, I tried:<br>
<br>[root@domU-12-31-39-0C-DC-22 /]# mount -t nfs /dev/sdi /home<br>mount: directory to mount not in host:dir format<br><br>I&#39;m not at all familiar with the details of how nfs works ...  So --, what is the correct procedure for me to follow?<br>
<br>Thanks!<br>Dan<br>