He encontrado algo en google que me puede dar una pista sobre el problema. Creo que tiene que ver con la última versión de ubuntu que instalé y el sistema de archivos que utiliza:
http://ubuntuforums.org/archive/index.php/t-947333.htmlAl parecer utiliza la utilidad mountdiag.exe y recibe el mismo error que me da a mi. Dice lo siguiente:
C:\scanmodem>mountdiag m:
The volume has an Ext2/Ext3 file system, but the Ext2 IFS 1.11 software did not
mount it because the file system has an inode size unequal to 128 bytes (inode
size: 256 bytes).
The only way to solve it is to back up the volume's files and format the file
system: give the mkfs.ext3 utility the -I 128 switch. Finally, restore all
backed-up files.
After that, the Ext2 IFS software should be able to access the volume.
C:\scanmodem>
a quick google brought up this discussion. Is there a way to resize without moving data?
Also, seems ext4 default will be inode size 256, so really ifs drives software needs to be changed.
http://newsgroups.derkeiler.com/Archive ... 00041.htmlhttp://manpages.ubuntu.com/manpages/fei ... ke2fs.htmlquess not! Looks like they may have changed default to 256 inode size.
-I inode-size
Specify the size of each inode in bytes. mke2fs creates
128-byte inodes by default. In kernels after 2.6.10 and some
earlier vendor kernels it is possible to utilize larger inodes
to store extended attributes for improved performance. The
inode-size value must be a power of two larger or equal to 128.
The larger the inode-size the more space the inode table will
consume, and this reduces the usable space in the filesystem and
can also negatively impact performance. Using the default value
is always safe, though it may be desirable to use 256-byte
inodes if full backward compatibility is not a concern.
Extended attributes stored in large inodes are not visible with
older kernels, and such filesystems will not be mountable with
2.4 kernels at all. It is not possible to change this value
after the filesystem is created.
will partition editor have an inode size setting or will I have to manually run this?