[freenet-dev] problem with symbolic links

2003-03-19 Thread Dan Merillat
On Sat, 15 Feb 2003, Matthew Toseland wrote: > On Thu, Feb 13, 2003 at 01:02:07PM -0500, Jeff Teitel wrote: > > > > Some time ago I asked how I could split my datastore across multiple > > filesystems. The answer I got was to creat symbolic links from the store > > directory to the other FS.

Re: [freenet-dev] problem with symbolic links

2003-03-19 Thread Dan Merillat
On Sat, 15 Feb 2003, Matthew Toseland wrote: > On Thu, Feb 13, 2003 at 01:02:07PM -0500, Jeff Teitel wrote: > > > > Some time ago I asked how I could split my datastore across multiple > > filesystems. The answer I got was to creat symbolic links from the store > > directory to the other FS.

Re: [freenet-dev] problem with symbolic links

2003-02-15 Thread Matthew Toseland
On Thu, Feb 13, 2003 at 01:02:07PM -0500, Jeff Teitel wrote: > > Some time ago I asked how I could split my datastore across multiple > filesystems. The answer I got was to creat symbolic links from the store > directory to the other FS. I've done this but it doesn't seem to work. I have inve

Re: [freenet-dev] problem with symbolic links

2003-02-13 Thread Frank v Waveren
On Thu, Feb 13, 2003 at 02:45:22PM -0500, Jeff Teitel wrote: > Mounting (after creating) a separate partition for each subdirectory isn't > really a workable solution. > "Touch"ing files in them works fine. I think matthew was refering to bind-mounts, but it won't help you with this problem anyway

Re: [freenet-dev] problem with symbolic links

2003-02-13 Thread Jeff Teitel
Matthew Toseland wrote: Jeff Teitel wrote: >However, it looks like freenet is unable to write to the directories >that are symbolic links. There are no files in the linked directories >and my freenet.log is full of these error messages: Hmm. Well then mount them rather than symlinking (2.4'

Re: [freenet-dev] problem with symbolic links

2003-02-13 Thread Matthew Toseland
On Thu, Feb 13, 2003 at 08:03:16PM +0100, Frank v Waveren wrote: > On Thu, Feb 13, 2003 at 01:02:07PM -0500, Jeff Teitel wrote: > > freenet.fs.dir.DirectoryException: finalizing rename failed > Looks like java is using the rename function to move files, which > doesn't work cross-filesystem. You co

Re: [freenet-dev] problem with symbolic links

2003-02-13 Thread Matthew Toseland
On Thu, Feb 13, 2003 at 01:02:07PM -0500, Jeff Teitel wrote: > > Some time ago I asked how I could split my datastore across multiple > filesystems. The answer I got was to creat symbolic links from the store > directory to the other FS. I've done this but it doesn't seem to work. > > Most of

Re: [freenet-dev] problem with symbolic links

2003-02-13 Thread Frank v Waveren
On Thu, Feb 13, 2003 at 01:02:07PM -0500, Jeff Teitel wrote: > freenet.fs.dir.DirectoryException: finalizing rename failed Looks like java is using the rename function to move files, which doesn't work cross-filesystem. You could try a different JVM that might do things differently, or otherwise yo

[freenet-dev] problem with symbolic links

2003-02-13 Thread Jeff Teitel
Some time ago I asked how I could split my datastore across multiple filesystems. The answer I got was to creat symbolic links from the store directory to the other FS. I've done this but it doesn't seem to work. Most of my datastore is on an FS that is mounted below the directory that freen