# Nalezy to zrobic zawsze po boot lub po crash systemu w BBUFFER
#
# mkdir -p /mnt/tmp 	#do it during intilaization of ARCHI filesystem in BUFFER
# chmod o+rw /mnt/tmp 	# REAR/WRITE for all users
#
# mounting buffers of size 1MB
mount -t tmpfs -o size=100m tmpfs /mnt/tmp #do it as ROOT
#
#
mount -t ext4 /dev/sda1 /home/bufR #do it during boot OS
mount -t ext4 /dev/sdb1 /home/bufW #do it during boot OS
#
#stop services and SELinux
service iptables stop
setenforce 0
#service sshd stop
