Follow the steps to mount external ntfs USB in RHEL or in any linux system.
Get your kernel version: uname -r
2.6.9-42.ELsmp (For my RHEL)
.................
Install the package downloaded according to your kernel version
http://rpmfind.net/linux/sourceforge/l/li/linux-ntfs/
rpm -ivh kernel-module-ntfs-2.6.9-42.ELsmp-2.1.20-0.rr.10.0.i686.rpm
.................
/sbin/modprobe ntfs (as root)
.................
cat /proc/filesystems
.................
Check volume names of your USB Drive.
cat /etc/fstab
..................
Mount external ntfs USB
sudo mount /dev/sdb1 /mnt/usb/ -t ntfs -r -o umask=0222
..................
Unmount external ntfs USB
sudo umount /dev/sdb1 /mnt/usb/
You r done!
Our highest priority is to satisfy the customer through early and continuous delivery of valuable and working software.
Subscribe to:
Post Comments (Atom)
very good article ...
ReplyDelete