[vox-tech] I'm out of space on /

Troy Arnold troy-vox at zenux.net
Wed Jun 29 19:54:11 PDT 2005


On Wed, Jun 29, 2005 at 12:24:51PM -0700, Rick Moen wrote:
> 
> For whatever it's worth, here's my server's (main system's) current
> fstab.  Note mount options:
> 
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/sda5       /               ext3    defaults,errors=remount-ro 0       1
> /dev/sda1       /boot           ext2    nodev,nosuid,noexec 0       2
> /dev/sdb1       /home           ext3    nodev,nosuid    0       2
> /dev/sdb5       /tmp            ext2    noatime,nodev,nosuid 0       2
> /dev/sdb8       /usr            ext2    nodev,ro        0       2
> /dev/sda9       /usr/local      ext3    defaults        0       2
> /dev/sdb7       /var            ext3    noatime,nodev,nosuid 0       2
> /dev/sda8       /var/log        ext2    noatime,nodev,nosuid 0       2
> /dev/sda7       none            swap    sw              0       0
> /dev/sdb6       none            swap    sw              0       0
> /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
> /dev/sda6   	/mnt/recovery 	ext2    rw,noauto       0       2

I understand the reasoning behind all your boot options except the
noatime on /var/* and /tmp.  What's the scoop on that ?

I'd like to be able to mount /tmp noexec but among other things,
Debian packages like to run postinst scripts from there.

-troy


More information about the vox-tech mailing list