Hello,
Reuben Thomas wrote:
> I have a USB stick with an ext2 file system on the first primary
> partition. When I pmount it (automatically, via ivman), it is mounted
> as vfat, and I get an empty directory. If I manually unmount and
> remount as -t ext2, it works fine.
That is really weird. Are you mounting the exact same device ? What
does the following say:
pmount -d /dev/your_device
> pmount tries mounting as vfat before ext2. I'm not sure if this is the
> problem (because an ext2 file system somehow looks like it could be
> vfat) or something else; do tell me if you need more information.
I find it quite strange somehow. I really find it weird that mount
would mistake a EXT2 FS for a VFAT one. It really should fail. What does
file -s /dev/your_device
say ?
For the record, pmount needs to manually try a given sequence of
filesystems 'by hand' for security reasons (depending on the filesystem,
you need to give different options, which means that you can't rely on
mount find out by itself). VFAT is one of the first to be tried, since
it is the most common case for removable media (and, you'll have to
admit, ext2 is pretty unusual).
Thanks for your interest in pmount,
Vincent Fourmond
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]