| Anonymous | Login | Signup for a new account | 11-10-2008 11:06 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
Notes |
|
|
(0001650) vda 09-29-06 07:24 |
mount has many fixes after the report was filed. BTW there is no v3 option.... |
| Copyright © 2000 - 2006 Mantis Group |