Month: February 2012

Come usare la RAM (fisica) come disco

Come usare la RAM (fisica) come disco

Introduzione –
A volte per ottenere prestazioni, ram fisica può essere utilizzato come spazio su disco che è molto veloce confronto al normale disco rigido.
Quindi, come posso usare la RAM è un disco? passare attraverso questa procedura.

Fase 1) Crea directory come illustrato di seguito in cui si desidera montare come disco RAM

root @ arunbagul: ~ # mkdir-p / tmp / ram
root @ arunbagul: ~ # ls / tmp / ram
root @ arunbagul: ~ #

Step 2) RAM mount tmpfs cioè al punto di mount “/ tmp / ram” directory-

root @ arunbagul: ~ # mount-t tmpfs-o size = tmpfs 10M / tmp / ram /

* Controllare montato su no?

root @ arunbagul: ~ # df-h
Dimensione del filesystem Uso% Montato su
tmpfs 10M 0 10M 0% / tmp / ram

** Per montare questa voce in modo permanente aggiungere in / etc / fstab come mostrato di seguito.

root @ arunbagul: ~ # cat / etc / fstab

….

tmpfs / tmp / ram tmpfs defaults, size = 10m 0 0

root @ arunbagul: ~ #

– Per montare il comando mount uso (questo comando si monterà tutti i punti di mount menzionati in fstab)

root @ arunbagul: ~ # mount-a

Grazie,
Arun Bagul

Wie RAM (physische) als Festplatte nutzen

Wie RAM (physische) als Festplatte nutzen

Einführung –
Irgendwann um die Leistung zu gewinnen, können physikalische RAM als Speicherplatz, was sehr schnell ist, zu vergleichen, um normale Festplatte genutzt werden.
Also, wie kann ich RAM zu verwenden ist Festplatte? Gehen Sie durch diese Schritte.

Schritt 1) ​​Verzeichnis erstellen, wie unten dargestellt, wo Sie den RAM als Festplatte mounten wollen

root @ arunbagul: ~ # mkdir-p / tmp / ram
root @ arunbagul: ~ # ls / tmp / ram
root @ arunbagul: ~ #

Schritt 2) RAM Mount dh tmpfs bei Mountpoint “/ tmp / ram”-Verzeichnis

root @ arunbagul: ~ # mount-t tmpfs-o size = 10M tmpfs / tmp / ram /

* Überprüfen montiert auf nicht?

root @ arunbagul: ~ # df-h
Dateisystem Größe Benut Verf Ben% montiert auf
tmpfs 10M 0 10M 0% / tmp / ram

**, Um diese dauerhaft Add-Eintrag in / etc / fstab mounten, wie unten dargestellt.

root @ arunbagul: ~ # cat / etc / fstab

….

tmpfs / tmp / ram tmpfs defaults, size = 10m 0 0

root @ arunbagul: ~ #

– Zur Montage dieser Nutzung Befehl mount (damit werden alle Mount-Punkte in fstab mounten erwähnt)

root @ arunbagul: ~ # mount-a

Thank you,
Arun Bagul

Comment utiliser de la RAM (physique) en tant que disque

Comment utiliser de la RAM (physique) en tant que disque

introduction –
Parfois, pour gagner en performance, mémoire physique peut être utilisé comme espace disque qui est très rapide de comparer sur le disque dur normal.
Alors, comment je peux utiliser de la RAM est un disque? passer par ces étapes.

Étape 1) Créer un répertoire comme le montre ci-dessous où vous voulez monter la RAM comme disque

root @ arunbagul: ~ # mkdir-p / tmp / ram
root @ arunbagul: ~ # ls / tmp / ram
root @ arunbagul: ~ #

Étape 2) de montage RAM c.-à-tmpfs au point de montage “/ tmp / ram” répertoire-

root @ arunbagul: ~ # mount-t tmpfs-o size = tmpfs 10M / tmp / ram /

* Vérification de la montée sur pas?

root @ arunbagul: ~ # df-h
Système de fichiers Taille% Utilisé utilisation Avail Monté sur
tmpfs 10M 10M 0 0% / tmp / ram

** De monter cette entrée définitivement ajouter dans / etc / fstab comme indiqué ci-dessous.

root @ arunbagul: ~ # cat / etc / fstab

….

tmpfs / tmp / ram par défaut tmpfs, size = 10m 0 0

root @ arunbagul: ~ #

– Pour monter cette commande mount utilisation (ce sera de monter tous les points de montage indiqués dans fstab)

root @ arunbagul: ~ # mount-a

Je vous remercie,
Arun Bagul

Hoe RAM (fysiek) te gebruiken als harde schijf

Hoe RAM (fysiek) te gebruiken als harde schijf

introductie –
Ergens om de prestaties te krijgen, kan fysiek RAM-geheugen worden gebruikt als harde schijf ruimte, die is erg snel in vergelijking met normale harde schijf.
Dus, hoe kan ik gebruik maken van RAM-geheugen is schijf? gaan door middel van deze stappen.

Stap 1) Maak de map zoals hieronder wordt weergegeven waar u wilt RAM mounten als schijf

root @ arunbagul: ~ # mkdir-p / tmp / ram
root @ arunbagul: ~ # ls / tmp / ram
root @ arunbagul: ~ #

Stap 2) mount RAM-geheugen dat wil zeggen tmpfs op mountpoint “/ tmp / ram” directory-

root @ arunbagul: ~ # mount-t tmpfs-o size = 10M tmpfs / tmp / ram /

* Check gemonteerd op niet?

root @ arunbagul: ~ # df-h
Bestandssysteem Grootte Gebruikt Beschikbaar Gebruik% Gemonteerd op
tmpfs 10M 10M 0 0% / tmp / ram

** Om dit permanent add entry monteren in / etc / fstab zoals hieronder aangegeven.

root @ arunbagul: ~ # cat / etc / fstab

….

tmpfs / tmp / ram tmpfs defaults, size = 10m 0 0

root @ arunbagul: ~ #

– Om dit gebruik opdracht mount te monteren (dit zal monteren alle mount punten die in fstab)

root @ arunbagul: ~ # mount-a

Dank je wel,
Arun Bagul

如何使用內存作為磁盤(物理)

如何使用內存作為磁盤(物理)

簡介 –
一段時間來獲得性能,物理RAM可使用的磁盤空間,這是非常快的,比較正常的硬盤。
所以,我可以如何使用RAM磁盤?經過這個步驟。

步驟1)創建目錄如下圖所示,您要安裝的內存作為磁盤

根@ arunbagul:目錄#mkdir-P/ tmp目錄/ RAM
根@ arunbagul:〜#LS的/ tmp/ RAM
根@ arunbagul:〜#

第2步)安裝的RAM即tmpfs的掛載點“/ tmp目錄/ RAM”目錄

根@ arunbagul:〜#掛載噸的tmpfs-O大小= 10M的tmpfs / tmp/ RAM /

*檢查上未安裝?

根@ arunbagul:〜#DF-H
安裝在文件系統容量已用可用已用%
的tmpfs10M010M0%/ tmp目錄/ RAM

**安裝在/ etc / fstab中永久附加項,如下所示。

根@ arunbagul:〜#貓/ etc / fstab文件

….

的tmpfs / tmp/ RAM tmpfs的默認值,大小= 10M0 0

根@ arunbagul:〜#

– 安裝使用mount命令(這將安裝在fstab中提到的所有掛載點)

根@ arunbagul:〜#安裝一個

謝謝你,
阿倫Bagul

How to use RAM (physical) as disk

How to use RAM (physical) as disk

Introduction –
Sometime to gain performance, physical ram can be used as disk space which is very fast compare to normal hard disk.
So, how I can use RAM is disk ? go through this steps.

Step 1) Create directory as shown below where you want to mount RAM as disk

root@arunbagul:~# mkdir -p /tmp/ram
root@arunbagul:~# ls /tmp/ram
root@arunbagul:~#

Step 2) mount RAM ie tmpfs at mount point “/tmp/ram” directory-

root@arunbagul:~#  mount -t tmpfs -o size=10M tmpfs /tmp/ram/

* check mounted on not ?

root@arunbagul:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
tmpfs                  10M     0   10M   0% /tmp/ram

** to mount this permanently add entry in /etc/fstab as shown below.

root@arunbagul:~#  cat /etc/fstab

….

tmpfs        /tmp/ram    tmpfs    defaults,size=10m    0    0

root@arunbagul:~#

– To mount this use mount command (this will mount all mount points mentioned in fstab)

root@arunbagul:~# mount -a

Thank you,
Arun Bagul