[BusyBox 0001550]: mount: mounting /dev/sda2 on /mnt/sda2 failed: Device or resource busy
bugs at busybox.net
bugs at busybox.net
Mon Oct 22 21:07:33 PDT 2007
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1550
======================================================================
Reported By: jordon liu
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1550
Category: New Features
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-22-2007 21:07 PDT
Last Modified: 10-22-2007 21:07 PDT
======================================================================
Summary: mount: mounting /dev/sda2 on /mnt/sda2 failed:
Device or resource busy
Description:
hi,
I have port the fuse2.7 and ntfsprogs2.0.0 to the arm platform, base the
Montavista linux kernel of 2.6.10 .
it can mkntfs /dev/sda2 successfully,but when I run the command:
ntfsmount /dev/sda2 /mnt/sda2,it complains that:
# ntfsmount /dev/sda2 /mnt/sda2
mount: mounting /dev/sda2 on /mnt/sda2 failed: Device or resource busy
fuse_mount failed.
Unmounting /dev/sda2 ()
#
and I port the ntfs-3g to the arm , run the command still get the result:
# ./ntfs-3g /dev/sda2 /mnt/sda2
mount: mounting /dev/sda2 on /mnt/sda2 failed: Device or resource busy
Unmounting /dev/sda2 ()
#
but I just use the mount /dev/sda2 /mnt/sda2 is succeed.
and my other command use busybox1.2.4, but the mount/umount use the
busybox 1.7.4,
since the ntfsmount and ntfs-3g would call mount function, and the "Device
or resource busy" was printed by busybox, so maybe the problem was exist at
busybox?
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-22-07 21:07 jordon liu New Issue
10-22-07 21:07 jordon liu Status new => assigned
10-22-07 21:07 jordon liu Assigned To => BusyBox
======================================================================
More information about the busybox-cvs
mailing list