
NTFS Support for RHEL/Centos
NTFS is a Microsoft developed File system and was the default file system in windows, which was not supported by some linux distros by defaults
For NTFS Support
1. Connect to the Internet Repository Server, by the following commands
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
&
rpm -ivh epel-release-latest-7.noarch.rpm
2. After Connecting to the Repository Server, Install Packages with the following commands
yum install ntfs-3g ntfsprogs -y
Note: It will be supported by distros like ubuntu, fedora by default.
Share this:
Related
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Leave a Reply