Bug 1501

Summary: mount -a with option size= has no effect
Product: Busybox Reporter: Thilo Graf <info>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: major CC: busybox-cvs
Priority: P2 Keywords: FIXME
Version: 1.16.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
URL: http://www.tuxbox.org
Host: ppc Target:
Build:

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!