[BusyBox 0001093]: Unable to Mount Busybox 1.2.2.1
bugs at busybox.net
bugs at busybox.net
Thu Nov 16 17:26:23 PST 2006
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1093
======================================================================
Reported By: giffordj
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1093
Category: Documentation
Reproducibility: always
Severity: block
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-16-2006 14:30 PST
Last Modified: 11-16-2006 17:26 PST
======================================================================
Summary: 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
======================================================================
----------------------------------------------------------------------
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.
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
======================================================================
More information about the busybox-cvs
mailing list