All pastes #2090743 Raw Edit

Untitled

public text v1 · immutable
#2090743 ·published 2011-10-17 11:08 UTC
rendered paste body
assistente@pc-assistente:~$ sudo blkid
[sudo] password for assistente: 
/dev/sda1: UUID="a0cb80f8-b14c-4678-92a8-c55a60855c6d" TYPE="ext4" 
/dev/sda2: UUID="db292f04-45f1-49b0-996b-df7e2e2d0463" TYPE="swap" 
/dev/sda3: UUID="ade387b8-63b3-4731-b5a0-8553276fb976" TYPE="ext4" 
/dev/sda4: UUID="a3350152-b210-4df4-84d9-e4fc999452b0" TYPE="ext4" 
/dev/mapper/cryptswap1: UUID="b0a55832-69f5-4e8f-8a4a-32404d5348f7" TYPE="swap" 
assistente@pc-assistente:~$ sudo mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (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)
/dev/sda4 on /home type ext4 (rw,commit=0)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
/home/assistente/.Private on /home/assistente type ecryptfs (ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=XX,ecryptfs_unlink_sigs,ecryptfs_sig=XX,ecryptfs_fnek_sig=XX)
gvfs-fuse-daemon on /home/assistente/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=assistente)

cat /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sdb1 during installation
UUID=a0cb80f8-b14c-4678-92a8-c55a60855c6d /               ext4    errors=remount-ro 0       1
# /home was on /dev/sdb4 during installation
UUID=a3350152-b210-4df4-84d9-e4fc999452b0 /home           ext4    defaults        0       2
# /tmp was on /dev/sdb3 during installation
/dev/sda3				/tmp		ext4	defaults	0	2
#UUID=2085086a-f03e-42f9-b0c0-a20bf27a2986 /tmp            ext4    defaults        0       2
# swap was on /dev/sdb2 during installation
#UUID=f8b07981-289e-4e51-bec7-d3782f5160a4 none            swap    sw              0       0
#/dev/mapper/cryptswap1 none swap sw 0 0
#/dev/mapper/cryptswap2 none swap sw 0 0