Partitions størrelser og eksempler
Til normal anvendelse anbefaler vi ext4 filsystemet, det er standard filsystemet på aptosid.
Med partitionsmanageren gparted partitionerer og formatterer du harddiske. Programmet har en GUI funktionerne er ligetil.
Gparted kan også mindske eller flytte partitioner og også manipulere med NTFS partitioner [med den betingelse at når du først har pillet ved en NTFS partition skal du genstarte systemet øjeblikkeligtfør du gør noget andet ved diskene ]. Se den fulde dokumentation for gparted. Ændringer til ntfs-partitions kan også udføres med proprietære værktøjer såsom Partition Magic (TM) og Acronis (TM).
TAG ALTID EN SIKKERHEDSKOPI AF DINE VIGTIGE DATA!
Skulle en ny partition dukke op som monteret, så kan du afmontere enheden, inklusive swap enheder med et højreklik på partitionens ikon i gparted, eller alternativt via kommandolinien i en terminal, for eksempel:
umount /dev/sda1
Swap partitioner afmonteres i terminalen med:
swapoff -a
I princippet er 5 GB mere end nok til en harddisk installation, men du vil nok ikke kunne have så meget sjov med kun 5 GB. Et mere fornuftigt bud på et minimum er 12 GB. Hvis linux er nyt for dig anbefaler vi at du kun opretter 2 partitioner til at begynde med (root/home og swap). Det gør systemet simpelt for din første installation og senere kan du oprette ekstra partitioner for en separat /home og eventuelle yderligere data partitioner.
Du bør virkeligt have en swap partition (ækvivalenten til windows swapfilen, men mere effektiv). Til normal brug anbefales at swap partitionen er 2 gange din ram størrelse.
For data-udveksling med en Windows installation bør du anvende vfat (fat32) eller ext2 eftersom der findes en MS Windows™ driver tilgængelig for dataudveksling. [XFS er ikke understøttet]. Ext2 Installable File System For MS Windows and also Writing on NTFS partitions with ntfs-3g.
It is wise to write down the names of the partitions for reference.
Here are some simple examples for different partition sizes:
1 TB for dual boot MS Windows and Linux
Disk | Size | Filesystem | Mountpoint/System |
---|---|---|---|
sda1 | 50 GB | NTFS | MS Windows System |
sdb1 | 100 GB | ext4 | / (includes home) |
sda3 | 300 GB | FAT32/ext2 | Data for MS Windows System and Linux |
sda2 | 550 GB | ext4 | Data for Linux |
sda4 | 2 GB | Linux Swap | Linux Swap |
120 GB hard drive with MS Windows, dual boot with Linux:
Disk | Size | Filesystem | Mountpoint/System |
---|---|---|---|
sda1 | 30 GB | NTFS | MS Windows System |
sda2 | 20 GB | ext3 | / |
sda3 | 20 GB | ext3 | /home |
sdb1 | 48 GB | FAT32/ext2 | Data exchange MS Windows and Linux |
sda4 | 2 GB | Linux Swap | Linux Swap |
60 GB for dual boot MS Windows and Linux:
Disk | Size | Filesystem | Mountpoint/System |
---|---|---|---|
sda1 | 24 GB | NTFS | MS Windows System |
sda2 | 10 GB | FAT32/ext2 | Data for MS Windows and Linux |
sda3 | 10 GB | FAT32/ext2 | Data for MS Windows and Linux |
sdb1 | 14 GB | ext4 | / (includes home) |
sda4 | 2 GB | Linux Swap | Linux Swap |
200GB hard drive:
Disk | Size | Filesystem | Mountpoint/System |
---|---|---|---|
sda1 | 20 GB | ext4 | / |
sda2 | 20 GB | ext4 | /home |
sda3 | 158 GB | ext2/3/4 | data |
sda4 | 2 GB | Linux Swap | Linux Swap |
160GB hard drive:
Disk | Size | Filesystem | Mountpoint/System |
---|---|---|---|
sda1 | 20GB | ext4 | / |
sda2 | 20GB | ext4 | /home |
sda3 | 59GB | ext4 | data |
sdb1 | 59GB | ext4 | data |
sda4 | 2 GB | Linux Swap | Linux Swap |
General
There are many ways to partition your hard drives. These examples should be enough for a start.
It makes good sense to purchase a USB hard drive to make a regular data back up should any of your hard drives fail. If dual booting with MS Windows™, always put MS on the first hard disk/partition.
For other partitioning options see Partitioning to use LVM - Logical Volume Manager and Installing to encrypted partitions - cryptroot.