红联Linux门户
Linux帮助

关于centos 5.3挂载NTFS

发布时间:2009-05-12 09:25:10来源:红联作者:文刂亲斤
新手,希望大家能够帮我成功挂载NTFS移动硬盘
信息如下:
[root@localhost ~]# uname -r
2.6.18-128.1.10.el5xen
[root@localhost ~]# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 9091 73023426 83 Linux
/dev/sda2 9092 9728 5116702+ 82 Linux swap / Solaris

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 2 14593 117210240 f W95 Ext'd (LBA)
/dev/sdb5 2 14593 117210208+ 7 HPFS/NTFS
[root@localhost ~]#

现在需要挂载120G这个移动硬盘,希望大家能够给我一个详细的步骤,以及需要安装的软件下载路径,我之前试过,可是没有成功,敬候佳音
文章评论

共有 1 条评论

  1. njliuqi 于 2009-05-12 10:53:20发表:

    mount -t ntfs /dev/sdb5 /mnt/d1