ubuntuusers.de

Langsamer Firefox

Datum:
26. März 2013 17:53
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
schantal@Quad:~$ mount -l
/dev/mapper/xubuntu-root on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sda2 on /boot type ext2 (rw)
/dev/sda1 on /boot/efi type vfat (rw)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/home/schantal/.Private on /home/schantal type ecryptfs (ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,ecryptfs_sig=7f8ee20a3ca8f78f,ecryptfs_fnek_sig=4981b8bf6a1fc205)
gvfsd-fuse on /run/user/schantal/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=schantal)
/dev/sdb1 on /media/Datengrab type ext4 (rw,nosuid,nodev,uhelper=udisks) [Datengrab]
schantal@Quad:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/xubuntu-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda2 during installation
UUID=1b3aa207-57a0-4384-8b98-bc478e3118da /boot           ext2    defaults        0       2
# /boot/efi was on /dev/sda1 during installation
UUID=9996-11BE  /boot/efi       vfat    defaults        0       1
/dev/mapper/xubuntu-swap_1 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
schantal@Quad:~$