Re: swapfile on btrfs, temporary solution for wiki

2013-10-30 Thread Timofey Titovets
Thanks to all, who* answer. -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: swapfile on btrfs, temporary solution for wiki

2013-10-26 Thread karim.allah.ah...@gmail.com
Is the NFS over network code upstream ? On 10/25/13, Hugo Mills h...@carfax.org.uk wrote: On Fri, Oct 25, 2013 at 04:35:46PM +0600, Roman Mamedov wrote: On Thu, 24 Oct 2013 23:52:01 +0300 Timofey Titovets nefelim...@gmail.com wrote: Hello, i suggest temporary solution to use swap file under

Re: swapfile on btrfs, temporary solution for wiki

2013-10-26 Thread Duncan
karim.allah.ah...@gmail.com posted on Sat, 26 Oct 2013 10:30:18 +0100 as excerpted: Is the swap over NFS code upstream ? ?esrever ni txet referp uoy od ;tsop-pot t'nod esaelP (Please don't top-post; do you prefer text in reverse?) Quote the context you need so your question makes sense and

Re: swapfile on btrfs, temporary solution for wiki

2013-10-25 Thread dima
On 10/25/2013 05:52 AM, Timofey Titovets wrote: Hello, i suggest temporary solution to use swap file under btrfs. I test it, and it work good. I invent simple the way, how create and using swap file, just see following sh code: swapfile=$(losetup -f) #free loop device truncate -s 8G /swap

Re: swapfile on btrfs, temporary solution for wiki

2013-10-25 Thread Roman Mamedov
On Thu, 24 Oct 2013 23:52:01 +0300 Timofey Titovets nefelim...@gmail.com wrote: Hello, i suggest temporary solution to use swap file under btrfs. I test it, and it work good. I invent simple the way, how create and using swap file, just see following sh code: swapfile=$(losetup -f) #free

Re: swapfile on btrfs, temporary solution for wiki

2013-10-24 Thread Timofey Titovets
Hello, i suggest temporary solution to use swap file under btrfs. I test it, and it work good. I invent simple the way, how create and using swap file, just see following sh code: swapfile=$(losetup -f) #free loop device truncate -s 8G /swap #create 8G sparse swap file losetup $swapfile /swap