[推荐]可读写ntfs分区的ntfs-3g(正式版)的安装与使用
-
- 帖子: 66
- 注册时间: 2008-03-16 10:39
- 雄鸡起舞
- 帖子: 241
- 注册时间: 2007-07-24 22:23
-
- 帖子: 91
- 注册时间: 2008-11-14 15:29
Re: [推荐]可读写ntfs分区的ntfs-3g(正式版)的安装与使用
我的是xubuntu,怎么挂fat和ntfs分区啊,我试了一下,说找不到分区,怎么办啊?
天要下雨……随便吧,别人爱咋的咋的,我该干嘛干嘛……围着自己转……嘿……
- JokerCai
- 帖子: 18
- 注册时间: 2008-12-18 16:46
- 来自: 广州大学华软软件学院
Re: [推荐]可读写ntfs分区的ntfs-3g(正式版)的安装与使用
不知道为什么楼主的设置在我的ubuntu中没有成功,我在新立得安装后就可以使用
IT荒漠上的一迷途小小生,只想寻找到属于自己的一片绿洲
- anix
- 帖子: 88
- 注册时间: 2009-05-18 22:33
- 联系:
Re: [推荐]可读写ntfs分区的ntfs-3g(正式版)的安装与使用
如果Ubuntu可以安全读写ntfs那么我就只给windows留5g空间!
I firmly believe that the Internet and knowledge should be open, public, and accessible to everyone without any restrictions.
-
- 帖子: 1
- 注册时间: 2009-08-25 21:38
Re: [推荐]可读写ntfs分区的ntfs-3g(正式版)的安装与使用
我win中有两个NTFS格式分区。只能挂载一个分区不知道怎么回事提示如下:
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/<2> -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/<2> ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/<2> -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/<2> ntfs-3g force 0 0
-
- 帖子: 2
- 注册时间: 2012-08-31 17:02
Re: [推荐]可读写ntfs分区的ntfs-3g(正式版)的安装与使用
应该跟最近遇到的一个问题有关,试试看!感谢楼主分享!