[BusyBox 0001023]: mount does not support option v3 for nfs

bugs at busybox.net bugs at busybox.net
Mon Sep 11 13:40:48 UTC 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1023 
====================================================================== 
Reported By:                robang74
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1023
Category:                   Networking Support
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-07-2006 07:27 PDT
Last Modified:              09-11-2006 06:40 PDT
====================================================================== 
Summary:                    mount does not support option v3 for nfs
Description: 

mount does not support option v3 for nfs

the option v3 has the same meaning of nfsvers=3 which is supported

problem is not only a question of standard compliance (use nfsvers=3
instead v3) but a problem in networking when system/root need to do a, for
example

 remount -o [rw|ro] /nfs

and command fails with error EVEN first mount had nfsvers=3 because kernel
convert nfsvers=3 in v3. I suppose it does the same for 2,3,4.



====================================================================== 

---------------------------------------------------------------------- 
 robang74 - 09-11-06 06:40  
---------------------------------------------------------------------- 
umount has some problem to manage "none", umount -a fail too.

MAN B> mkdir /ram
MAN B> mount -t tmpfs none /ram
MAN B> df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/ram0                63461     12137     51324  19% /
none                    514456         4    514452   0% /ram
MAN B> umount /ram
umount: Couldn't umount /ram: No such file or directory

MAN B> reboot

MAN B> mkdir /ram
MAN B> mount -t tmpfs tmpfs /ram
MAN B> umount /ram
MAN B> df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/ram0                63461     12137     51324  19% / 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-07-06 07:27  robang74       New Issue                                    
09-07-06 07:27  robang74       Status                   new => assigned     
09-07-06 07:27  robang74       Assigned To               => BusyBox         
09-11-06 06:40  robang74       Note Added: 0001632                          
======================================================================




More information about the busybox-cvs mailing list