CAD CAM EDM DRO - Yahoo Group Archive

Re: Re: BDI

Posted by Ray Henry
on 2002-05-26 07:29:42 UTC
Gene

There is one additional issue here that has to do with supermount. Mounting
in this context is the process of making the file system that is on a
removable medium to be a directory on the main file system. (Not the movie
grumpier old men) Supermount tries to do this whenever there is a call to a
device. But it doesn't recognize cp from a terminal. If the floppy is not
mounted prior to the cp command, the command will appear to complete but
nothing will be transfered to the disk. It will be transferred to
/mnt/floppy as a local directory instead.

Two solutions.

One is the text command way. First issue the terminal command

mount /dev/fd0 /mnt/floppy

If you hear the floppy drive growl then you were successful. If it complains
about already being mounted issue either command

umount /dev/fd0 -or- umount /mnt/floppy

and then the mount command.

The second is the drag and drop way and there are at least three
possibilities here.

A - Click on the little house on the panel (bottom bar) so that you start a
kfm window. Navigate to the directory that you want to move a file
from. Then insert your floppy and click on the floppy icon. Now you have
two kfm's working and you can drag from one to the other with the l;eft mouse
button. Dragging gets you around the floppy mount issues because supermount
knows how to work pretty reliably with the K desktop.

B - Click on the little house on the panel (bottom bar) so that you start a
kfm window. Navigate to the directory that you want to move a file from.
Click on the little gear near the top right corner of that kfm browser and it
will make a copy of itself. Navigate this one to the directory you want to
move files into and drag them across.

C - In the kfm context you can also right click and choose copy and then move
to the directory you want to copy to, right click again and select paste.

Ray


>    From: Jon Elson <elson@...>
> Subject: Re: BDI
>
> Gene wrote:
> > I changed the cycle time var. and it works good again. I'm happy until
> > the next disaster. I made a directory on the floppy called gcode, and
> > then I tried to copy the ini file to floppy and here's what I got.
> > #usr/local/emc/emc.ini/ cp /mnt/floppy/gcode
> > and it says permission denied. I was logged in as root. Is it not
> > possible To do this?
>
> If I understand what you have typed above, you asked the shell to
> execute usr/local/emc/emc.ini as a program, and then us cp
> /mnt/floppy/gcode as the parameters to this.  permission was denied because
> usr/local/emc/emc.ini is not marked as an executable file - which it sure
> isn't.
>
> Correct syntax would be
>
> #cp       /usr/local/emc/emc.ini     /mnt/floppy/gcode
>
> command           input file                 output file
>
> I added extra spaces in the command line to make it clearer.
>
> Jon

Discussion Thread

