灌溉梦想,记录脚步
« »
2014年6月30日技术合集

Mac OS X可写NTFS移动硬盘

# 用 root 身份做如下操作
sudo -s

cd /sbin
# 将系统自带的挂载程序改名
mv mount_ntfs mount_ntfs_orig
# 新建我们要的挂载脚本并编辑
vim mount_ntfs
#!/bin/sh
/sbin/mount_ntfs_orig -o rw,nobrowse “$@”
# 保存退出后改一下权限
chmod a+x mount_ntfs
# 都搞定了, 退出 root 身份
exit

在 -o 参数里加了 nobrowse, 这个是让 GUI 默认不可见, 即 Finder 的左边栏 “设备” 里不出现, 如果 -o 参数里不加 nobrowse 可能挂载上来的还是只读模式, 原因未知。

日志信息 »

该日志于2014-06-30 19:28由 kevin 发表在技术合集分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

13 条评论

  1. online order androxal cost australia

    ordering androxal low cost

  2. get enclomiphene uk suppliers

    online order enclomiphene generic when will be available

  3. purchase rifaximin low cost

    buy rifaximin generic usa

  4. buy cheap xifaxan generic pharmacy usa

    how to buy xifaxan buy generic

  5. avodart by mail

    buy cheap avodart canada mail order

  6. get staxyn purchase line

    buying staxyn cost without insurance

  7. purchase dutasteride uk pharmacy

    online order dutasteride cheap sale

  8. by flexeril cyclobenzaprine online for cod

    discount flexeril cyclobenzaprine generic equivalent buy

  9. how to buy gabapentin canada shipping

    order gabapentin cheap canada pharmacy

  10. kamagra prescription en ligne

    kamagra pour acheter au royaume-uni

  11. canadian pharmacy fildena scam

    fildena for sale australia

  12. purchase itraconazole generic overnight delivery

    cheap itraconazole usa cheap

  13. kamagra xr koupit online levné

    kupte si kamagra bez lékařského předpisu

发表回复