Melihat file system di Linux
filed in Jaringan on Jul.21, 2009
Untuk melihat file system yang digunakan dilinux gunakan perintah berikut ini :
hosting:/# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/simfs simfs 31048576 1123492 29925084 4% /
tmpfs tmpfs 4079652 0 4079652 0% /lib/init/rw
tmpfs tmpfs 4079652 0 4079652 0% /dev/shm
Atau gunakan perintah dibawah ini
hosting:/# mount
/dev/simfs on / type simfs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid)
proc on /proc type proc (rw,nosuid,nodev,noexec)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec)

Leave a Reply