124k views
4 votes
________ software is used in a linux environment to mount and write data only to ntfs partitions.​

1 Answer

5 votes
Before a user can access a file on a Unix-like machine( or linux), the file system that contains it needs to be mounted with the mount command.mounting NTFS partitions is a bit complicated. This involves installation of addition software such as fuse and ntfs-3g. In both cases you probably need to use package management tool such as yum, apt-get, synaptic etc. and install it from standard distribution repository.
User Arabinda Banik
by
7.3k points