Bug#547172: mhddfs rename does not work correctly

2009-09-29 Thread Dmitry E. Oboukhov
On 20:05 Thu 24 Sep , Pozsar Balazs wrote: PB> Hi! Did you make any progress? PB> thanks. Yes, I uploaded the fix upto svn, Now I must make a few additional tests, Could You test SVN-version? If You need a deb-package, usage fakeroot debian/rules binary from SVN-snapshot -- ... mpd playing

Bug#547172: mhddfs rename does not work correctly

2009-09-24 Thread Pozsar Balazs
Hi! Did you make any progress? thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#547172: mhddfs rename does not work correctly

2009-09-17 Thread Dmitry E. Oboukhov
tags 547172 confirmed thanks Thanks for Your bugreport. I'll fix this problem ASAP. :) On 14:03 Thu 17 Sep , Pozsar Balazs wrote: PB> Package: mhddfs PB> See the following example: PB> 1. Create to source filesystems: PB> mkfs.ext2 /dev/ram1 PB> mkfs.ext2 /dev/ram2 PB> mkdir -p /mnt/1 PB>

Bug#547172: mhddfs rename does not work correctly

2009-09-17 Thread Pozsar Balazs
Package: mhddfs See the following example: 1. Create to source filesystems: mkfs.ext2 /dev/ram1 mkfs.ext2 /dev/ram2 mkdir -p /mnt/1 mkdir -p /mnt/2 mount /dev/ram1 /mnt/1 mount /dev/ram2 /mnt/2 2. Create a file on each disks: echo "FIRST DISK" >/mnt/1/first.txt echo "SECON