9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Q: QEMU on Mac OS X - Shared Disk?
@ 2007-11-06 17:42 Pietro Gagliardi
  2007-11-06 17:47 ` Paul Lalonde
  2007-11-07  7:26 ` Sergio de Mingo
  0 siblings, 2 replies; 8+ messages in thread
From: Pietro Gagliardi @ 2007-11-06 17:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello. I freed up about 20GB of free space from my Mac OS X hard disk  
(which was <1GB before), so I decided to get Plan 9 onto a QEMU  
system running under the Q program (http://www.kju-app.org/). I have  
internet and everything :-) :-) I have one question: is there a way  
to share files between OS X and the QEMU guest? Thanks.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-06 17:42 [9fans] Q: QEMU on Mac OS X - Shared Disk? Pietro Gagliardi
@ 2007-11-06 17:47 ` Paul Lalonde
  2007-11-06 22:55   ` Pietro Gagliardi
  2007-11-07  7:26 ` Sergio de Mingo
  1 sibling, 1 reply; 8+ messages in thread
From: Paul Lalonde @ 2007-11-06 17:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I connect to my QEMU using drawterm; the mac files show up under /mnt/ 
term.  Drawterm seems to work better, generally, than doing the  
graphics on the QEMU side.

Paul

On Nov 6, 2007, at 9:42 AM, Pietro Gagliardi wrote:

> Hello. I freed up about 20GB of free space from my Mac OS X hard  
> disk (which was <1GB before), so I decided to get Plan 9 onto a  
> QEMU system running under the Q program (http://www.kju-app.org/).  
> I have internet and everything :-) :-) I have one question: is  
> there a way to share files between OS X and the QEMU guest? Thanks.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFHMKibpJeHo/Fbu1wRAooMAJ9GEJsqqC1xgKpyvMkHCqBJLmpUKACfSv3Z
JJ8/YC+/yEIskgOYqnX0Ct4=
=1P5/
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-06 17:47 ` Paul Lalonde
@ 2007-11-06 22:55   ` Pietro Gagliardi
  2007-11-06 23:06     ` Tom Lieber
  0 siblings, 1 reply; 8+ messages in thread
From: Pietro Gagliardi @ 2007-11-06 22:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

How do I make the correct drawterm connection?

On Nov 6, 2007, at 12:47 PM, Paul Lalonde wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I connect to my QEMU using drawterm; the mac files show up under / 
> mnt/term.  Drawterm seems to work better, generally, than doing the  
> graphics on the QEMU side.
>
> Paul
>
> On Nov 6, 2007, at 9:42 AM, Pietro Gagliardi wrote:
>
>> Hello. I freed up about 20GB of free space from my Mac OS X hard  
>> disk (which was <1GB before), so I decided to get Plan 9 onto a  
>> QEMU system running under the Q program (http://www.kju-app.org/).  
>> I have internet and everything :-) :-) I have one question: is  
>> there a way to share files between OS X and the QEMU guest? Thanks.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (Darwin)
>
> iD8DBQFHMKibpJeHo/Fbu1wRAooMAJ9GEJsqqC1xgKpyvMkHCqBJLmpUKACfSv3Z
> JJ8/YC+/yEIskgOYqnX0Ct4=
> =1P5/
> -----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-06 22:55   ` Pietro Gagliardi
@ 2007-11-06 23:06     ` Tom Lieber
  2007-11-06 23:27       ` Pietro Gagliardi
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Lieber @ 2007-11-06 23:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 11/6/07, Pietro Gagliardi <pietro10@mac.com> wrote:
> How do I make the correct drawterm connection?

Maybe this is done better in a howto somewhere, but I put this into
the "Arguments" preference in Q:

-redir tcp:2567::567 -redir tcp:17010::17010 -redir tcp:5356::5356

The first port is higher due to permissions issues. I drawterm in with:

drawterm -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' -s
'tcp!127.0.0.1!5356' -u tom

-- 
Tom Lieber
http://AllTom.com/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-06 23:06     ` Tom Lieber
@ 2007-11-06 23:27       ` Pietro Gagliardi
  2007-11-06 23:31         ` Tom Lieber
  0 siblings, 1 reply; 8+ messages in thread
