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
'macOS' 카테고리의 다른 글
VoiceOver Utility (0) | 2009.10.24 |
---|---|
Mac OS X 10.6.2 build 10C531 (0) | 2009.10.23 |
Mac OS X 에서 시동디스크 설정하기 (0) | 2009.05.11 |
새로운 사용자 계정 생성하는 방법 (0) | 2009.03.09 |
BootCamp 버전 및 부트캠프 파티션에 윈도우즈 설치/제거하는 방법 (0) | 2009.02.16 |