BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000862 [BusyBox] Documentation minor always 05-03-06 12:07 02-13-08 09:56
Reporter chrisreichelt View Status public  
Assigned To BusyBox
Priority normal Resolution won't fix  
Status closed   Product Version 1.1.x
Summary 0000862: 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

Additional Information
Attached Files

- Relationships

- Notes
(0004554)
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
02-13-08 09:56 vda Resolution open => won't fix


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker