> the pen is vfat - mounted from the laptop
> /dev/sda /mnt/pendrive auto moauto,user,exec,umask=000 0 0
>
> works as well sith -t vfat
>
> accesing laptop:/mnt/pendrive from the desktop has to be nfs
> vfat here gives a device not accessible error message
So, you are trying to export a vfat file system via NFS. I looked into it
a bit further, and while vfat via NFS used to be a "it just won't work",
that's not *necessarily* the case any more. However, you have to be running
the right kernel versions, nfs-utils, etc.. As an example, a message on
LKML indicates that some versions (such as 2.4.24) worked, while some (like
2.4.25) did not. And, some of RedHat's nfs-utils will let you do it, some
won't. You have three options here:
1. Format the pendrive with ext2. It'll work great with Linux, and will
export nicely via NFS. Unfortunately, it won't work with Windows.
2. You can export the vfat file system with samba instead of NFS.
3. You can do a lot of googling and version comparisons until you find the
combination that works.
steve
|