Chinaunix
标题:
使用ntfs-3g访问ntfs分区
[打印本页]
作者:
win2deb
时间:
2008-04-04 16:05
标题:
使用ntfs-3g访问ntfs分区
使用ntfs-3g访问ntfs分区
Debian lenny
相关命令备忘
modprobe -l fuse
aptitude install fuse-utils
aptitude install ntfs-3g
man ntfs-3g
fdisk -l|grep NTFS
cd /mnt
mkdir c d e
locale -a
/etc/fstab
# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
/dev/sda7 / ext3 errors=remount-ro 0 1
/dev/sda8 /home ext3 defaults 0 2
/dev/sda9 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sda1 /mnt/c ntfs-3g silent,umask=0,locale=en_US.utf8 0 0/dev/sda5 /mnt/d ntfs-3g silent,umask=0,locale=en_US.utf8 0 0/dev/sda6 /mnt/e ntfs-3g silent,umask=0,locale=en_US.utf8 0 0
/etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
e1000
firewire-sbp2
loop
fuse
可以马上测试一下
modprobe fuse
mount -a
本文来自ChinaUnix博客,如果查看原文请点:
http://blog.chinaunix.net/u/31936/showart_517331.html
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2