Your message dated Fri, 12 Oct 2007 21:57:16 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445984: tmpfs not mountable via NFS
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: nfs-kernel-server
Version: 1.0.10-6+etch.1
A tmpfs filesystem looks like not mountable via NFS. The server returns
a "Permission denied" if I try to.
In my /etc/fstab I entered:
none /mnt/EPG tmpfs size=50m,mode=777 0 0
and mounted the filesystem using
mount /mnt/EPG
In /etc/exports I used:
/mnt/EPG
*(rw,all_squash,async,nohide,no_subtree_check,anongid=1000,anonuid=1000)
After restarting the nfs-kernel-server, trying to mount the filesystem
with
mount 10.0.0.5:/mnt/EPG /mnt/test
the error-message
mount: 10.0.0.5:/mnt/EPG failed, reason given by server: Access denied.
is returned.
Both directories (on the server and on the client) do have permissions
777. If I unmount the tmpfs-filesystem and try to mount the nfs-export
it works (this is then an ext3)
I'm using debian etch, linux-image-2.6.18-5-amd64,
2.6.18.dfsg.1-16.
Any ideas? Thanks!
Vali
--- End Message ---
--- Begin Message ---
On Tue, Oct 09, 2007 at 04:52:46PM +0200, ValiDOM wrote:
> A tmpfs filesystem looks like not mountable via NFS. The server returns
> a "Permission denied" if I try to.
This is a kernel issue, but it is not a bug. There are lots of things tmpfs
are not designed to do -- including being NFS exported.
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---