Uhhh can somebody tell wtf is this?

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
psh
Tinkerer
Posts: 47
Joined: Mon May 17, 2021 10:41 am

Uhhh can somebody tell wtf is this?

Post by psh »

https://drive.google.com/file/d/1op0JnT ... sp=sharing

why the virtual USB is MS DOS formatted????
User avatar
adespoton
Forum All-Star
Posts: 4227
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Uhhh can somebody tell wtf is this?

Post by adespoton »

I'm not quite sure what your question is.

It's well documented that QEMU can do host filesharing via a virtual USB FAT-16 drive share. That format was chosen because it's well documented and available for pretty much all operating systems out there.

If you don't want the limitations of FAT-16, you can do a local share instead.
psh
Tinkerer
Posts: 47
Joined: Mon May 17, 2021 10:41 am

Re: Uhhh can somebody tell wtf is this?

Post by psh »

adespoton wrote: Fri Apr 22, 2022 3:02 pm I'm not quite sure what your question is.

It's well documented that QEMU can do host filesharing via a virtual USB FAT-16 drive share. That format was chosen because it's well documented and available for pretty much all operating systems out there.

If you don't want the limitations of FAT-16, you can do a local share instead.
How to do local share?
User avatar
adespoton
Forum All-Star
Posts: 4227
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Uhhh can somebody tell wtf is this?

Post by adespoton »

psh wrote: Sat Apr 23, 2022 1:51 am
adespoton wrote: Fri Apr 22, 2022 3:02 pm I'm not quite sure what your question is.

It's well documented that QEMU can do host filesharing via a virtual USB FAT-16 drive share. That format was chosen because it's well documented and available for pretty much all operating systems out there.

If you don't want the limitations of FAT-16, you can do a local share instead.
How to do local share?

Code: Select all

    -net user,smb=/absolute/path/to/folder \
    -net nic,model=virtio \
Or, just use regular networking and turn on network filesharing in the host and guest systems.
psh
Tinkerer
Posts: 47
Joined: Mon May 17, 2021 10:41 am

Re: Uhhh can somebody tell wtf is this?

Post by psh »

adespoton wrote: Sat Apr 23, 2022 4:52 am
psh wrote: Sat Apr 23, 2022 1:51 am
adespoton wrote: Fri Apr 22, 2022 3:02 pm I'm not quite sure what your question is.

It's well documented that QEMU can do host filesharing via a virtual USB FAT-16 drive share. That format was chosen because it's well documented and available for pretty much all operating systems out there.

If you don't want the limitations of FAT-16, you can do a local share instead.
How to do local share?

Code: Select all

    -net user,smb=/absolute/path/to/folder \
    -net nic,model=virtio \
Or, just use regular networking and turn on network filesharing in the host and guest systems.
i use windows guest
Post Reply