NTFS-3G a zavedenie FUSE kernel modulu
WARNING: Deficient Linux kernel detected. Some driver features are
> > not available (swap file on NTFS, boot from NTFS by LILO), and
> > unmount is not safe unless it's made sure the ntfs-3g process
> > naturally terminates after calling 'umount'. If you wish this
> > message to disappear then you should upgrade to at least kernel
> > version 2.6.20, or request help from your distribution to fix
> > the kernel problem. The below web page has more information:
> > http://www.ntfs-3g.org/support.html#fuse26
skusil som si teda preinstalovat FUSE s volbou kompilacie kernel modulu. Pochopil som to tak, ze prikazom modprobe fuse by sa mal
zaviest ale po restarte vidim tuto spravu znovu... co s tym?
Pre pridávanie komentárov sa musíte prihlásiť.
skus pridat fuse do /etc/modprobe.conf
Problem bol cely cas v tom, ze v kerneli 2.6.17 som mal zavedenu starsiu verziu FUSE. NTFS-3G sice je funkcny aj takto ale kedze je to riskantne, urobil som nasledovnych par krokov:
odobral som stary modul FUSE prikazom modprobe -r fuse
premenoval som stary modul fuse.ko.gz na fuse.ko.gz.old (nachadza sa v /lib/modules/2.6.17-5mdv/kernel/fs/fuse)
instalacia novej verzie FUSE (configure --enable-kernel-module && make && make install)
instalacia NTFS-3G (configure --exec-prefix=/ && make && make install)
Vrelo odporucam, konecne to vyzera na neobmedzeny zapis na NTFS particiu... po dlhom case :-)