View Single Post
  #3   (View Single Post)  
Old 16th September 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Assumption: you have a single computing system available, and are currently multibooting.

Samba, or any other network-based solution for file transfer requires at least two systems.

The easiest way to transfer data within a multiboot system is to use a second disk drive or to use an external storage device. And the easiest filesystem to use, because it is supported by both XP and OpenBSD, is FAT32. You won't have any permission or ownership information, but you can copy files up to 4GB in size.

(NTFS support on OpenBSD is read-only and requires a custom kernel.)

If you have no external storage, and only a single hard drive shared by both OSes, and no external platform to transfer files from and to.... you could still craft a networked solution while running OpenBSD in a virtual machine as a guest of XP. The specifics of such a solution would depend on the virtual machine software you choose.
Reply With Quote