Re: Putting partition in RAM

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Date: Thursday, December 13, 2007 - 10:31 pm

On Fri, Dec 07, 2007 at 05:59:21PM -0800, Jake Conk wrote:

Here's my /etc/fstab entry from my Debian Etch system with /tmp on
tmpfs. Note that swap is encrypted so this in effects encrypts /tmp
should it get swapped to disk. The /dev/mapper/... entries are because
this box uses LVM (Logical Volume Management) on top of md (Linux
software raid), raid1 in this case.

# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
/dev/mapper/mirror-root / ext3 defaults,errors=remount-ro 0 1
/dev/md0 /boot ext3 defaults 0 2
/dev/mapper/cat-home /home ext3 defaults 0 2
/dev/mapper/mirror-srv /srv ext3 defaults 0 2
/dev/mapper/mirror-usr /usr ext3 defaults,noatime 0 2
/dev/mapper/mirror-var /var ext3 defaults 0 2
/dev/mapper/cat-vartmp /var/tmp ext2 defaults 0 2
/dev/mapper/mirror-swap_crypt none swap sw 0 0
/dev/hde /media/cdrom0 udf,iso9660 user,noauto 0 0
tmpfs /tmp tmpfs size=2G 0 0
/dev/sdc1 /media/sdc1 auto defaults,noatime,users 0 0

Doug.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Putting partition in RAM, Gilbert Fernandes, (Fri Dec 7, 7:29 pm)
Re: Putting partition in RAM, Ted Unangst, (Fri Dec 7, 8:02 pm)
Re: Putting partition in RAM, Gilbert Fernandes, (Fri Dec 7, 8:08 pm)
Re: Putting partition in RAM, Greg Thomas, (Fri Dec 7, 8:28 pm)
Re: Putting partition in RAM, Gilbert Fernandes, (Fri Dec 7, 8:36 pm)
Re: Putting partition in RAM, Jake Conk, (Fri Dec 7, 9:59 pm)
Re: Putting partition in RAM, Douglas A. Tutty, (Thu Dec 13, 10:31 pm)
Re: Putting partition in RAM, Antoine Jacoutot, (Fri Dec 7, 8:56 pm)
Re: Putting partition in RAM, Greg Thomas, (Fri Dec 7, 9:44 pm)