首页 > 系统 > Linux > 正文

让Debian系统支持NTFS文件系统的读写

2024-08-28 00:10:57
字体:
来源:转载
供稿:网友

系统:Debian 4.0r2
使用软件:ntfs-3g
1.修改默认源
将/etc/apt/sources.list中etch 修改为testing .
执行命令:

apt-get update

2.执行安装
执行命令:

apt-get install ntfs-3g

3.使用
直接使用执行命令:

mount -t ntfs-3g /dev/hdax /mnt/windows
这里的/dev/hdax 请改为你自己的windows磁盘分区,可利用fdisk -l 查看。

如果是加入开机自动映射的话,编辑/etc/fstab,加入如下内容就可以了。

/dev/hdax /mnt/windows ntfs-3g defaults 0 0

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表