| Anonymous | Login | Signup for a new account | 11-10-2008 10:57 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 | ||||
| 0000711 | [BusyBox] Other | minor | always | 02-09-06 13:09 | 04-12-06 06:47 | ||||
| Reporter | mort | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0000711: mount doesn't obey "bind" option in fstab | ||||||||
| Description |
This is present in 1.1.0. There wasn't that option in "Product Version", so I stuck in "svn". With a line like: /tmp/ /foo tmpfs bind 0 0 in /etc/fstab, doing a `mount /foo` yields a new tmpfs mount, intead of doing a bind of the /tmp tmpfs mount. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0001263) bernhardf 04-11-06 11:19 |
Is this fixed in 1.1.2 or on trunk? svn co svn://busybox.net/branches/busybox_1_1_stable [^] |
|
(0001279) mort 04-12-06 06:16 |
Looks good. From yesterday's daily snapshot: BusyBox v1.2.0-pre0 (2006.04.12-12:30+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands. # grep bind /etc/fstab /tmp/dtd /dtd tmpfs bind 0 0 /tmp/run /var/run tmpfs bind 0 0 /tmp/var /var/tmp tmpfs bind 0 0 /tmp/nfs /var/lib/nfs tmpfs bind 0 0 and all of the mounts are binds... # df Filesystem 1k-blocks Used Available Use% Mounted on /dev/root 5760 3072 2688 53% / /dev/mtdblock/2 640 516 124 81% /conf none 8192 24 8168 0% /tmp none 8192 24 8168 0% /dtd none 8192 24 8168 0% /var/run none 8192 24 8168 0% /var/lib/nfs none 8192 24 8168 0% /var/tmp but I've got another issue with mount now...I'll open another bug. |
|
(0001280) bernhardf 04-12-06 06:47 |
Fixed on trunk. |
| Copyright © 2000 - 2006 Mantis Group |