Hi!
I have a problem with MTOOLS. mdir, mread, mformat work well, but using
mwrite or mcopy results in the following error-message:
Device "/dev/rfd1440" busy
Who can help me?
Thanx
Andreas
--
/\ |\ | |\ Andreas Liebscher phone: +(49) 89 14 58 03
/--\ | \ | | | snail-mail: Dieselstr. 7, D-80993 M"unchen, Germany
/ \ | \| |/ e-mail: lieb...@informatik.tu-muenchen.de
>I have a problem with MTOOLS. mdir, mread, mformat work well, but using
>mwrite or mcopy results in the following error-message:
>Device "/dev/rfd1440" busy
>Who can help me?
I recently had this problem on a NetBSD 1.0 system with mtools 2.0.7. The
problem was that the flock call in lock_dev (init.c) was failing with an
EOPNOTSUPP error. However, lock_dev treats all errors alike and init prints
`Device "xxx" is busy' irrespective of the problem. I simply got round it by
turning lock_dev into a noop by commenting out the flock call.
Jim
---
J.K....@newcastle.ac.uk
Department of Computing Science, University of Newcastle, Tel: +44 191 222 8238
Newcastle upon Tyne, NE1 7RU, United Kingdom. Fax: +44 191 222 8232