GNU bug report logs -
#15083
mknod fails over NFS
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15083 in the body.
You can then email your comments to 15083 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#15083
; Package
coreutils
.
(Tue, 13 Aug 2013 10:00:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Manish Gupta <guptamanish1983 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Tue, 13 Aug 2013 10:00:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#15083
; Package
coreutils
.
(Tue, 13 Aug 2013 14:46:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 15083 <at> debbugs.gnu.org (full text, mbox):
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.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#15083
; Package
coreutils
.
(Tue, 13 Aug 2013 20:25:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 15083 <at> debbugs.gnu.org (full text, mbox):
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 can double-check
> by running 'strace mknode' and seeing what system calls
> it's using.
As far as I know NFS does not support the making of device nodes.
Remember that NFS is not a POSIX compliant filesystem. It only
supports a subset of file operations.
You are asking mknod to do something that the kernel/filesystem does
not support. Therefore it is failing and telling you that the
operation is not permitted. In this case it is not permitted by the
system kernel.
This is not anything that a userland utility like mknod can do
anything about. It is not a bug in mknod. And mknod is operating
correctly by emitting the error message.
In order to know more you would need to tell us what command you were
running that failed. And also include what type of system you were
running on and what type of file system you were using.
Bob
Changed bug title to 'mknod fails over NFS' from 'MKNOD issue'
Request was from
Bob Proulx <bob <at> proulx.com>
to
control <at> debbugs.gnu.org
.
(Tue, 13 Aug 2013 20:25:03 GMT)
Full text and
rfc822 format available.
Added tag(s) moreinfo.
Request was from
Bob Proulx <bob <at> proulx.com>
to
control <at> debbugs.gnu.org
.
(Tue, 13 Aug 2013 20:25:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#15083
; Package
coreutils
.
(Tue, 23 Oct 2018 22:51:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 15083 <at> debbugs.gnu.org (full text, mbox):
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. You can double-check
>> by running 'strace mknode' and seeing what system calls
>> it's using.
>
> As far as I know NFS does not support the making of device nodes.
> Remember that NFS is not a POSIX compliant filesystem. It only
> supports a subset of file operations.
>
[...]
> In order to know more you would need to tell us what command you were
> running that failed. And also include what type of system you were
> running on and what type of file system you were using.
With no further comments in 5 years, I'm closing this bug.
-assaf
bug closed, send any further explanations to
15083 <at> debbugs.gnu.org and Manish Gupta <guptamanish1983 <at> gmail.com>
Request was from
Assaf Gordon <assafgordon <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 23 Oct 2018 22:51:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 21 Nov 2018 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.