Uživatelské nástroje

Nástroje pro tento web


linux-gentoo-ntfs

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Následující verze
Předchozí verze
linux-gentoo-ntfs [2007/04/16 20:50]
petr vytvořeno
linux-gentoo-ntfs [2013/08/06 21:41] (aktuální)
Řádek 1: Řádek 1:
-Introduction+====== Jak zapisovat do ntfs ======
  
-The ntfs-3g driver is an open source, GPL licensed, Linux NTFS driver which was implemented by the Linux-NTFS project using FUSE. It provides full read-write access to NTFS, but currently lacks support for encrypted and compressed files and POSIX attributes. The driver is quite stable and the performance is comparable with other native Linux filesystems (sometimes even better). It was reported to run on x86, amd64 and arm CPU's, and no major errors or data loss have been yet reported, although there are some known issues. ​+===== Úvod =====
  
-For more information you can visit the ntfs-3g home page +Vše, co se tu dá číst se může používat na vlastné nebezpečí
-Warning: BACKUP YOUR FILES BEFORE USING THIS DRIVER just in case. In fact back up your files anyway. +
-[edit] +
-Installation+
  
-The driver ebuild depends on sys-fs/​fuse ​(portage will install it automatically as a dependency of the ntfs3g ebuild). Furthermore,​ it depends on the version of the fuse kernel module built by the fuse ebuild, not the one provided by the kernel itself. Basically, just ensure that the "File Systems -> Filesystem in Userspace support"​ option is DISABLED in your kernel configuration. If it's enabled or set to build as a module, disable it, recompile and reinstall your kernel then reboot before proceeding+Ntfs-3g používá projekt FUSE a přes něj umí číst a zapisovat do partition NTFS (Widloidní partition). 
  
-Then emerge it:  +Driver závisí na sys-fs/fuse a portage je automaticky přihraje. V kernelu je třeba mít FUSE zakázané, protože se fuse řeší samostatným ebuildem. 
-emerge sys-fs/​ntfs3g+<​code>​ 
 +emerge sys-fs/​ntfs3g 
 +</​code>​
  
-The fuse kernel module must be prepared for loading into the kernel (the ntfs-3g driver will load it automatically if needed): ​ +Zaktualizujeme moduly 
-modules-update +<​code>​ 
-[edit] +modules-update 
-Usage examples ​+</​code>​
  
-Replace ​/​dev/​hda1 ​with your NTFS volume and /​mnt/​windows ​with your mountpoint. ​ +Zaměňte ​/​dev/​hda1 ​za vaši NTFS partition a /​mnt/​windows ​za váš mount-bod 
-[edit] +<​code>​ 
-Mount a volume manually +ntfs-3g /dev/hda1 /​mnt/​windows 
- +</​code>​ 
-Full access to all users, permission free:  +A je to. máme namountovanou NTFS partition. Když je potřeba jej namountovat při startu, přidáme je do /​etc/​fstab 
-ntfs-3g /dev/hda1 /​mnt/​windows +<​code>​ 
-[edit] +echo "/​dev/​hda1 /​mnt/​windows ntfs-3g 0 0" >> /​etc/​fstab 
-Mount at boot (combine the options provided in the following examples into one single line of /​etc/​fstab ​): +</​code>​
- +
-Modify /etc/fstab:  +
-echo "/​dev/​hda1 /​mnt/​windows ntfs-3g 0 0" >> /​etc/​fstab +
- +
-Locale support( in the following examples it's used locale=en_US.utf8,​ replace with yours): ​+
  
 Modify /​etc/​fstab: ​ Modify /​etc/​fstab: ​
linux-gentoo-ntfs.1176749454.txt.gz · Poslední úprava: 2013/08/06 21:39 (upraveno mimo DokuWiki)