Y
Hacker News
new
|
ask
|
show
|
jobs
by
bityard
1578 days ago
A filesystem in the kernel isn't userspace.
1 comments
TheDong
1578 days ago
Isn't "mount -t reiserfs" userspace though? Presumably removing reiserfs from the kernel would also break that use of the 'mount' syscall.
link
djur
1578 days ago
The syscall would return ENODEV, just like any other case where a user attempts to mount a filesystem type that isn't compiled for the running kernel.
link