login
Header Space

 
 

Re: Mtools under 96c

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Tuesday, August 4, 1992 - 3:56 pm

In article <712909438.F00192@remote.halcyon.com>, Dane.Beko@p1.f21.n300.z1.fidonet.org (Dane Beko) writes:

After doing the chown bin.disk, did you do a chmod 2755 mtools  ?????
(Users don't need to be able to write over the mtools binary!)
This will do a setgid so that when mtools runs, it runs as if it were
a member of the disk group, and members of the disk group have rw access
to dev/hd*!  do an ls -l /dev/hd*   I'll bet they are -rwxrwx--- root disk.

Second point to note.  mcopy copies a MSDOS file to another MSDOS file.
mread reads an MSDOS into a LINUX file, and mwrite writes a LINUX to an MSDOS
file.  Don't you want to do an:

        "mwrite  /usr/spool/treasure.rep c:\robotmp\treasure.rep"

instead?  I also have used "/" as the MSDOS pathname seperator without any
problems under mtools, so:

        "mwrite  /usr/spool/treasure.rep c:/robotmp/treasure.rep"

will probably work as well.  You can also do an:

        "mcd c:/robotmap"
        "mwrite /usr/spool/treasure.rep treasure.rep"

if you care to.  I suspect that if you succeeded in getting access to the disk
devices, that your mcopy command would have tried to copy the MSDOS file
\usr\spool\treasure.rep on whatever disk was your "current" one (type "mcd"
to find out what your current DOS working directory is).

=================================================================
Kevin J. Cummings                       PrimeService
20 Briarwood Road                       A Computervision Company
Framingham, Mass.                       500 Old Connecticut Path
                                        Framingham, Mass.
Work:  cummings@primerd.Prime.COM
Home:  cummings@kjc386.framingham.ma.us

Std. Disclaimer: "Mr. McKittrick, after careful consideration,
                  I've come to the conclusion that your new
                  defense system SUCKS..."   --  War Games
=================================================================
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Mtools under 96c, Kevin Cummings, (Tue Aug 4, 3:56 pm)
speck-geostationary