View Single Post
  #2   (View Single Post)  
Old 3rd January 2011
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

There is no easy answer. FAT32 will work fine on both OS's, but it doesn't support files over 4GB. you can use split to split large files in smaller chunks.

Another solution might be to transfer the files over network. Depending on your internet speed this may take a long time.

You can also install a small LiveFS ($any OS will do) and run that as a NFS or Samba service, then you can access the files om the flash drive from pretty much any OS.

Another (Perhaps the easiest?) solution is to take either the machine at work home, or the machine at home to work, and use NFS or Samba to copy the files.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote