只要在 /etc/fstab 裡寫入設定就ok了
#sudo vim /etc/fstab以上是設定 1G 的 Ramdisk 並掛載到 /tmp 資料夾
+tmpfs /tmp tmpfs size=1G 0 0
設定完成後可以用以下指令掛載
#sudo mount -a
可以打指令
#df -h
查看是否設定成功。成功的話會看到
tmpfs 1.0G 2.9M 1022M 1% /tmp
不過,還是重開機一下比較好
因為操作完以上動作後 /tmp 資料夾裡的東西都沒了...
#sudo vim /etc/fstab以上是設定 1G 的 Ramdisk 並掛載到 /tmp 資料夾
+tmpfs /tmp tmpfs size=1G 0 0
#sudo mount -a
#df -h
tmpfs 1.0G 2.9M 1022M 1% /tmp
#mount
#mount [-t 磁碟類型] device dir
# filesystem mount type options dump pass
/dev/sdb1 /media/data ntfs defaults 0 0
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" [tk windowingsystem] eq "aqua"} {
bind Listbox {
%W yview scroll [expr {- (%D)}] units
}
bind Li..."