BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001023 [BusyBox] Networking Support minor always 09-07-06 07:27 09-29-06 07:25
Reporter robang74 View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.1.x
Summary 0001023: 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.


Additional Information BusyBox v1.1.3 (2006.09.07-14:02+0000) multi-call binary
MAN B> mount -t nfs -o rw,soft,intr,timeo=1,v3,rsize=8192,wsize=8192 127.0.0.1:/ram /nfs
unknown nfs mount option: v3
mount: nfsmount failed: Success
mount: Mounting 127.0.0.1:/ram on /nfs failed: Success
Attached Files

- Relationships

- Notes
(0001650)
vda
09-29-06 07:24

mount has many fixes after the report was filed. BTW there is no v3 option....
 

- 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
09-12-06 14:49 landley Note Deleted: 0001632
09-29-06 07:24 vda Note Added: 0001650
09-29-06 07:25 vda Status assigned => closed
09-29-06 07:25 vda Resolution open => fixed
08-06-08 02:53 vt Issue Monitored: vt
08-06-08 02:53 vt Issue End Monitor: vt


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker