138 EFS Systems on a Linux Base: Additional Topics
Figure 9-1 DASD Module Parameter Setting
DASD initialization
STOP and read this section about DASD initialization before you do anything. If this is done
incorrectly, you may need to start the complete installation again.
YaST presented the DASD Module Parameter Setting panel, as shown in Figure 9-1. We
entered
dasd=200 in the DASD parameter box and clicked Load Module. Do not click Accept
yet.
We opened a new terminal window on the Red Hat gnome desktop and created a telnet
connection to SuSE (at IP address 192.168.0.112):
$ telnet 192.168.0.112
t23 login: root (Log in as root)
Password: root1 (Use the temporary root password we selected)
# cat /proc/dasd/devices (We should see device 200)
0200(ECKD) at (94: 0) is dasda .......
# dasdfmt -b 4096 -f /dev/dasda (Format the drive)
Type “yes” to continue, no will leave the disk untouched: yes
Formatting may take a while; ours took about 10 minutes.
68
We then used fdasd to partition
the drive into a large partition (for root) and a small swap partition. You might notice that fdasd
is a close relative of fdisk:
# fdasd /dev/dasda
n (Add a partition)
2 - 45000 (Tracks for the large partition)
n (Add another partition)
68
We had problems when we tried to repeat the dasdfmt step during a later installation. The dasdfmt program was
unable to write the IPL record and the target disk was unusable. We found it necessary to stop FLEX-ES, reformat
the volume (with the FLEX-ES ckdfmt program), and go through the whole SuSE initialization again before we could
run dasdfmt again. We suggest that you do not try to dasdfmt a volume a second time. You can repartition it with
fdasd without using dasdfmt again.