NTFS: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ '''$ ntfsfix /dev/sda1''' 1. Will remove any logfile created by windows 2. Umount and mount again“)
 
 
Zeile 1: Zeile 1:
 +
=== Linux ntfs read only ===
 
  '''$ ntfsfix /dev/sda1'''
 
  '''$ ntfsfix /dev/sda1'''
 
  1. Will remove any logfile created by windows
 
  1. Will remove any logfile created by windows
 
  2. Umount and mount again
 
  2. Umount and mount again
 +
 +
=== Install ntfs-3g ===
 +
'''$ apt-get remove ntfsprogs && sudo apt-get install ntfs-3g'''

Aktuelle Version vom 23. Dezember 2021, 21:58 Uhr

Linux ntfs read only

$ ntfsfix /dev/sda1
1. Will remove any logfile created by windows
2. Umount and mount again

Install ntfs-3g

$ apt-get remove ntfsprogs && sudo apt-get install ntfs-3g