softlink created across different partitions

2006-11-10 Thread PagCal
I'm running SUSE 10.1 with your reiser fs on two partitions. I created a directory, with files, on one partition, but wanted to move that directory and files to another partition, so I did # go to one partition cd /home # try to move directory and files from this partition to another

Re: reiser4 experimental patch

2006-11-10 Thread Johannes Hirte
Am Freitag, 10. November 2006 00:39 schrieb [EMAIL PROTECTED]: thanks for answer! :) so, the patch compiles fine (one warning in super_ops.c), the FS boot correctly, but if i execute for exemple startx, kernel panic! i compile reiser4 built in with debug, i will send the error (kernel panic)

Re: reiser4 experimental patch

2006-11-10 Thread Guilherme Covolo
Em Sexta 10 Novembro 2006 09:44, Johannes Hirte escreveu: Am Freitag, 10. November 2006 00:39 schrieb [EMAIL PROTECTED]: thanks for answer! :) so, the patch compiles fine (one warning in super_ops.c), the FS boot correctly, but if i execute for exemple startx, kernel panic! i compile

Re: reiser4 experimental patch

2006-11-10 Thread Guilherme Covolo
the diference between my an Johannes Hirte's patch is: /fs/reiser4/plugins/item/item.h ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *pos); --- int (*write) (struct file *, const char __user *, size_t, loff_t *pos);

reiserfsck with LVM read-only snapshot

2006-11-10 Thread Roger Lucas
I am sure that this question must have been asked before, but I have searched the lists and googled with no success. I have a system that uses Reiser and LVM. I would like to be able to take a snapshot of the system, verify the snapshot is correct, then save the snapshot elsewhere. I take

Re: reiser4 experimental patch

2006-11-10 Thread Valdis . Kletnieks
On Fri, 10 Nov 2006 10:59:30 -0200, Guilherme Covolo said: the diference between my an Johannes Hirte's patch is: * /fs/reiser4/super_ops.c 290c290 static int reiser4_statfs(struct dentry *dentry, struct kstatfs *statfs) ---

Re: reiser4 experimental patch

2006-11-10 Thread Guilherme Covolo
i change my patch, now is equals of the Johannes Hirte's patch .. only difference is my patch have the comment /* change */ in the source. run on x86_64 fine! :) my patch and the Johannes Hirte's patch is linked in my site, www.youare.not.br thanks to all! Em Sexta 10 Novembro 2006

RE: reiserfsck with LVM read-only snapshot

2006-11-10 Thread Roger Lucas
Hi David, Thanks for the reply - see my comments below... -Original Message- From: David Masover [mailto:[EMAIL PROTECTED] Sent: 10 November 2006 16:54 To: Roger Lucas Cc: reiserfs-list@namesys.com Subject: Re: reiserfsck with LVM read-only snapshot Roger Lucas wrote: I have

RE: reiserfsck with LVM read-only snapshot

2006-11-10 Thread Roger Lucas
Thanks - I'll go digging :-) -Original Message- From: David Masover [mailto:[EMAIL PROTECTED] Sent: 10 November 2006 17:45 To: Roger Lucas Cc: reiserfs-list@namesys.com Subject: Re: reiserfsck with LVM read-only snapshot Roger Lucas wrote: Hmmm. I'm not sure about