On 04/04/07, Shlomo Solomon <[EMAIL PROTECTED]> wrote:
mount("/dev/sdc9", "/c9", "reiserfs", MS_MGC_VAL, "") = -1 EBUSY (Device or resource busy)
mount(2) says about this error: EBUSY source is already mounted. Or, it cannot be remounted read-only, because it still holds files open for writing. Or, it cannot be mounted on target because target is still busy (it is the work‐ ing directory of some task, the mount point of another device, has open files, etc.). Or, it could not be unmounted because it is busy. Since you pretty much ruled out the other options, look at the "it is the working directory of some task" part of the description above - what does "fuser -v /c9 /dev/sdc9" tell you? --Amos ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]