Filesystems: Difference between revisions

imported>Widlarizer
m The option documentation link was labeled "NixOS" which says nothing
imported>Widlarizer
Start a list of unsupported mount / fstab options
Line 1: Line 1:
{{ic|fileSystems}} is a NixOS option that allows the user to mount filesystems at specific mount points. The mounted filesystems may also be encrypted. Also see [https://nixos.org/manual/nixos/stable/options.html#opt-fileSystems the fileSystem option documentation].
{{ic|fileSystems}} is a NixOS option that allows the user to mount filesystems at specific mount points. The mounted filesystems may also be encrypted. Also see [https://nixos.org/manual/nixos/stable/options.html#opt-fileSystems the fileSystem option documentation].
== Porting /etc/fstab ==
The options specified in /etc/fstab may not be fully compatible with NixOS fileSystems options. For example, here are some options NixOS doesn't recognized that are available on some linux distributions:
* rw but it seems to not be needed
* uid with username rather than actual uid
* iocharset


== Mount order ==
== Mount order ==