Új hozzászólás Aktív témák

  • ubyegon2

    félisten

    válasz vadkörte #69837 üzenetére

    /run/media/username/SYSTEM ntfs-3g auto,rw,notime 0 2

    Nagyon rég láttam FSTAB-ot, de a fenti sorban javítsd a helytelen bejegyzést, notime az rossz, amúgy megpróbálnám a default opciót berakni, abban benne lesz a rw és auto is, viszont ha igaz, setuid is kell az NTFS mount-hoz. A Windows-nál szükséges kikapcsolásokon túl is célszerű így megpróbálni, persze minden soron:

    /run/media/username/SYSTEM ntfs-3g default,noatime 0 2

    Ezeknek meg kéne lenni optimális esetben a mounthoz, ha jól értelmezem(5 éve használtam utoljára NTFS-t):

    ntfs-3g is compiled with integrated FUSE support
    the ntfs-3g binary is at least version 1.2506
    the ntfs-3g binary is set to setuid-root
    the user has access right to the volume
    the user has access right to the mount point

    Itt elég sok hasznos kérdés/válasz van:

    This section documents and answers the most common questions about the NTFS-3G driver

    # Windows hibernálás kikapcsolása Linux alól

    Lehet elég ez a parancs is a hibernálás kikapcsolásához:

    # mount -t ntfs-3g -o remove_hiberfile /dev/your_NTFS_partition /mount/point

    Deleting Windows hibernate metadata

    As an alternative to above clean shutdown method, there is a way to completely destroy NTFS metadata that was saved after hibernating. This method is only feasible if you are not able or unwilling to boot into Windows and shut it down completely. This is by placing remove_hiberfile option when you are mounting your NTFS file system using ntfs-3g.

    forrás

Új hozzászólás Aktív témák