Linux and Windows

NottiusMaximus
NottiusMaximus
Joined: 4 Jun 05
Posts: 9
Credit: 10366691
RAC: 0
Topic 189430

I have a triple boot system with W2K, Mandrake 10.1 and Amiga. I also share data using FAT32 partitions. Is there a way to get BOINC to use the same drive and directory on all clients?

Brian

Kilcock
Kilcock
Joined: 1 Jun 05
Posts: 41
Credit: 2604
RAC: 0

Linux and Windows

Quote:
I have a triple boot system with W2K, Mandrake 10.1 and Amiga. I also share data using FAT32 partitions. Is there a way to get BOINC to use the same drive and directory on all clients?


Unlikely, The filesystems in use are probably all different.

eg. NTFS 4 Wk2, ex2 for linux and ?x? for amiga

Working from a share is not advisable.

Best solution is to run 3 wu's and share the time equally between the 3 os's.

ragnar schroder
ragnar schroder
Joined: 31 Mar 05
Posts: 29
Credit: 6638360
RAC: 1207

RE: I have a triple boot

Quote:

I have a triple boot system with W2K, Mandrake 10.1 and Amiga. I also share data using FAT32 partitions. Is there a way to get BOINC to use the same drive and directory on all clients?

Brian

Use the mount command from Linux. "mount yourdevice somecatalog" or some variant thereof. The -t option should not be necessary.

Read carefully the output from "man mount" or "info mount" and check if you have FAT32 fs support running. If not, you may have to either reinstall Linux, recompile the kernel or maybe just use insmod/modprobe to load support on-the-fly.

Other relevant commands: fstab, fs. You may also modify your mtab-file to auto-mount for you.

With Linux/Unix, the "man" and "info" commands often come in handy. :-)

Also, you should be aware that running the *Windows* version of Boinc under Wine on Linux may be a good idea - the windoze Einstein app is actually a lot faster than the native Linux version. (The Linux version computes with more digits accuracy though).

With Mandrake you probable already have Wine installed. If not, you can always download latest version from www.winehq.org .

Dunno anything about Amiga.

Greetings, Mr. Ragnar Schroder

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.