Re: recovering a file: hammer history != undo -ai

2012-06-13 Thread Raimundo Santos
On 13 June 2012 17:27, Sven Gaerner sgaer...@gmx.net wrote: $ cp /path/to/image/test.img@@0xlast_tid test.img or $ cp /var/hammer/fs/snapshotdir/test.img test.img should restore the image. Sven Many thanks, Sven! One question: it will replicate the data, creating new nodes in the btree,

Re: recovering a file: hammer history != undo -ai

2012-06-13 Thread Raimundo Santos
On 13 June 2012 21:55, Raimundo Santos rait...@gmail.com wrote: One question: it will replicate the data, creating new nodes in the btree, or just recover de file with their btree nodes? well, sven I ran your last suggestion and it worked well. It is very nice to see the file back again

ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-18 Thread Raimundo Santos
Hi there! Have some problem when trying to access a NTFS external hdd. Mounted - OK a simple 'ls' - OK a 'ls -la' - PANIC panic: lockmgr: LK_RELEASE: no lock held cpuid = 1 Trace beginning at frame 0xffe120ef06c8 panic() at panic+0x1fb 0x8049a9cd panic() at panic+0x1fb

Re: ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-18 Thread Raimundo Santos
Hey Antonio, Many thanks! I really dunno why I did not do that! Now I'm trying to figure out why I have citted ntfsprogs... Thanks again, for reminding me of the redmine :) -- Raimundo A. P. Santos Bacharelando em Informática ICMC - USP

Re: ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-20 Thread Raimundo Santos
Okey, Now, part II: I was very happy copying my 234GB of data to the new and shiny PFS over my only-data 1TB disk, when circa 9GB copied, the system just freeze. Yes freeze in the normal sense: no interaction, no messages, no logs, just me alone with the hope that my backup external disk

Re: ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-20 Thread Raimundo Santos
On 20 June 2012 11:38, Sascha Wildner s...@online.de wrote: Does CTL-ALT-ESC work to drop to ddb? If it does and you are at the db prompt, please do 'call dumpsys' and see if it dumps (numbers counting and hard disk activity). When it goes back to db, you can 'reset'. The dump will then be

Re: ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-20 Thread Raimundo Santos
On 20 June 2012 19:24, Antonio Huete Jiménez ahuete.de...@gmail.com wrote: Hi Raimundo, Hi! Do you think it is possible to try the copy using an internal HDD? So that we can discard any USB issue. Maybe... there is a way to format a NTFS partition under dfly? Could test from the free

Re: ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-22 Thread Raimundo Santos
On 20 June 2012 22:47, Raimundo Santos rait...@gmail.com wrote: Also which program are you using to do the copy? Have you tried cpdup/rsync? Is there a consistency in the size of the files (ie. mp3s, movies) or is it completely random? It is all kind of files: pdfs, git repos, mp3, flac

Re: ntfs mount problems (dfly 3.0.2 + ntfsprogs)

2012-06-25 Thread Raimundo Santos
Well, this is the first hours of monday, and, as promised, I have some news: after reinstalling my system with an internal NTFS partition, a panic occured when trying to copy a lot of files, small and large test random-content files (no dir structure, only files), with rsync. The rsync command

Re: donation : money : small amount : recurring

2012-06-26 Thread Raimundo Santos
On 26 June 2012 19:53, elekktrett...@exemail.com.au wrote: We don't really have a mechanism for that, cause we don't have a path for that money. If you want to save up some money, there is: I have a feeling that Dragonfly is cutting itself out of extra funding and possibly developers. I

Re: machine won't start

2012-07-03 Thread Raimundo Santos
On 3 July 2012 18:15, Carsten Mattner carstenmatt...@gmail.com wrote: Hi, I tried to install dfly 3.0.2 on an old amd64 box. When setup was in the configuration phase it didn't allow setting passwords with : or other characters. Well, I have this issue too: only alphanumeric chars.

Re: machine won't start

2012-07-04 Thread Raimundo Santos
On 4 July 2012 06:25, Carsten Mattner carstenmatt...@gmail.com wrote: The most important questions are - will the installer always corrupt the hdd in this machine? Well, I have never seen this issue, but if it happened one time, may happen again. If you like some challenge, try to install by

Re: machine won't start

2012-07-04 Thread Raimundo Santos
On 4 July 2012 14:31, Matthew Dillon dil...@apollo.backplane.com wrote: I consider it almost a lost cause. Don't get it: trying to fix this is a lost cause? -- Raimundo A. P. Santos Bacharelando em Informática ICMC - USP

Re: your own filesystem

2012-09-02 Thread Raimundo Santos
On 2 September 2012 08:54, Sascha Wildner s...@online.de wrote: On Sun, 02 Sep 2012 13:45:51 +0200, s...@bestmx.ru s...@bestmx.ru wrote: i have kldload my module. now i am confused about how to call it's functions? (excuse me for the stupid question) how can i call the mount (if it has been

Re: your own filesystem

2012-09-02 Thread Raimundo Santos
On 2 September 2012 13:27, s...@bestmx.ru s...@bestmx.ru wrote: hi again i have some progress here and the next question arises: is there any detailed manual on nullfs and/or stackable filesystems... with function specifications, flowcharts etc... ...or at least proper keywords for google.

Re: modifying nullfs

2012-09-07 Thread Raimundo Santos
On 7 September 2012 10:26, s...@bestmx.ru s...@bestmx.ru wrote: hello, all i can not figure out how to extend null_layer with new vop hadlers. it already intercepts several operations, but i wish to intercept some more, say vop_read and vop_write.. how to? hello again! I am not an expert