Re: Sharing files between Linux and Windows

2016-07-08 Thread Janina Sajka
Hi, John: I'm afraid that building a custom laptop is virtually impossible. Even though you can get all the parts, you need a suitable case, and these aren't of the shelf items. Creating a case to specs is a would cost literally hundreds of thousands of dollars. So, I think laptops will need to

Re: Sharing files between Linux and Windows

2016-07-07 Thread John G Heim
It looks right to me assuming your user name is lshare. Surely, you don't usually log in as lshare, do you? You can create a user just for sharing files but you are going to run into a lot of permissions problems. It would be better just to use the user name you usually log in as. In fact, I

Re: Sharing files between Linux and Windows

2016-07-07 Thread John G Heim
You won't be able to find a existing case with space for an integrated braille display. It might be possible to install linux on a Pac Mate though. I had a Pac Mate with a 40 cell display. I still use the display every day but it is attached to my linux desktop. The Pac Mate itselfis gone. The

Re: Sharing files between Linux and Windows

2016-07-07 Thread John J. Boyer
Hi John, When I enter as root smbpasswd -a lshare it asks for a password, but then it gives the message "Failed to add entry for user lshare". John On Wed, Jul 06, 2016 at 07:11:54PM -0500, John G. Heim wrote: > I am pretty sure that on your linux machine, all you have to do is this: > >

Re: Sharing files between Linux and Windows

2016-07-07 Thread John J. Boyer
Hi Janina, Building or rather designing my own computer would be fun. Maybe I can get others interested in participating. I'm thinking that what I would really like is a laptop with a built-in Braille display. It would have to have wi-fi and I would install comand-line only Debian. I have a

Re: Sharing files between Linux and Windows

2016-07-06 Thread Christopher Chaltain
It's been a while, but I don't think you need to install a Samba server on Windows. I've never had to install anything on Windows to share a folder or access folders from other Windows boxes or Linux boxes running a Samba server. You just need to set up a home group in Windows. On 06/07/16

Re: Sharing files between Linux and Windows

2016-07-06 Thread John G. Heim
I am pretty sure that on your linux machine, all you have to do is this: sudo apt-get install samba *sudo smbpasswd -a * That's all I did on a fresh debian jessie machine and I was able to access my files in Win7. In Win7, press control+r to open a run dialog box. Type \\\. That will open

Re: Sharing files between Linux and Windows

2016-07-06 Thread Willem van der Walt
The following mount command mounts a cifs file system, I.E. your Windows share, under the mount point called note. The share is called bid and the user is also called bid. One is prompted for a password when the mount is envoced, but there are ways to automate this. mount -tcifs

Re: Sharing files between Linux and Windows

2016-07-05 Thread John G Heim
I have always done this with samba. I never found it particularly difficult. You do have to read/follow the instructions. On 07/05/2016 01:36 PM, Mark Peveto wrote: I'll be interested in the answer to that question myself. I've had some tell me I need to use samba to do that...I've never

Re: Sharing files between Linux and Windows

2016-07-05 Thread Mark Peveto
I'll be interested in the answer to that question myself. I've had some tell me I need to use samba to do that...I've never been able to make it work. Mark Peveto Registered Linux user number 600552 Sent from F123 Visual using alpine 2.20.13 On Tue, 5 Jul 2016, John J. Boyer wrote: > I'm