热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

Debianetch下读写NTFS分区

Debianetch下读写NTFS分区--Linux发行版技术-Debian信息,下面是详情阅读。
1、下载如下数据包:linux-image-2.6.20-4-686_2007.08.28.coboo_i386.deb ntfs-3g_1.328-2_i386.deb libntfs-3g0_1.328-2_i386.deb libfuse2_2.6.3-2_i386.deb fuse-utils_2.6.3-2_i386.deb

2、安装数据包:
dpkg -i linux-image-2.6.20-4-686_2007.08.28.coboo_i386.deb
dpkg -i libntfs-3g0_1.328-2_i386.deb libfuse2_2.6.3-2_i386.deb fuse-utils_2.6.3-2_i386.deb ntfs-3g_1.328-2_i386.deb

3、查看分区:
fdisk -l

下面是我的分区情况:
Disk /dev/hdc: 10.2 GB, 10242892800 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdc1 * 1 637 5116671 b W95 FAT32
/dev/hdc2 638 1244 4875727+ f W95 Ext'd (LBA)
/dev/hdc5 * 638 1019 3068383+ 7 HPFS/NTFS
/dev/hdc6 1020 1244 1807281 7 HPFS/NTFS

Disk /dev/hdd: 10.2 GB, 10242892800 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 1 760 6104668+ 83 Linux
/dev/hdd2 761 1186 3421845 83 Linux
/dev/hdd3 1187 1245 473917+ 5 Extended
/dev/hdd5 1187 1245 473886 82 Linux swap / Solaris

4、挂载ntfs分区:
mount.ntfs-3g /dev/hdc5 /mnt
推荐阅读
author-avatar
小小是小小小
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有