#
c80c104c |
| 21-May-2024 |
Chris Moerz <freebsd@ny-central.org> |
glabel.8: Describe cases related to permissions / existing mounts
Specially, note some requirements for label changes:
- glabel requires write permission on device - filesystems first need to be un
glabel.8: Describe cases related to permissions / existing mounts
Specially, note some requirements for label changes:
- glabel requires write permission on device - filesystems first need to be unmounted for new labels to persist across reboots - if the affected device node holds the filesystem root, single-user mode with r/o mount will be required.
Also, while here, apply some formatting tweaks.
PR: 276724 Reported by: Alex Matei <matei35@yahoo.com> Reviewed by: gbe, jrm, Alexander Ziaee <concussious@runbox.com> Differential Revision: https://reviews.freebsd.org/D44394
show more ...
|
#
1a720cbe |
| 15-May-2024 |
Alexander Ziaee <concussious@runbox.com> |
man filesystems: fix xrefs after move to section 4
Reviewed by: des, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1077
|
#
78444b5a |
| 29-Apr-2024 |
Ricardo Branco <rbranco@suse.de> |
glabel: Add support for Linux swap
Reviewed by: imp, kib Pull Request: https://github.com/freebsd/freebsd-src/pull/1205
|
#
a8fd0a5f |
| 20-Apr-2024 |
Ricardo Branco <rbranco@suse.de> |
glabel: Remove support for old reiserfs
Reviewed by: imp, emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/1101
|
Revision tags: release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0 |
|
#
81f36fbc |
| 26-May-2022 |
Mark Johnston <markj@FreeBSD.org> |
glabel.8: Warn against using generic labels on a shared device
Also suggest against creating a generic label on a device which already contains a filesystem.
PR: 264166 Reviewed by: imp, delphij,
glabel.8: Warn against using generic labels on a shared device
Also suggest against creating a generic label on a device which already contains a filesystem.
PR: 264166 Reviewed by: imp, delphij, Pau Amma <pauamma@gundo.com> MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D35326
show more ...
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
e4b0a90e |
| 25-Jun-2018 |
Brooks Davis <brooks@FreeBSD.org> |
Normalize the g(eom,cache,part,...) build.
Rather then combining hardlink creation for the geom(8) binary with shared library build, move libraries to src/lib/geom so they are built and installed no
Normalize the g(eom,cache,part,...) build.
Rather then combining hardlink creation for the geom(8) binary with shared library build, move libraries to src/lib/geom so they are built and installed normally. Create a common Makefile.classes which is included by both lib/geom/Makefile and sbin/geom/Makefile so the symlink and libraries stay in sync.
The relocation of libraries allows libraries to be build for 32-bit compat. This also reduces the number of non-standard builds in the system.
This commit is not sufficent to run a 32-bit /sbin/geom on a 64-bit system out of the box as it will look in the wrong place for libraries unless GEOM_LIBRARY_PATH is set appropriatly in the environment.
Reviewed by: bdrewery Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D15360
show more ...
|