how to mount ntfs file system

28 views
Skip to first unread message

Satya Maharjan

unread,
Jul 3, 2012, 5:43:04 AM7/3/12
to foss-...@googlegroups.com
Im using centOS 6. How to mount ntfs file system? when i try to open ntfs drive it says unable to mount ntfs file system

Saroj Dhakal

unread,
Jul 3, 2012, 6:02:47 AM7/3/12
to foss-...@googlegroups.com
Hi Satya,

Did you try these steps  to install ntfs-3g driver and mount ntfs partitions using that driver:

$ cd /tmp
$ wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm
$  rpm -ivh epel-release-6-5.noarch.rpm 
$ yum install ntfs-3g 
$ fdisk -l /dev/sda   
$  fdisk -l /dev/sdb 
$ modprobe fuse 

$ mkdir /mnt/ntfs         <or any mount point name >

$  mount -t ntfs-3g /dev/sda1 /mnt/ntfs <or any mount point you have specified before >[1]

HTH

Thanks,
Saroj

On Tue, Jul 3, 2012 at 3:28 PM, Satya Maharjan <saty...@gmail.com> wrote:
Im using centOS 6. How to mount ntfs file system? when i try to open ntfs drive it says unable to mount ntfs file system

Satya Maharjan

unread,
Jul 3, 2012, 6:08:13 AM7/3/12
to foss-...@googlegroups.com
tried to use wget but its showing error
Connecting to ftp.riken.jp|134.160.38.1|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-07-03 03:57:41 ERROR 404: Not Found.

Satya Maharjan

unread,
Jul 3, 2012, 6:17:10 AM7/3/12
to foss-...@googlegroups.com
Thanx it worked


On Tuesday, July 3, 2012 5:43:04 AM UTC-4, Satya Maharjan wrote:

Syangjali Thito Magar

unread,
Jul 6, 2012, 8:50:12 PM7/6/12
to foss-...@googlegroups.com
# mount <device name> < mount point> 
# Mount /dev/sdb1 /xyz
 

--
Reply all
Reply to author
Forward
0 new messages