How can Turbo linux better occupy the market? The first is to solve the problem of increasing hard disk space in partitions. Next, let's take a look at how to increase hard disk space in Turbo linux. Only by studying in detail can we better master the related problem solutions.
Question: How to Increase hard disk space for the Turbo linux for I-series Partition
A: The system files of turbo-linux for I-series occupy a large amount of hard disk space, while the file system of linux itself cannot overwrite the hard disk. Therefore, you must install the file system corresponding to the new hard disk when installing software such as MQ and UDB. OS/400 system from HOST Partition
1. crtnwsstg nwsstg (LINUX22)
NWSSIZE (2000)
FORMAT (* OPEN)
TEXT ('disk PARTITION 2 FOR LINUX2 ')
2. addnwsstgl nwsstg (LINUX22)
NWSD (LINUX2)
From the Turbo linux for I-series System
- Shutdown-F 0 restart
- Check the/dev/hd directory and check the New Hard Disk disc1.
- Format with fdisk/dev/hd/disc1/part1
- Use mke2fs to create an ext2 file system. The system type is 83.
- Mkdir generates a new mount point
- Mount the New File System
- Install Application Software