Re: How to share filesystem

2013-09-25 Thread Brian Jackson
On Tuesday, September 24, 2013 3:38:39 AM CDT, Ross Boylan wrote: I would like to have access to the same file system from the host and the guest. Can anyone recommend the best way to do this, considering ease of use, safety (concurrent access from guest and host does not corrupt) and

How to share filesystem

2013-09-24 Thread Ross Boylan
I would like to have access to the same file system from the host and the guest. Can anyone recommend the best way to do this, considering ease of use, safety (concurrent access from guest and host does not corrupt) and performance? For example, I would like to restore files from backup using

Re: How to share filesystem

2013-09-24 Thread Thomas Huth
Am Tue, 24 Sep 2013 01:38:39 -0700 schrieb Ross Boylan r...@biostat.ucsf.edu: I would like to have access to the same file system from the host and the guest. Can anyone recommend the best way to do this, considering ease of use, safety (concurrent access from guest and host does not

RE: How to share filesystem

2013-09-24 Thread P Balaji-B37839
Subject: Re: How to share filesystem Am Tue, 24 Sep 2013 01:38:39 -0700 schrieb Ross Boylan r...@biostat.ucsf.edu: I would like to have access to the same file system from the host and the guest. Can anyone recommend the best way to do this, considering ease of use, safety (concurrent

Re: How to share filesystem

2013-09-24 Thread Ross Boylan
On Tue, 2013-09-24 at 12:24 +0200, Thomas Huth wrote: Am Tue, 24 Sep 2013 01:38:39 -0700 schrieb Ross Boylan r...@biostat.ucsf.edu: I would like to have access to the same file system from the host and the guest. Can anyone recommend the best way to do this, considering ease of use,

Re: How to share filesystem

2013-09-24 Thread shendl1978
You。can use. Virtio-9p. In. Linux. 发自我的 iPhone 在 2013年9月25日,0:37,Ross Boylan r...@biostat.ucsf.edu 写道: On Tue, 2013-09-24 at 12:24 +0200, Thomas Huth wrote: Am Tue, 24 Sep 2013 01:38:39 -0700 schrieb Ross Boylan r...@biostat.ucsf.edu: I would like to have access to the same file system

Re: How to share filesystem

2013-09-24 Thread shendl1978
9p is a protocol that is created by plan 9 operation system. linux can use virtio-9p. 发自我的 iPhone 在 2013年9月25日,3:03,shendl1...@gmail.com 写道: You。can use. Virtio-9p. In. Linux. 发自我的 iPhone 在 2013年9月25日,0:37,Ross Boylan r...@biostat.ucsf.edu 写道: On Tue, 2013-09-24 at 12:24 +0200,

Re: How to share filesystem

2013-09-24 Thread Ross Boylan
On Wed, 2013-09-25 at 03:06 +0800, shendl1...@gmail.com wrote: 9p is a protocol that is created by plan 9 operation system. linux can use virtio-9p. 发自我的 iPhone Is this the preferred way to go? At any rate, I don't think I can use it easily because the wiki says it needs linux 2.6.36.rc4