Install fuse rpm first :-
[root@localhost rhel_rpm]# rpm -ivh fuse-2.6.3-1.rh9.rf.i386.rpm
[root@localhost fuse]# rpm -ivh fuse-ntfs-3g-1.1104-1.el5.rf.i386.rpm
[root@localhost fuse]# rpm -ivh fuse-ntfs-3g-devel-1.1104-1.el5.rf.i386.rpm
[root@localhost rhel_rpm]# rpm -ivh fuse-2.6.3-1.rh9.rf.i386.rpm
[root@localhost fuse]# rpm -ivh fuse-ntfs-3g-1.1104-1.el5.rf.i386.rpm
[root@localhost fuse]# rpm -ivh fuse-ntfs-3g-devel-1.1104-1.el5.rf.i386.rpm
Create a mount point:-
[root@r0213 ~]#
mkdir /mnt/ntfs
Identifying partition with NTFS file system :-
[root@r0213 ~]# fdisk -l |grep NTFS
/dev/sdb1
1 60802 488384032+
7 HPFS/NTFS
simply use mount command to mount it:-
[root@r0213 ~]# mount -t ntfs-3g /dev/sdb1 /mnt/ntfs
[root@localhost ~]# mount -t ntfs-3g /dev/sdb1 /mnt/ntfs -o force
[root@localhost ~]# mount -t ntfs-3g /dev/sdb1 /mnt/ntfs -o force
open hard-disk
window>>>>>>>>>>>>>>>
Remove Hard-disk :-
[root@r0213 ~]# umount /dev/sdb1
No comments:
Post a Comment