#1160: Allow selected downloads for compact allocation
------------------------------+---------------------------------------------
  Reporter:  mathbr           |       Owner:        
      Type:  feature-request  |      Status:  closed
  Priority:  minor            |   Milestone:  1.3.0 
 Component:  core             |     Version:  1.2.1 
Resolution:  invalid          |    Keywords:        
------------------------------+---------------------------------------------

Comment(by damoxc):

 It depends on your filesystem, on decent filesystems that support sparse
 files then it doesn't need to, most filesystems on linux support this.

 Heres an example of creating a sparse file using dd:
 {{{
 $ dd if=/dev/zero of=somefile bs=1 seek=20G count=0
 0+0 records in
 0+0 records out
 0 bytes (0 B) copied, 1.9416e-05 s, 0.0 kB/s
 $ du -sh somefile
 0       somefile
 $ ls -lh somefile
 -rw-r--r-- 1 damien users 20G Feb 25 00:13 somefile
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1160#comment:5>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to