- Posts: 6
- Thank you received: 0
Mount NTFS file system
17 years 1 month ago #23327
by skreddy
Mount NTFS file system was created by skreddy
Hi All,
My pc having Dual Boot with Win Xp and Linux 4.0 Enterprise linux, please give me the solution for mounting NTFS filesystem.
Please tell me the procedure to add linux pc to windows domain
Thanks & Regards
S K Reddy
My pc having Dual Boot with Win Xp and Linux 4.0 Enterprise linux, please give me the solution for mounting NTFS filesystem.
Please tell me the procedure to add linux pc to windows domain
Thanks & Regards
S K Reddy
17 years 1 month ago #23364
by nske
You can easily mount NTFS filesystem for read-only using the in-kernel driver:
If you need read-write support, you will need to use the windows driver, which is usable through the FUSE driver of the NTFS-3G project. Check the official documentation for installation instructions.
You can do this through the SAMBA project. For documentation and configuration examples check it's documentation page.
If you have any specific problem we might be able to help
Replied by nske on topic Re: Mount NTFS file system
My pc having Dual Boot with Win Xp and Linux 4.0 Enterprise linux, please give me the solution for mounting NTFS filesystem.
You can easily mount NTFS filesystem for read-only using the in-kernel driver:
(the part in orange must be replaced with the appropriate hard disk device partition and mount point, correspondingly.# modprobe ntfs
# mount -t ntfs /dev/sda1 /some/directory
If you need read-write support, you will need to use the windows driver, which is usable through the FUSE driver of the NTFS-3G project. Check the official documentation for installation instructions.
Please tell me the procedure to add linux pc to windows domain
You can do this through the SAMBA project. For documentation and configuration examples check it's documentation page.
If you have any specific problem we might be able to help
Time to create page: 0.117 seconds