Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
1 comments
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