Code: Select all
verdow@techcage-07 ~ $ mount -v
/dev/sdb2 on / type ext4 (rw,errors=remount-ro,commit=0)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sdb3 on /home type ext4 (rw,errors=remount-ro,commit=0)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
cgroup on /dev/cgroup/cpu type cgroup (rw,cpu)
/dev/sda2 on /media/old type ext4 (rw,commit=0)
verdow@techcage-07 ~ $ ls -al .gvfs/
total 8
drwx------ 2 verdow verdow 4096 Dec 27 05:51 .
drwxr-xr-x 68 verdow verdow 4096 May 19 16:41 ..
verdow@techcage-07 ~ $ cd /
verdow@techcage-07 / $ find 2> /dev/null | grep KYDAG
verdow@techcage-07 / $
I know I could mount everything manually using the command line and be able to specify my own mount points but I do access a lot of random stations so going through that every time is quite tedious. Mounting Windows shares is one of the few things I'd rather use a GUI for.