External Disks problem
Tofloor
poster avatar
hendaoui
deepin
2017-06-22 16:11
Author
Hello, when i mount my windows partitions in deepin file manager it alawys shows a problem with permissions



can you help to change the permissions permanently to allow reading and writing on those ntfs partisions
and thanks.
Reply Favorite View the author
All Replies
tristar
deepin
2017-06-23 00:47
#1
From terminal do this: sudo apt-get update && sudo apt-get install ntfs-config
Then from launcher run ntfs configuration tool, maybe this will help you. I do not use NTFS so I do not know for sure.
Reply View the author
nipos
deepin
2017-06-23 01:15
#2
Mount your partition using the terminal.
First make sure that the ntfs-3g driver is installed as it works better then the driver from the kernel.
Then execute this: mount -rw -t ntfs-3g /dev/sdXX /mnt
Replace sdXX by your device listed in /dev.
Now you can open the partition with write permissions at the folder /mnt
Reply View the author