달력

3
2009. 2. 2. 10:46

10.6: Enable native NTFS read/write support macOS2009. 2. 2. 10:46


sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo nano /sbin/mount_ntfs
#!/bin/sh
/sbin/mount_ntfs.orig -o rw "$@"
(press Enter, Ctrl-O, Enter, Ctrl-X in sequence)
sudo chown root:wheel /sbin/mount_ntfs
sudo chmod 755 /sbin/mount_ntfs
reboot
:
Posted by Ritz®™