[BusyBox 0000908]: problem with blkid.tab

bugs at busybox.net bugs at busybox.net
Tue Jun 27 14:23:38 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=908 
====================================================================== 
Reported By:                Philippe Monroux
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   908
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             06-17-2006 04:28 PDT
Last Modified:              06-27-2006 07:23 PDT
====================================================================== 
Summary:                    problem with blkid.tab
Description: 
Hello,
I have a curious pb with findfs command on soekris box net4801
(http://www.soekris.com/net4801.htm).
I summarize.
I installed the following system :
Debian-router at http://gate-bunker.p6.msu.ru/~berk/router/
on a CF with a CF writer (plugged in another debian system server).
the system is construct with busybox-1.1.1
The partitions  of the CF appeared as  /dev/sda1 and /dev/sda2 on my
main debian system server.

There is a script in the installation procedure where it's written :
,----
| e2label /dev/sda1 FLASH_BOOT
| e2label /dev/sda2 FLASH_ROOT
`----
Then I removed the CF from reader and plugged it on my CompactFlash
type I/II socket in the soekris net4801 box.
There is only the CF on my soekris as devices for storage (no HD no
usb devices etc...)
Then I boot my soekris box from CF (which appear as hda now) on my
soekris. Every things is OK except one thing :
I have
papillon:~# e2label /dev/hda2
FLASH_ROOT

ok but :

papillon:~# findfs LABEL=FLASH_ROOT
/dev/sda2
and, obviously, I want :
papillon:~# findfs LABEL=FLASH_ROOT
/dev/hda2

I tried many things. Example : as there is no device on /dev/sda2:
papillon~# e2label /dev/sda2 SOMETHING
give no result. So I plugged a device to have something on /dev/sda2
and made
papillon:~# e2label /dev/sda2 SOMETHING

but :
papillon:~# findfs LABEL=FLASH_ROOT
/dev/sda2
always !

wadim told me it's a bug from libbblkid. See thread :
http://www.redhat.com/archives/ext3-users/2004-April/msg00027.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0408.2/1695.html

Regards
-- 
ph


====================================================================== 

---------------------------------------------------------------------- 
 landley - 06-27-06 07:23  
---------------------------------------------------------------------- 
This is not a busybox problem. Busybox hasn't got a findfs command, and
Busybox doesn't link with libblkid.  It would be approximately as relevant
to open this bug against the Linux kernel, the X server, or your favorite
mp3 player. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-17-06 04:28  Philippe MonrouxNew Issue                                    
06-17-06 04:28  Philippe MonrouxStatus                   new => assigned     
06-17-06 04:28  Philippe MonrouxAssigned To               => BusyBox         
06-27-06 07:23  landley        Status                   assigned => closed  
06-27-06 07:23  landley        Note Added: 0001460                          
======================================================================




More information about the busybox-cvs mailing list