Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cd /oldjfs
find . -print | backup -iqf /dev/rmt0
cd /
umount /oldjfs
rmfs -r '' /oldjfs
[code]
[code]
mklv -y'newjfs2' -t'jfs2' youdatavg 20 # the 20 in here indicates the number of partitions you want to allocate to your logical volume which is adjustable to your needs
crfs -v jfs2 -d'newjfs2' -m'/newjfs2' -A''`locale yesstr | awk -F: '{print $1}'`'' -p'rw' -a agblksize='4096'
#note that i've taken the previous command from smitty!
mount /newjfs2
cd /newjfs2
restore -xqvpf /dev/rmt0