From: Pietro Gagliardi @ 2007-11-06 23:27 UTC (permalink / raw)
  To: alltom, Fans of the OS Plan 9 from Bell Labs

	Plan 9 Console
cpu:  bad p9any domain: '/mnt/factotum/ctl' does not exist

godbye

On Nov 6, 2007, at 6:06 PM, Tom Lieber wrote:

> On 11/6/07, Pietro Gagliardi <pietro10@mac.com> wrote:
>> How do I make the correct drawterm connection?
>
> Maybe this is done better in a howto somewhere, but I put this into
> the "Arguments" preference in Q:
>
> -redir tcp:2567::567 -redir tcp:17010::17010 -redir tcp:5356::5356
>
> The first port is higher due to permissions issues. I drawterm in  
> with:
>
> drawterm -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' -s
> 'tcp!127.0.0.1!5356' -u tom
>
> -- 
> Tom Lieber
> http://AllTom.com/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-06 23:27       ` Pietro Gagliardi
@ 2007-11-06 23:31         ` Tom Lieber
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Lieber @ 2007-11-06 23:31 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 11/6/07, Pietro Gagliardi <pietro10@mac.com> wrote:
>         Plan 9 Console
> cpu:  bad p9any domain: '/mnt/factotum/ctl' does not exist
>
> godbye

You'll want to have followed the directions on the wiki for setting
your install up as a CPU server:

http://plan9.bell-labs.com/wiki/plan9/Configuring_a_Standalone_CPU_Server/index.html

-- 
Tom Lieber
http://AllTom.com/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-06 17:42 [9fans] Q: QEMU on Mac OS X - Shared Disk? Pietro Gagliardi
  2007-11-06 17:47 ` Paul Lalonde
@ 2007-11-07  7:26 ` Sergio de Mingo
  2007-11-07  7:45   ` arisawa
  1 sibling, 1 reply; 8+ messages in thread
From: Sergio de Mingo @ 2007-11-07  7:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi,
I use a ftp server in the host and I connect it with ftpfs in Plan9 guest.

bye

On 11/6/07, Pietro Gagliardi <pietro10@mac.com> wrote:
> Hello. I freed up about 20GB of free space from my Mac OS X hard disk
> (which was <1GB before), so I decided to get Plan 9 onto a QEMU
> system running under the Q program (http://www.kju-app.org/). I have
> internet and everything :-) :-) I have one question: is there a way
> to share files between OS X and the QEMU guest? Thanks.
>


-- 

                             Sergio.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] Q: QEMU on Mac OS X - Shared Disk?
  2007-11-07  7:26 ` Sergio de Mingo
@ 2007-11-07  7:45   ` arisawa
  0 siblings, 0 replies; 8+ messages in thread
From: arisawa @ 2007-11-07  7:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

u9fs is best choice

Kenji Arisawa

On 2007/11/07, at 16:26, Sergio de Mingo wrote:

> Hi,
> I use a ftp server in the host and I connect it with ftpfs in Plan9  
> guest.
>
> bye
>
> On 11/6/07, Pietro Gagliardi <pietro10@mac.com> wrote:
>> Hello. I freed up about 20GB of free space from my Mac OS X hard disk
>> (which was <1GB before), so I decided to get Plan 9 onto a QEMU
>> system running under the Q program (http://www.kju-app.org/). I have
>> internet and everything :-) :-) I have one question: is there a way
>> to share files between OS X and the QEMU guest? Thanks.
>>
>
>
> -- 
>
>                              Sergio.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-11-07  7:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-06 17:42 [9fans] Q: QEMU on Mac OS X - Shared Disk? Pietro Gagliardi
2007-11-06 17:47 ` Paul Lalonde
2007-11-06 22:55   ` Pietro Gagliardi
2007-11-06 23:06     ` Tom Lieber
2007-11-06 23:27       ` Pietro Gagliardi
2007-11-06 23:31         ` Tom Lieber
2007-11-07  7:26 ` Sergio de Mingo
2007-11-07  7:45   ` arisawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).