Bug 1501 - mount -a with option size= has no effect
Summary: mount -a with option size= has no effect
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.16.x
Hardware: Other Linux
: P2 major
Target Milestone: ---
Assignee: unassigned
URL: http://www.tuxbox.org
Keywords: FIXME
Depends on:
Blocks:
 
Reported: 2010-04-07 06:46 UTC by Thilo Graf
Modified: 2015-12-02 19:38 UTC (History)
1 user (show)

See Also:
Host: ppc
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thilo Graf 2010-04-07 06:46:15 UTC
We use some fstab entries with size and remount.
example:

fstab:
/dev/ide/host0/bus0/target0/lun0/part1 none swap sw 0 0
tmpfs /tmp tmpfs size=128M,remount 0 0

Size 128M has no effect. Note: Mount without -a works correctly!