1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

structure: links and its descriptions updated

This commit is contained in:
tiyn 2023-01-08 05:41:59 +01:00
parent e8a5a95294
commit 1f173ce747
2 changed files with 7 additions and 6 deletions

View File

@ -73,7 +73,7 @@ If you want to allocate all the free space existing in a volume group run:
lvextend -l +100%FREE /dev/<volume group>/<logical volume>
```
Now you need to extend the filesystem with:
Now you need to extend the file system with:
```sh
resize2fs /dev/<volume group>/<logical volume>
@ -103,8 +103,8 @@ to shrink.
Then the file system needs to be resized.
For safety reasons make the file system exactly as big or smaller than the
future logical volume.
The process of shrinking a filesystem is explained in the
[file system entry](/wiki/linux/disk-management.md#shrinking-a-file-system).
The process of shrinking a file system is explained in the
[disk management entry](/wiki/linux/disk-management.md#shrinking-a-file-system).
The partition to shrink in this case is the logical volume.
This is the only step that needs to be done offline for root volumes.
Rebooting to the root volume at this moment is advised.
@ -162,5 +162,6 @@ the [according section](#remove-physical-volume).
Afterwards the file system can be matched to the logical volume so it takes up
the full new size.
This is explained in
This is explained in the
[entry about disk management](/wiki/linux/disk-management.md#growing-a-file-system).

View File

@ -26,8 +26,8 @@ access.
For the usage of NTFS file systems the `ntfs-3g` package - available on most
distributions - has to be installed.
To automount partitions with NTFS the following line has to be adapted and added
to `/etc/fstab`:
To [automount partitions](/wiki/linux/disk-management.md#mounting) with NTFS
the following line has to be adapted and added to `/etc/fstab`:
```txt
<specified partition> <path to mount point> ntfs-3g nofail,windows_names,big_writes 0 0