close 15083
stop
(triaging old bugs)
On 13/08/13 02:24 PM, Bob Proulx wrote:
Paul Eggert wrote:
Manish Gupta wrote:
when i try to create in NFS mounted
volume, hitting with error "operation not permitted".
It sounds like your NFS server is not permitting it.
If so, it's not mknod's fault.
retitle 15083 mknod fails over NFS
tag 15083 + moreinfo
thanks
Paul Eggert wrote:
> Manish Gupta wrote:
> > when i try to create in NFS mounted
> > volume, hitting with error "operation not permitted".
>
> It sounds like your NFS server is not permitting it.
> If so, it's not mknod's fault. You
Manish Gupta wrote:
> when i try to create in NFS mounted
> volume, hitting with error "operation not permitted".
It sounds like your NFS server is not permitting it.
If so, it's not mknod's fault. You can double-check
by running 'strace mknode' and seeing what system calls
it's using.
while trying to create block device file using mknod in linux root
directory , its working fine.But when i try to create in NFS mounted
volume, hitting with error "operation not permitted".
Is it a bug or or any workaround to overcome this.
--
Thanks
-Manish