[linux] /proc/filesystems

Pagina: 1
Acties:

  • Sir Isaac
  • Registratie: September 2002
  • Laatst online: 21-05-2025
Wat bepaalt welke filesystems er in /proc/filesystems staan? Ik namelijk een kernel met vfat ondersteuning, maar vfat staat niet in /proc/filesystems. Op een andere computer weer wel :?
Ik heb nu een /etc/filesystems aangemaakt voor het automatisch herkennen van het bestandssysteem van een floppy, maar dat vind ik minder elegant.

  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

code:
1
2
3
4
       When, as is customary, the proc filesystem is mounted on /proc, you can
       find  in  the  file  /proc/filesystems  which  filesystems  your kernel
       currently supports.  If you need a currently  unsupported  one,  insert
       the corresponding module or recompile the kernel.

Staat vrij duidelijk in man 5 filesystems lijkt me ? ;)

God, root, what is difference? | Talga Vassternich | IBM zuigt


  • Bergen
  • Registratie: Maart 2001
  • Laatst online: 18-02 13:22

Bergen

Spellingscontroleur

Sir Isaac schreef op 29 januari 2004 @ 23:26:
... Ik namelijk een kernel met vfat ondersteuning, maar vfat staat niet in /proc/filesystems. ...
Dan heb je dat waarschijnlijk als module gecompileerd. Dan staat ie volgens mij pas bij /proc/filesystems zodra de module in gebruik is, dus pas zodra je vfat-fs hebt gemount.

  • Sir Isaac
  • Registratie: September 2002
  • Laatst online: 21-05-2025
OK bedankt. Klopt inderdaad. Na modprobe vfat staat vfat wel in /proc/filesystems. Dus toch maar even een /etc/filesystems aanmaken.