| Anonymous | Login | Signup for a new account | 11-10-2008 11:20 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001550 | [BusyBox] New Features | feature | always | 10-22-07 21:07 | 10-25-07 10:48 | ||||
| Reporter | jordon liu | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001550: 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? |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |