Chinaunix首页 | 论坛 | 博客
  • 博客访问: 464230
  • 博文数量: 122
  • 博客积分: 1403
  • 博客等级: 中尉
  • 技术积分: 1668
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-11 13:31
文章分类

全部博文(122)

文章存档

2018年(5)

2017年(12)

2014年(15)

2013年(33)

2012年(4)

2011年(53)

分类: LINUX

2014-08-22 14:31:29


1、安装ntfs-3g, 系统默认的软件库更新不到ntfs-3g,可以自己下载编译安装
[root@gvtv ~]# wget
[root@gvtv ~]# tar -zxvf ntfs-3g_ntfsprogs-2014.2.15.tgz
[root@gvtv ~]# cd ntfs-3g_ntfsprogs-2014.2.15
[root@gvtv ntfs-3g_ntfsprogs-2014.2.15]# ./configure
[root@gvtv ntfs-3g_ntfsprogs-2014.2.15]# make
[root@gvtv ntfs-3g_ntfsprogs-2014.2.15]# make install

2、把移动硬盘插入USB接口,查看磁盘情况
[root@gvtv shell]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000b80ff

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          26      204800   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              26       25523   204800000   83  Linux
/dev/sda3           25523       51019   204800000   83  Linux
/dev/sda4           51019       60802    78580736    5  Extended
/dev/sda5           51019       51541     4194304   82  Linux swap / Solaris
Note: sector size is 4096 (not 512)


Disk /dev/sdb: 4000.8 GB, 4000797855744 bytes
255 heads, 63 sectors/track, 60800 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xb47005b1


   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       60801  3907002368    7  HPFS/NTFS


# mount -t ntfs-3g /dev/sdb1 /mnt

卸载移动硬盘请执行
#umount /mnt









阅读(1286) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~