Tags: filesystem

Solaris Filesystem Quotas

Solaris Send feedback »
A frequent source of grief for the UNIX administrator is the management of shared disk space. Users all too often consume all available disk space, thus precipitating errors for everyone using that filesystem. Unfriendly users can disrupt other users' w… more »

How to reduce the filesystem in aix

Aix Send feedback »
The following steps reduce the size of the /var or /tmp file system in all supported releases of AIX Versions 4 and 5. If either file system on your machine is 8192KB in size or smaller, you probably should not reduce it. The default size of the /var fi… more »

Linux Setfacl and getfacl setup and mount file system with acl

Linux Send feedback »
Mount filesystem with acl option $ mount -o remount,acl /oracle $ mount /dev/mapper/VG0-LV1 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type u… more »

How do I expand / resize an ext3 file system in linux

Linux Send feedback »
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first. (The system used for this example is running Red Hat Enterprise L… more »

Solaris: Steps to install a zone

Technology, Solaris Send feedback »
Prerequisites to configuration create a directory for the root of your non-global zone, mkdir /export/zones/dzone1. chown root:root /export/zones/dzone1; chmod 700 /export/zones/dzone1 create a 1G partition for the non-global zone root file… more »