[9fans] p9p export or equivalent

2013-08-01 Thread smiley
I just noticed that plan9port doesn't have a version of the Plan 9
export command.  Has it not been ported yet?

Short of setting up that 800lb gorilla known as NFS and using Plan 9's
nfs client, how might one share files on a *nux system with Plan 9?

-- 
+---+
|Smiley   smi...@icebubble.orgPGP key ID:BC549F8B |
|Fingerprint: 9329 DB4A 30F5 6EDA D2BA  3489 DAB7 555A BC54 9F8B|
+---+



Re: [9fans] p9p export or equivalent

2013-08-01 Thread Jacob Todd
u9fs.
On Aug 1, 2013 12:31 PM, smi...@icebubble.org wrote:

 I just noticed that plan9port doesn't have a version of the Plan 9
 export command.  Has it not been ported yet?

 Short of setting up that 800lb gorilla known as NFS and using Plan 9's
 nfs client, how might one share files on a *nux system with Plan 9?

 --
 +---+
 |Smiley   smi...@icebubble.orgPGP key ID:BC549F8B |
 |Fingerprint: 9329 DB4A 30F5 6EDA D2BA  3489 DAB7 555A BC54 9F8B|
 +---+




Re: [9fans] p9p export or equivalent

2013-08-01 Thread Matthew Veety
cifs also works well. I use that very often.

On Aug 1, 2013, at 12:55, Jacob Todd jaketodd...@gmail.com wrote:

 u9fs.
 
 On Aug 1, 2013 12:31 PM, smi...@icebubble.org wrote:
 I just noticed that plan9port doesn't have a version of the Plan 9
 export command.  Has it not been ported yet?
 
 Short of setting up that 800lb gorilla known as NFS and using Plan 9's
 nfs client, how might one share files on a *nux system with Plan 9?
 
 --
 +---+
 |Smiley   smi...@icebubble.orgPGP key ID:BC549F8B |
 |Fingerprint: 9329 DB4A 30F5 6EDA D2BA  3489 DAB7 555A BC54 9F8B|
 +---+


Re: [9fans] p9p export or equivalent

2013-08-01 Thread Steve Simon
 Short of setting up that 800lb gorilla known as NFS and using Plan 9's
 nfs client, how might one share files on a *nux system with Plan 9?

I use sftpfs from contrib, this needs nothing other than ssh on the
linux box. I used this all day every day and it has been rock solid.

-Steve



Re: [9fans] p9p export or equivalent

2013-08-01 Thread sl
Or ftpfs. Or, there is an sftpfs in contrib.

sl



Re: [9fans] p9p export or equivalent

2013-08-01 Thread Matthew Veety

On 8/1/2013 1:36 PM, Nicolas Bercher wrote:

I'm curious: I've tried several version of cifs, but none of them
gave me write permissions to Plan9 filesystems.  Do you?

Nicolas


The version in 9front works with Samba, Windows, and cifsd on 9front.




Re: [9fans] p9p export or equivalent

2013-08-01 Thread Steve Simon
Good to know,

BTW, if you get any problems with cifs and I may get time to sort it out.
I also gave an smb2 client on my list but the complications of the auth
it seems to require have halted progress.

-Steve