LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to access fat and ntfs partition (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-access-fat-and-ntfs-partition-784998/)

agrsen_deepak 01-27-2010 12:44 AM

how to access fat and ntfs partition
 
how to access fat and ntfs partition in redhat linux 5

sohail0399 01-27-2010 12:50 AM

You have to mount the partition

comammnd is
mount -t file-system-type monut-point

eg: mount -t vfat /mnt/drive-vfat

also add it /etc/fstab file

sohail0399 01-27-2010 01:19 AM

one thing is missing which is

mount -t type device dir

now it will work fine.


for NTFS, its not so simple, you have to install extra packages


All times are GMT -5. The time now is 07:40 PM.