Gcode sharing folder ( Debian / Windows 7)
08 Apr 2018 03:00 #108589
by papaours
Gcode sharing folder ( Debian / Windows 7) was created by papaours
How can i do to not use a USB key to transfert Gcode from windows CAM software to Linuxcnc ( debian Wheezi )
I am not good at all with Linux command but i can copy/past.
Debian wont let me do anything with "SUDO" and force me to use "SU"
I already failed trying to install Dropbox or configure Samba.
Thank you for Helping me.
I am not good at all with Linux command but i can copy/past.
Debian wont let me do anything with "SUDO" and force me to use "SU"
I already failed trying to install Dropbox or configure Samba.
Thank you for Helping me.
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
08 Apr 2018 07:16 #108591
by InMyDarkestHour
Replied by InMyDarkestHour on topic Gcode sharing folder ( Debian / Windows 7)
Samba is easy to configure, there are some great tutorials around.
Or you can use scp as described here:
www.garron.me/en/articles/scp.html#windows
There is nothing hard about using the command line, it just takes a bit of time to get used to it, eventually you will need to use it one day.
Or you can use scp as described here:
www.garron.me/en/articles/scp.html#windows
There is nothing hard about using the command line, it just takes a bit of time to get used to it, eventually you will need to use it one day.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
08 Apr 2018 14:14 #108602
by Todd Zuercher
Replied by Todd Zuercher on topic Gcode sharing folder ( Debian / Windows 7)
I load and run files directly from a network server, a reasy-nas share.
Please Log in or Create an account to join the conversation.
08 Apr 2018 21:21 #108626
by rodw
Me too, except I use Synology. I just made a new user on the NAS with the same credentials as my LinuxCNC box uses so it gets its own home folder.
Replied by rodw on topic Gcode sharing folder ( Debian / Windows 7)
I load and run files directly from a network server, a reasy-nas share.
Me too, except I use Synology. I just made a new user on the NAS with the same credentials as my LinuxCNC box uses so it gets its own home folder.
Please Log in or Create an account to join the conversation.
09 Apr 2018 19:13 - 09 Apr 2018 19:15 #108674
by papaours
Replied by papaours on topic Gcode sharing folder ( Debian / Windows 7)
Thank you for your answer.
After thinking of a 10000$ Sinumerik 828d retrofit, i finally call a friend who love plaiying with Linux terminal.
He dit it with teamviewer on my laptop wich was connected to the Cnc Pc trought "putty.exe"
We failed to install teamviewer on the Debian Wheezi.
At the end it was more easy to share folder from Linux to windows7 than the opposite, and Gmoccapy won't let me mount network drive so i will definitely go for a NAS solution. ( wich will not solve Gmoccapy network hiding )
In my opinion, for improvement in the future teamviewer or non commercial equivalent should be native on the Linux CNC liveCD, and the documentation should describe how to share file between other computer ( it was easier in Ubuntu )
If you look for SAMBA configuration in the forum, except this post which did not solve the "SMB" problem, there is nothing yet.......
Thank again to all of you.
M.P.
After thinking of a 10000$ Sinumerik 828d retrofit, i finally call a friend who love plaiying with Linux terminal.
He dit it with teamviewer on my laptop wich was connected to the Cnc Pc trought "putty.exe"
We failed to install teamviewer on the Debian Wheezi.
At the end it was more easy to share folder from Linux to windows7 than the opposite, and Gmoccapy won't let me mount network drive so i will definitely go for a NAS solution. ( wich will not solve Gmoccapy network hiding )
In my opinion, for improvement in the future teamviewer or non commercial equivalent should be native on the Linux CNC liveCD, and the documentation should describe how to share file between other computer ( it was easier in Ubuntu )
If you look for SAMBA configuration in the forum, except this post which did not solve the "SMB" problem, there is nothing yet.......
Thank again to all of you.
M.P.
Last edit: 09 Apr 2018 19:15 by papaours.
Please Log in or Create an account to join the conversation.
10 Apr 2018 05:48 #108707
by Donno
Replied by Donno on topic Gcode sharing folder ( Debian / Windows 7)
You can install openssh on linux box but instead of using putty you can use WinSCP for easy dropping and dragging files across. You can have a permanent drive in windows file system if you install netdrive, it work like old map network drive but includes drives over SSH
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19233
- Thank you received: 6443
10 Apr 2018 21:49 #108773
by tommylight
Replied by tommylight on topic Gcode sharing folder ( Debian / Windows 7)
You can use VNC for complete remote control of the desktop environment, use samba or smb for network shares, use lisa daemon for finding network shares or use pynetwork for the same, use NFS for full access over the network, use FTP server and Filezilla with a GUI to transfer files, use SSH and terminal, etc etc etc.
The following user(s) said Thank You: papaours
Please Log in or Create an account to join the conversation.
16 Apr 2018 20:01 #109140
by newbynobi
Replied by newbynobi on topic Gcode sharing folder ( Debian / Windows 7)
You can load within gmoccapy a file from any network location as a shared nertwork folder is also only a folder for linux!
Just mount the share at startup and you will be able to navigate to that folder.
Norbert
Just mount the share at startup and you will be able to navigate to that folder.
Norbert
Please Log in or Create an account to join the conversation.
17 Apr 2018 02:31 #109154
by rodw
Replied by rodw on topic Gcode sharing folder ( Debian / Windows 7)
Mounting a share is one of the most confusing things. Everybody says just mount it but it is hard to find a step by step tutorial so it would be great if somebody could point us in the right direction o a complete example
This is more confusing today becasue Mint and other distros allow you to browse the network but if it not mounted to a folder programs like gmoccappy and heaps of others can't see it.
The closest I've come to is this which works for me, but I have been unable to make it stick so it mounts on startup
This mounts my home folder on my Synology NAS to the folder /media/ds
This is more confusing today becasue Mint and other distros allow you to browse the network but if it not mounted to a folder programs like gmoccappy and heaps of others can't see it.
The closest I've come to is this which works for me, but I have been unable to make it stick so it mounts on startup
sudo mount -t cifs -o username=rod,password=xxxxxxxx //192.168.1.xxx/home /media/ds
This mounts my home folder on my Synology NAS to the folder /media/ds
The following user(s) said Thank You: Bats
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
17 Apr 2018 03:06 #109157
by Todd Zuercher
Replied by Todd Zuercher on topic Gcode sharing folder ( Debian / Windows 7)
The problem is there are multiple ways to do this, with different variations required depending on the Linux distribution and version that you are using. My best suggestion is to Google mounting a windows share with your specific distro. Most of my cnc mount the network share with a line in fstab. But I have also used a sim link to a .gvfs directory. Gvfs is how the gui apps usually see network file systems.
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds