View Single Post
Old 06-08-2010, 06:59 PM   #8
ivanm
e^bored
ivanm began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jun 2010
Device: Kobo Aura HD, BeBook Neo
Code:
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,noatime,errors=continue,data=writeback)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
rc-svcdir on /lib/rc/init.d type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1024k,mode=755)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type tmpfs (rw,nosuid,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda5 on /usr type ext3 (rw,noatime)
/dev/sda6 on /gentoo type ext3 (rw,noatime)
/dev/sda7 on /opt type ext3 (rw,noatime)
/dev/sda8 on /var type ext3 (rw,noatime)
/dev/sda9 on /home type ext3 (rw,noatime)
tmpfs on /tmp type tmpfs (rw,size=6G,mode=1777)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
gvfs-fuse-daemon on /home/ivan/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ivan)
fusesmb on /mnt/samba type fuse.fusesmb (rw,nosuid,nodev,max_read=32768,user=ivan)
/dev/sdc on /media/Bebook type vfat (rw,nosuid,nodev,uhelper=hal,uid=1000,shortname=winnt)
ivanm is offline   Reply With Quote