[BusyBox 0000862]: tune2fs is checking /etc/mtab even when configured without /etc/mtab support
bugs at busybox.net
bugs at busybox.net
Wed Feb 13 09:56:24 PST 2008
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=862
======================================================================
Reported By: chrisreichelt
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 862
Category: Documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 05-03-2006 12:07 PDT
Last Modified: 02-13-2008 09:56 PST
======================================================================
Summary: tune2fs is checking /etc/mtab even when configured
without /etc/mtab support
Description:
running
>bash-3.00# tune2fs /dev/hda1 -c 0
>tune2fs 1.38 (30-Jun-2005)
>tune2fs: Could not determine if /dev/hda1 is mounted
>bash-3.00# echo $?
>1
>bash-3.00# touch /etc/mtab
>bash-3.00# tune2fs /dev/hda1 -c 0
>tune2fs 1.38 (30-Jun-2005)
Setting maximal mount count to -1
>bash-3.00# echo $?
>0
======================================================================
----------------------------------------------------------------------
vda - 02-13-08 09:56
----------------------------------------------------------------------
tunefs is not in busybox any more
Issue History
Date Modified Username Field Change
======================================================================
05-03-06 12:07 chrisreichelt New Issue
05-03-06 12:07 chrisreichelt Status new => assigned
05-03-06 12:07 chrisreichelt Assigned To => BusyBox
02-13-08 09:56 vda Status assigned => closed
02-13-08 09:56 vda Note Added: 0004554
======================================================================
More information about the busybox-cvs
mailing list