Обработать файл /etc/passwd, чтобы вывести список всех пользователей, чья домашняя папка находится в /home

El módulo kernel NTFS de Linux (CONFIG _NTFS _FS )proporciona acceso de solo lectura -a volúmenes NTFS; No admite acceso de lectura -escritura. Para obtener acceso de escritura -de lectura, necesita:

  1. Lectura -soporte de escritura habilitado (CONFIG _NTFS _RW, no recomendado)
  2. Utilice el módulo 3G (basado en FUSE -NTFS -recomendado)

¿Por qué no se recomienda el módulo integrado -?

[CONFIG_NTFS_RW] enables the partial, but safe, write support in the NTFS driver. The only supported operation is overwriting existing files, without changing the file length. No file or directory creation, deletion or renaming is possible. Note only non-resident files can be written to so you may find that some very small files (<500 bytes or so) cannot be written to. - https://cateee.net/lkddb/web-lkddb/NTFS_RW.html

Suponiendo que tiene NTFS -3G instalado, para usar el módulo, reemplace ntfscon ntfs-3gen su/etc/fstab

UUID=821840AA18409F53 /home/poldini/Desktop/Win10 ntfs-3g auto,rw,noatime 
0 2 
UUID=E600C8DD00C8B5B9 /home/poldini/Desktop/WD ntfs-3g 
auto,rw,noatime 0 2 
UUID=0356C5240C356E1A /home/poldini/Desktop/Torr 
ntfs-3g auto,rw,noatime 0 2 
UUID=76222aac-470c-4d9d-97e4-f2cf0afeef4d 
/home/poldini/Desktop/Hitachi ext4 auto,rw,noatime 0 2

9
08.11.2017, 06:04
0 ответов

Теги

Похожие вопросы