Linux For Dummies. Richard Blum
Чтение книги онлайн.
Читать онлайн книгу Linux For Dummies - Richard Blum страница 21
7 If you're performing a manual partition, select a filesystem for your Ubuntu partition.Part of the manual partition process is to assign a filesystem to each partition. A filesystem is a method used for storing and accessing files on the partition. Unlike some other operating systems, Ubuntu supports several different filesystems. You can select any of the available filesystems for any of the partitions Ubuntu will use. Table 3-1 shows the filesystem types available for you when creating disk partitions in Ubuntu.TABLE 3-1 Ubuntu Partition Filesystem TypesPartition TypeDescriptionext4A popular Linux journaling filesystem that is the current extension over the original Linux ext2 file systemext3A legacy Linux journaling filesystem that is an extension over the original Linux ext2 file systemext2The original non-journaling Linux filesystembtrfsA newer, high-performance filesystem that supports large file sizesJFSThe Journaled Filesystem, created by IBM and used in AIX Unix systemsXFSA high-performance journaling filesystem created by Silicon Graphics for the IRIX operating systemFAT16Older Microsoft DOS filesystemFAT32Newer Microsoft DOS filesystem compatible with Microsoft Windowsswap areaVirtual memory areaencrypted volumeLinux allows you to encrypt an entire partition — just don't forget the keyDo not useIgnore the partitionThe most common partition type (and the default used by the Ubuntu guided methods) is the ext4 format. This filesystem format provides a journaling filesystem for Ubuntu. A journaling filesystem logs any file changes into a log file before attempting to commit them to the disk. If the system should crash before it can properly commit the data, the journal log file is used to complete the pending file commits, and return the disk to a normal state. Journaling filesystems greatly reduce file corruption in Linux.
8 If you're performing a manual partition, select the mount points for the partitions.After selecting a filesystem for the partition, the next item that Ubuntu wants for the partition is where to mount the partition in the virtual filesystem (see Chapter 7). The Ubuntu virtual filesystem handles hard drives by plugging them into specific locations in the virtual filesystem. Table 3-2 lists the possible locations where you can mount a partition.If you create just one partition for Ubuntu, you must mount it at the root mount point (/). If you have additional partitions available, you can mount them in other locations within the virtual filesystem.TABLE 3-2 Mount Point LocationsLocationDescription/The root of the Linux virtual filesystem/bootThe location of the Linux kernel used for booting the system/homeUser directories for storing personal files and individual application setting files/tmpTemporary files used by applications and the Linux system/usrA common location for multi-user application files/varThe variable directory, commonly used for log files and spool files/srvA common location for files used by services running on the system/optOptional package installation directory for third-party applications/usr/localA common alternative location for optional multi-user package installations If you're using the manual partition method, don't forget to allocate a partition for the swap area, even if you already have lots of physical memory installed on your system. The Linux kernel uses the swap area as a temporary holding ground to move sleeping applications out of physical memory to make more room for running applications. The standard rule for this is to create as large of a swap area as you have physical memory. Thus, if you have 8GB of physical memory, create an 8GB partition and assign it as the swap area.
9 If you’re erasing an existing partition, or creating a new one, select any advanced disk features to use, and then click OK.Ubuntu provides the option for you to use the Logical Volume Manager (LVM) feature in Linux with your hard drive partitions. LVM provides a way for you to easily add more space to an existing directory at any time if needed, even if there's data already in the directory. You may also choose to encrypt the logical volume if you need to. The other option is to use the ZFS filesystem, which is a commercial filesystem recently released to the open source world.
10 Click Install Now to accept the proposed hard drive partition changes and continue with the installation.Up until this point you can change your mind about the hard drive changes. However, after you click Install Now here you're committed to those changes and there's no going back!
11 Select your location, and then click Continue.Because Ubuntu is in use worldwide, you'll need to manually select just where in the world you are located so Ubuntu can assign the correct time zone and locale settings.
12 Create a Login ID, and then click Continue.Up next in the installation process is the Login ID window, shown in Figure 3-8.FIGURE 3-8: The Login ID window.The login ID you create in this process is somewhat important. Unlike other Linux distributions, the Ubuntu distribution doesn't use an administrator login account (usually called root in the Unix/Linux world). Instead, Ubuntu provides the ability for normal user accounts to belong to an administrators group. Members in the administrators group have the ability to become temporary administrators on the system (see Chapter 17). Having an account with administrative privileges is important, as the administrator is the only account that's allowed to perform most system functions, such as changing system features, adding new devices, and installing new software. Without an administrative account, you won't be able