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
0001093 [BusyBox] Documentation block always 11-16-06 14:30 11-21-06 06:32
Reporter giffordj View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version 1.2.x
Summary 0001093: Unable to Mount Busybox 1.2.2.1
Description When trying to mount a file system no matter the file system type, it always fails.

mount -t ext3 /mnt/lfs /dev/hda1
mount: Mounting /mnt/lfs on /dev/hda1 failed: Block device required
mount -t ext2 /mnt/lfs /dev/hda1
mount: Mounting /mnt/lfs on /dev/hda1 failed: Block device required
mount -t ext3 /dev/hda1 /mnt/lfs
mount: Mounting /dev/hda1 on /mnt/lfs failed: Invalid argument
mount -t ext3 /dev/hda1 /mnt/lfs
mount: Mounting /dev/hda1 on /mnt/lfs failed: Invalid argument
Additional Information
Attached Files

- Relationships

- Notes
(0001743)
rockeychu
11-16-06 17:26

Have you node file of /dev/hda1 or directory of /mnt/lfs?
If not, please create it with:

mknod /dev/hda1 b 3 1
mkdir -p /mnt/lfs

and must be sure of ext3 in /proc/filesystems.
 
(0001757)
vda
11-21-06 06:32

mount argumets swapped in first case, in second, well, it looks like there is no ext3 filesystem on that device. Discussion is continued on ml.
 

- Issue History
Date Modified Username Field Change
11-16-06 14:30 giffordj New Issue
11-16-06 14:30 giffordj Status new => assigned
11-16-06 14:30 giffordj Assigned To  => BusyBox
11-16-06 17:26 rockeychu Note Added: 0001743
11-21-06 06:32 vda Status assigned => closed
11-21-06 06:32 vda Note Added: 0001757
11-21-06 06:32 vda Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker