Skocz do zawartości

Monotowanie Partycji Ntfs Na Stałe


markon

Rekomendowane odpowiedzi

Ooo podstawy Linuksa się kłaniają :) Do pliku /etc/fstab wrzucasz coś takiego:

 

 

UUID=32B81A97B81A5A25           /media/windows           ntfs-3g defaults        0 0

 

gdzie UUID bierzesz z polecenia "ls -l /dev/disk/by-uuid/ "

a następnie /media/windows/ to jest punkt montowania, który powinien istnieć (mkdir /media/windows).

Reszta  po za typem partycji jest w sumie nie istotna.

Odnośnik do komentarza
Udostępnij na innych stronach

Zależy...

Jeśli jest to "wolnostojąca" partycja NTFS, nieużywana w Windows, to byłbym za "0 2". Ale po co używać NTFS jeśli nie ma Windows?

A jeśli Windows jest, to sam zadba o sprawdzenie od czasu do czasu partycji NTFS, więc "0 0" jest słuszne.

Warto czytać "man", np. "man 5 fstab"

The fifth field (fs_freq).

 

This field is used for these filesystems by the dump(8) command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and dump will assume that the filesystem does not need to be dumped.

 

The sixth field (fs_passno).

 

This field is used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked.

gdzie UUID bierzesz z polecenia "ls -l /dev/disk/by-uuid/ "

blkid /dev/sdXY
Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...