Alan Marconett KM6VV 2001-07-16 18:31:14 UTC BDI allan_r9@h... 2001-07-16 19:28:46 UTC Re: BDI Alan Marconett KM6VV 2001-07-16 20:02:57 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Tim Goldstein 2001-07-16 20:11:40 UTC RE: [CAD_CAM_EDM_DRO] Re: BDI Jon Elson 2001-07-16 22:15:08 UTC Re: [CAD_CAM_EDM_DRO] BDI Ian Wright 2001-07-17 01:39:25 UTC Re: [CAD_CAM_EDM_DRO] BDI Ray 2001-07-17 11:54:34 UTC Re: BDI Alan Marconett KM6VV 2001-07-17 12:20:50 UTC Re: [CAD_CAM_EDM_DRO] BDI Alan Marconett KM6VV 2001-07-17 13:23:42 UTC Re: [CAD_CAM_EDM_DRO] BDI Alan Marconett KM6VV 2001-07-17 14:18:26 UTC Re: BDI Alan Marconett KM6VV 2001-07-18 15:59:03 UTC Re: BDI emserv@e... 2001-08-09 16:00:16 UTC BDI Weyland 2001-08-09 19:47:04 UTC BDI Donald Brock 2001-08-10 08:57:19 UTC Re: BDI Gene 2002-02-27 00:28:10 UTC BDI awemawson 2002-02-27 00:33:19 UTC Re: BDI Gene 2002-02-27 05:00:36 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Ed Fanta 2002-02-27 05:45:07 UTC Re: [CAD_CAM_EDM_DRO] BDI John Guenther 2002-02-27 05:45:45 UTC RE: [CAD_CAM_EDM_DRO] Re: BDI Jon Elson 2002-02-27 10:50:52 UTC Re: [CAD_CAM_EDM_DRO] BDI Gene 2002-02-27 12:44:51 UTC BDI Dave Lantz 2002-02-27 12:46:32 UTC RE: [CAD_CAM_EDM_DRO] BDI Gene 2002-02-27 14:15:59 UTC Re: [CAD_CAM_EDM_DRO] BDI Darrell Daniels 2002-02-27 22:12:52 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Dave Lantz 2002-02-28 05:05:53 UTC RE: [CAD_CAM_EDM_DRO] BDI Glen 2002-02-28 10:24:52 UTC Re: [CAD_CAM_EDM_DRO] BDI Gene 2002-04-12 11:13:50 UTC BDI Ray Henry 2002-04-12 18:58:25 UTC Re: BDI batwings@i... 2002-04-12 19:17:24 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Jon Elson 2002-04-12 22:52:24 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Ray Henry 2002-04-13 12:12:02 UTC Re: Re: Re: BDI Gene 2002-05-06 19:54:31 UTC BDI Gene 2002-05-07 09:48:40 UTC BDI Ray Henry 2002-05-07 16:32:16 UTC Re: BDI John Branlund 2002-05-07 16:44:14 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Tim Goldstein 2002-05-07 16:57:45 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Ray Henry 2002-05-07 20:11:20 UTC Re: BDI Jon Elson 2002-05-07 22:17:16 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Gene 2002-05-23 15:44:20 UTC BDI Jon Elson 2002-05-23 21:58:23 UTC Re: [CAD_CAM_EDM_DRO] BDI Ian W. Wright 2002-05-24 00:58:46 UTC Re: [CAD_CAM_EDM_DRO] BDI Ray Henry 2002-05-24 07:22:05 UTC Re: BDI Gene 2002-05-25 14:05:05 UTC BDI John Guenther 2002-05-25 17:44:11 UTC RE: [CAD_CAM_EDM_DRO] BDI William Scalione 2002-05-25 21:39:41 UTC Re: [CAD_CAM_EDM_DRO] BDI Jon Elson 2002-05-25 21:49:41 UTC Re: [CAD_CAM_EDM_DRO] BDI Ray Henry 2002-05-26 07:29:42 UTC Re: Re: BDI Gene 2002-05-27 14:04:00 UTC BDI Nic van der Walt 2002-05-27 17:46:17 UTC Servo motor controller project Jon Elson 2002-05-27 22:36:52 UTC Re: [CAD_CAM_EDM_DRO] BDI Vajk Fekete 2002-05-27 22:39:49 UTC Re: [CAD_CAM_EDM_DRO] BDI Nic van der Walt 2002-05-28 14:52:15 UTC Servo motor controller project studleylee 2002-05-28 15:27:36 UTC Re: Servo motor controller project Peter Homann 2002-05-28 16:37:46 UTC HSM Tapping Machine Article doug98105 2002-05-28 17:25:10 UTC Re: HSM Tapping Machine Article Peter Homann 2002-05-28 17:42:17 UTC RE: [CAD_CAM_EDM_DRO] Re: HSM Tapping Machine Article Keith Bowers 2002-05-28 17:52:50 UTC Re: [CAD_CAM_EDM_DRO] Servo motor controller project Marcus & Eva 2002-05-28 19:30:18 UTC Re: [CAD_CAM_EDM_DRO] Re: HSM Tapping Machine Article Peter Homann 2002-05-28 19:53:26 UTC RE: [CAD_CAM_EDM_DRO] Re: HSM Tapping Machine Article chevalier121 2002-05-29 02:18:21 UTC Re: Servo motor controller project turbulatordude 2002-05-29 04:26:15 UTC Re: HSM Tapping Machine Article doug98105 2002-05-29 06:48:53 UTC Re: HSM Tapping Machine Article steel2chips 2002-05-30 07:42:41 UTC Re: Servo motor controller project Gene 2002-07-04 14:32:50 UTC BDI dakota8833 2002-07-05 05:30:59 UTC Re: BDI Ray Henry 2002-07-05 08:03:13 UTC Re: BDI Gene 2002-07-05 10:38:18 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI Jon Elson 2002-07-05 12:05:58 UTC Re: [CAD_CAM_EDM_DRO] Re: BDI