On Fri, Jan 31, 2003 at 05:03:56PM -0500, Seneca wrote:
> On Fri, Jan 31, 2003 at 03:04:40PM -0500, Mark Laird Copper wrote:
> > How do people configure mtools under Debian? My default install
> > won't let a user access /dev/fd0. Google and the mtools mailing
> > list searches turn up recommenda
On Fri, Jan 31, 2003 at 03:04:40PM -0500, Mark Laird Copper wrote:
> How do people configure mtools under Debian? My default install won't
> let a user access /dev/fd0. Google and the mtools mailing list searches
> turn up recommendations to run mtools setuid, but the mtools info
> clearly say
on Thu, Feb 28, 2002, Karl E. Jorgensen ([EMAIL PROTECTED]) wrote:
> On Thu, Feb 28, 2002 at 10:01:37PM +0200, [EMAIL PROTECTED] wrote:
> > Hi All.
> > I want to use the mtools, but I don't have the documentations about
> > mtools (and connot get it now). When I use mtool from user (not root) I
> >
you need to have user write permissions on /dev/fd0
or any other device. Your administrator must chmod 766 /dev/fd0.
On Thu, 28 Feb 2002 [EMAIL PROTECTED] wrote:
> Hi All.
> I want to use the mtools, but I don't have the documentations about
> mtools (and connot get it now). When I use mtool fro
On Thu, Feb 28, 2002 at 10:01:37PM +0200, [EMAIL PROTECTED] wrote:
> Hi All.
> I want to use the mtools, but I don't have the documentations about
> mtools (and connot get it now). When I use mtool from user (not root) I
> show: Can't open /dev/fd0: Permossion denied Cannot initialize 'A:'.
> Need
On Thu, Feb 28, 2002 at 10:01:37PM +0200, [EMAIL PROTECTED] wrote:
> Hi All.
> I want to use the mtools, but I don't have the documentations about
> mtools (and connot get it now). When I use mtool from user (not root) I
> show: Can't open /dev/fd0: Permossion denied Cannot initialize 'A:'.
> Need
On Wed, 4 Mar 1998, Ulf Jaenicke-Roessler wrote:
> how am I supposed to use mmove?
>
> I think it should be called just like mcopy.
Though the syntax may look superficially similar, that's about the only
connection between mmove and mcopy.
> However, while
> 'mcopy a: /dos/e' works,
Here,
On Wed, 4 Mar 1998, Carroll Kong wrote:
> I never could get the mtools to have full functionality... especially on
> logical drives in extended partitions for dos. Is that how you do it? just
> do
> a
> mcopy a: /dos/e? and it'll hunt for logical partition named E:? I tried
> mcopy
>
I never could get the mtools to have full functionality... especially on
logical drives in extended partitions for dos. Is that how you do it? just do
a
mcopy a: /dos/e? and it'll hunt for logical partition named E:? I tried mcopy
a: e: and no go (a while back in FreeBSD).
I got arou
On Wed, 4 Mar 1998, M.C. Bezemer wrote:
> On Wed, 4 Mar 1998, Hamish Moffatt wrote:
>
> >
> > The error message is a bug, but DOS-wise "a:" is a non-sensical
> > source; DOS wouldn't accept it for either copy or move.
> > "a:*.*" is the answer but you'd have to quote it. That may or may
> > not
On Wed, 4 Mar 1998, Hamish Moffatt wrote:
>
> The error message is a bug, but DOS-wise "a:" is a non-sensical
> source; DOS wouldn't accept it for either copy or move.
> "a:*.*" is the answer but you'd have to quote it. That may or may
> not be the problem though.
>
I've tried some things on
On Wed, Mar 04, 1998 at 12:55:24PM +0100, Peter Paluch wrote:
> > You might try to use \* instead of * to disable the shell's filename
> > expansion. (I have to do that when I'm in tcsh).
>
> I don't know about you, but have a look what it complains about:
>
> frcatel:~$ mmove a: /archive/users/p
Hello,
==
> You might try to use \* instead of * to disable the shell's filename
> expansion. (I have to do that when I'm in tcsh).
I don't know about you, but have a look what it complains about:
frcatel:~$ mmove a: /archive/users/peterp/pokus
Path component "archive" is not a directory
Bad
On Wed, 4 Mar 1998, Ulf Jaenicke-Roessler wrote:
>
> Thank you for your reply.
>
> On Wed, 4 Mar 1998, Peter Paluch wrote:
>
> > As I do not use mtools very often, I am not sure if this helps but it does
> > not harm to try out:
> >
> > mmove a:*.* /dos/whatever
>
> Well, I tried that bef
Thank you for your reply.
On Wed, 4 Mar 1998, Peter Paluch wrote:
> As I do not use mtools very often, I am not sure if this helps but it does
> not harm to try out:
>
> mmove a:*.* /dos/whatever
Well, I tried that before and it didn't work either.
Best regards,
Ulf
--
TO UNSUBSCRIBE
Hello,
==
> how am I supposed to use mmove?
As I do not use mtools very often, I am not sure if this helps but it does
not harm to try out:
mmove a:*.* /dos/whatever
I have not tried it though.
All the best,
Peter
*
On 30 Jan 1998, Martin Bialasinski wrote:
> Jarkko Niemi <[EMAIL PROTECTED]> writes:
>
> > chmod 666 /dev/fd0
> > that maked the trick
>
> This is a BAD THING(tm). Especially if you are somehow connected to other
> computers.
Agreed, the correct solution is to add yourself to the floppy group.
Jarkko Niemi <[EMAIL PROTECTED]> writes:
> chmod 666 /dev/fd0
> that maked the trick
This is a BAD THING(tm). Especially if you are somehow connected to other
computers.
Anyone can read and *wipe* the disk !
Try cat /dev/fd0 to read it or cat /dev/zero > /dev/fd0 to wipe it. Or the
dd command.
>> Another option is mtools. It provides commands like mcopy, mdir, mdel,
>> ... and you don't have to remember to unmount the disk.
>
>I have been using those tools in university's Suns and thats works fine,
>but in my Debian system I have to be root that those work proberly.
>I have tried to set
On Thu, 29 Jan 1998 [EMAIL PROTECTED] wrote:
> Another option is mtools. It provides commands like mcopy, mdir, mdel,
> ... and you don't have to remember to unmount the disk.
I have been using those tools in university's Suns and thats works fine,
but in my Debian system I have to be root that
<[EMAIL PROTECTED]> wrote:
>> A much bigger problem of mtools is that when copying *to* an MS-DOS
>> file system, it writes long filename entries to the directory.
> It does that only when the file is not acceptable to normal FAT. So if you
> don't like the so called `VFAT' don't use those n
> > You can pipe the file through "tr -d '\r'". Ignore the other message
> > about mcopy. This is restrictive since it *assumes* that the file
> > is on a floppy disk (or other FAT volume).
>
> A much bigger problem of mtools is that when copying *to* an MS-DOS
> file system, it writes long f
Correction:
I wrote:
>
> Try using mcopy and mdel like this:
>
> mcopy a:'*' .
> mdel a:'*' .
This should be:
mdel a:'*'
Sorry, it's Monday and it sure feels like it...
// Heikki
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Try using mcopy and mdel like this:
mcopy a:'*' .
mdel a:'*' .
It looks like mtools need both the source and destination, a simple
"mcopy a:" is not enough. The single quotes let * pass all the way to
mtools programs which then do the file name expansion.
Johnny Stevenson wrote:
>
> Hello,
>
>
24 matches
Mail list logo