Search Criteria
Package Details: nullfs-dkms-git 0.22.r0.gee15710-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nullfs-dkms-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nullfs-dkms-git |
| Description: | A virtual black hole file system that behaves like /dev/null (DKMS) |
| Upstream URL: | https://github.com/abbbi/nullfsvfs |
| Licenses: | GPL2 |
| Conflicts: | nullfs-dkms |
| Provides: | nullfs |
| Submitter: | crabvk |
| Maintainer: | None |
| Last Packager: | crabvk |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-30 12:07 (UTC) |
| Last Updated: | 2026-02-10 09:58 (UTC) |
Latest Comments
crabvk commented on 2024-02-21 08:55 (UTC) (edited on 2024-02-21 08:56 (UTC) by crabvk)
@retnag
It should just work, maybe a reboot is required, idk for sure.
But in order to use nullfs in /etc/fstab you should add nullfs to /etc/mkinitcpio.conf MODULES:
And re-create the ramdisk off cause:
retnag commented on 2024-02-20 12:28 (UTC)
Am I missing something? After installing the package, I can't use nullfs.
I tried running
modprobe nullfslike it says on the README, but again, the module can't be located.I also tried mounting via fstab:
none /nullfs nullfs auto- same error.Are there extra steps besides building and installing, that we need to make?
dreieck commented on 2021-05-18 21:16 (UTC)
Error reported on 2021-05-17 reported and fixed upstream.
dreieck commented on 2021-05-17 18:15 (UTC)
Build of the DKMS module fails because warnings are treated as errors:
The option
-Wno-errorshould be added somewhere