mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
structure: links and its descriptions updated
This commit is contained in:
parent
e8a5a95294
commit
1f173ce747
@ -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>
|
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
|
```sh
|
||||||
resize2fs /dev/<volume group>/<logical volume>
|
resize2fs /dev/<volume group>/<logical volume>
|
||||||
@ -103,8 +103,8 @@ to shrink.
|
|||||||
Then the file system needs to be resized.
|
Then the file system needs to be resized.
|
||||||
For safety reasons make the file system exactly as big or smaller than the
|
For safety reasons make the file system exactly as big or smaller than the
|
||||||
future logical volume.
|
future logical volume.
|
||||||
The process of shrinking a filesystem is explained in the
|
The process of shrinking a file system is explained in the
|
||||||
[file system entry](/wiki/linux/disk-management.md#shrinking-a-file-system).
|
[disk management entry](/wiki/linux/disk-management.md#shrinking-a-file-system).
|
||||||
The partition to shrink in this case is the logical volume.
|
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.
|
This is the only step that needs to be done offline for root volumes.
|
||||||
Rebooting to the root volume at this moment is advised.
|
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
|
Afterwards the file system can be matched to the logical volume so it takes up
|
||||||
the full new size.
|
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).
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@ access.
|
|||||||
|
|
||||||
For the usage of NTFS file systems the `ntfs-3g` package - available on most
|
For the usage of NTFS file systems the `ntfs-3g` package - available on most
|
||||||
distributions - has to be installed.
|
distributions - has to be installed.
|
||||||
To automount partitions with NTFS the following line has to be adapted and added
|
To [automount partitions](/wiki/linux/disk-management.md#mounting) with NTFS
|
||||||
to `/etc/fstab`:
|
the following line has to be adapted and added to `/etc/fstab`:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
<specified partition> <path to mount point> ntfs-3g nofail,windows_names,big_writes 0 0
|
<specified partition> <path to mount point> ntfs-3g nofail,windows_names,big_writes 0 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user