I found ecryptfs in my /dev folder, I did not install anything encrypted in my filesystem, how can I move this. Contents of /dev. Also do you guys see anything in there that does not belong. Single user system.
I tried to find it using
Should I install ecryptfs-utils? Synaptic tells me libecryptfs0 is not installed. I did find a ~/.gnome2_private directory which has me a little worried.
Also noticed vhost-net , which I read is (and I quote), why do I even have this?
Code:
rafal@rafal-desktop:~$ ls /dev autofs input ptmx sda2 sg3 tty17 tty39 tty60 ttyS23 vcs4 block kmsg pts sda3 sg4 tty18 tty4 tty61 ttyS24 vcs5 bsg log ram0 sda5 sg5 tty19 tty40 tty62 ttyS25 vcs6 btrfs-control loop0 ram1 sdb sg6 tty2 tty41 tty63 ttyS26 vcs7 bus loop1 ram10 sdb1 sg7 tty20 tty42 tty7 ttyS27 vcsa cdrom loop2 ram11 sdc sg8 tty21 tty43 tty8 ttyS28 vcsa1 char loop3 ram12 sdc1 sg9 tty22 tty44 tty9 ttyS29 vcsa2 console loop4 ram13 sdd shm tty23 tty45 ttyprintk ttyS3 vcsa3 core loop5 ram14 sdd2 snapshot tty24 tty46 ttyS0 ttyS30 vcsa4 cpu loop6 ram15 sde snd tty25 tty47 ttyS1 ttyS31 vcsa5 cpu_dma_latency loop7 ram2 sde1 sr0 tty26 tty48 ttyS10 ttyS4 vcsa6 cuse loop-control ram3 sdf stderr tty27 tty49 ttyS11 ttyS5 vcsa7 disk mapper ram4 sdf1 stdin tty28 tty5 ttyS12 ttyS6 vfio dri mcelog ram5 sdg stdout tty29 tty50 ttyS13 ttyS7 vga_arbiter [U][B]ecryptfs[/B][/U] mem ram6 sdg1 tty tty3 tty51 ttyS14 ttyS8 vhci fd net ram7 sdh tty0 tty30 tty52 ttyS15 ttyS9 vhost-net full network_latency ram8 sdh1 tty1 tty31 tty53 ttyS16 uhid watchdog fuse network_throughput ram9 sdi tty10 tty32 tty54 ttyS17 uinput xconsole hidraw0 null random sdi1 tty11 tty33 tty55 ttyS18 urandom zero hidraw1 nvidia0 rfkill sdj tty12 tty34 tty56 ttyS19 usb hidraw3 nvidiactl rtc sg0 tty13 tty35 tty57 ttyS2 vcs hidraw4 port rtc0 sg1 tty14 tty36 tty58 ttyS20 vcs1 hidraw5 ppp sda sg10 tty15 tty37 tty59 ttyS21 vcs2 hpet psaux sda1 sg2 tty16 tty38 tty6 ttyS22 vcs3
Code:
rafal@rafal-desktop:~$ PRIVATE=`cat ~/.ecryptfs/Private.mnt 2>/dev/null || echo $HOME/Private` rafal@rafal-desktop:~$ $ PRIVATE=`cat ~/.ecryptfs/Private.mnt 2>/dev/null || echo $HOME/Private` $: command not found The program 'ecryptfs-umount-private' is currently not installed. You can install it by typing: sudo apt-get install ecryptfs-utils rafal@rafal-desktop:~$ ecryptfs-umount-private
Also noticed vhost-net , which I read is (and I quote), why do I even have this?
Specifically, when UDP traffic is sent from a host machine to a guest virtual machine on that host, performance degradation can occur if the guest virtual machine processes incoming data at a rate slower than the host machine sends it. In this situation enabling vhost-net causes the UDP socket's receive buffer to overflow more quickly, which results in greater packet loss. It is therefore better to disable in this situation to slow the traffic, and improve overall performance.
To disable vhost-net edit the following sub-element in the guest virtual machine's XML configuration file and define the network as follows:
To disable vhost-net edit the following sub-element in the guest virtual machine's XML configuration file and define the network as follows:
Comment