Sometimes we have installed ubuntu, but the data in the previous WINDOWS partition of the local machine exists, so we don't want to format it. then we can access the NTFS partition as we like on the server, you only need to add a mount point to the fstab file. The Mount point under my UBUNTU is as follows for your reference! Vi/etc...
Sometimes we have installed ubuntu, but the data in the previous WINDOWS partition of the local machine exists, so we don't want to format it. then we can access the NTFS partition as we like on the server, you only need to add a mount point to the fstab file. The Mount point under my UBUNTU is as follows for your reference!
Vi/etc/fstab
/Dev/sda6/tools ntfs ULTS ults, umask = 0 0 0
/Dev/sda7/play ntfs ULTS ults, umask = 0 0 0
/Dev/sda8/files ntfs defaults, umask = 0 0 0
/Dev/sda9/bak ntfs ULTS ults, umask = 0 0 0
This article is from the "elain technical blog" blog