Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(6) |
Feb
(15) |
Mar
(6) |
Apr
(13) |
May
(32) |
Jun
(34) |
Jul
(21) |
Aug
(8) |
Sep
(17) |
Oct
(19) |
Nov
(14) |
Dec
(15) |
2006 |
Jan
(19) |
Feb
(18) |
Mar
(24) |
Apr
(10) |
May
(2) |
Jun
(29) |
Jul
(13) |
Aug
(10) |
Sep
(25) |
Oct
(2) |
Nov
(9) |
Dec
(4) |
2007 |
Jan
(5) |
Feb
(14) |
Mar
(19) |
Apr
(18) |
May
(5) |
Jun
(12) |
Jul
(5) |
Aug
(15) |
Sep
(1) |
Oct
(8) |
Nov
(11) |
Dec
(3) |
2008 |
Jan
(14) |
Feb
(9) |
Mar
(20) |
Apr
(20) |
May
(32) |
Jun
(15) |
Jul
(15) |
Aug
(12) |
Sep
(18) |
Oct
(1) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(12) |
Feb
(6) |
Mar
(13) |
Apr
(13) |
May
(5) |
Jun
(7) |
Jul
(5) |
Aug
(5) |
Sep
(8) |
Oct
(14) |
Nov
(8) |
Dec
|
2010 |
Jan
(3) |
Feb
(1) |
Mar
(2) |
Apr
(14) |
May
(5) |
Jun
(13) |
Jul
|
Aug
|
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(12) |
2011 |
Jan
(4) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(6) |
Jun
(1) |
Jul
(4) |
Aug
(14) |
Sep
|
Oct
(4) |
Nov
(3) |
Dec
|
2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
|
May
(14) |
Jun
(2) |
Jul
(13) |
Aug
(13) |
Sep
(4) |
Oct
(3) |
Nov
(2) |
Dec
|
2013 |
Jan
(4) |
Feb
(4) |
Mar
(3) |
Apr
(2) |
May
(8) |
Jun
(1) |
Jul
(2) |
Aug
(9) |
Sep
(5) |
Oct
(1) |
Nov
(2) |
Dec
(9) |
2014 |
Jan
(8) |
Feb
(11) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(6) |
Jul
(1) |
Aug
(2) |
Sep
(3) |
Oct
(1) |
Nov
(7) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(19) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
(2) |
6
|
7
|
8
|
9
|
10
|
11
(2) |
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: Valient Gough <valient@gm...> - 2006-12-11 18:50:06
|
Ok, thanks. I'd suggest benchmarking disk based operations (not just cache effects). And the best benchmark is to use your own data access patterns. That is, if you typically work with mp3s or videos a lot, then testing things like filename creation speed isn't worth much. regards, Valient On 12/10/06, ramkumar p <ramkumar.paranandi@...> wrote: > > hi , > file I/O operations on ext3 file system are nearly 20-25 times faster > than the file I/O operations on encfs. > Eventhough encfs is a user level this difference might count. > > > |
From: ramkumar p <ramkumar.paranandi@gm...> - 2006-12-11 07:48:32
|
hi , file I/O operations on ext3 file system are nearly 20-25 times faster than the file I/O operations on encfs. Eventhough encfs is a user level this difference might count. |
From: Sy Ali <sy1234@gm...> - 2006-12-05 23:27:58
|
On 12/5/06, Vikram KAUL <vkaul@...> wrote: > even though user "vkaul" is a member of the "fuse" group. > > Do I have to make the "encfs" call as root ? > > The only way I could get it to work was forcing the /dev/fuse to have > execute permissions for all. I changed them from > > crw------- 1 root root 10, 229 Dec 4 23:21 /dev/fuse > > to > > crwxrwxrwx 1 root root 10, 229 Dec 4 23:21 /dev/fuse If /dev/fuse is root:root, then 'vkaul' being a member of 'fuse' wouldn't matter. =) Maybe you should make /dev/fuse crw-rw---- root fuse ? |
From: Vikram KAUL <vkaul@re...> - 2006-12-05 05:50:02
|
Folks, First post here. Downloaded encfs today. Am having some problems... encfs /home/vkaul/test/encrypted /home/vkaul/test/regular gives me a permission denied problem New Encfs Password: Verify Encfs Password: fusermount: failed to open /dev/fuse: Permission denied fuse failed. Common problems: - fuse kernel module not installed (modprobe fuse) - invalid options -- see usage message even though user "vkaul" is a member of the "fuse" group. Do I have to make the "encfs" call as root ? The only way I could get it to work was forcing the /dev/fuse to have execute permissions for all. I changed them from crw------- 1 root root 10, 229 Dec 4 23:21 /dev/fuse to crwxrwxrwx 1 root root 10, 229 Dec 4 23:21 /dev/fuse On a more generic note, what I want is to be able to do the following.. and I am wondering whether encfs is the right way to go about it: 1. Have a dedicated directory which is mounted when a user logs in. This mountpoint will have the regular (un-encrypted) files, say at /home/user1/enproj/files 2. Have the corresponding encrypted filesystem at The user1 has no access to these (as they are under /root/...) /root/encrypted/home/user1/enproj/files 3. Not allow the user to copy/move out of /home/user1/enproj/files All user1 operations have to be in /home/user1/enproj/files This, I suppose, would have been easy if I wanted the setup for /home/user1 But I want it for /home/user1/enproj/files 4. Ability to change the passphrase/password using encfsctl 5. Ability to unmount at any time, by forcing the user out of the mount point 6. Ability to mount at any time, to prepare the /home/user1/enproj/files data for the user1 Any pointers will be welcome regards.. Vikram |