linux下加载Fat32和NTFS分区

10:38:00 PM 0 Comments

linux下加载Fat32和NTFS分区

Fat32:

1.临时挂载:在终端运行命令mount -t vfat -o iocharset=utf8,umask=000 /dev/hda2 /mnt/wind/

其中/dev/hda2替换为你要加载的分区/mnt/wind/替换为你的挂载目录。

2.开机自动挂载:在/etc/fstab文件中添加一行/dev/hda2 /mnt/wind vfat umask=000,iocharset=utf8

NTFS:

1.根据系统内核版本下载支持ntfs的内核补丁,安装。

2.临时挂载:mount -t ntfs -o nls=utf8,umask=000 /dev/hda1 /mnt/winc

修改红色部分,同上。

3.开机自动挂载:在/etc/fstab文件中添加一行,/dev/hda1 /mnt/winc ntfs umask=000,iocharset=utf8 0 0

Some say he’s half man half fish, others say he’s more of a seventy/thirty split. Either way he’s a fishy bastard.