Tecsun's Linux Journey
Wednesday, July 31, 2013
How to solve chmod doesn't work on mounted folder
When
chmod
does not have any effect on mounted folder, it could be wrong filesystem flag being used:
try
umount
the folder first
if you mount folder is a HDD, check its filesystem type by
fdisk -l
if it is a NTFS, use the following in fstab :
/dev/sda1 /mnt/
folder
ntfs-3g rwx,uid=xe4,iocharset=utf8,umask=000 0 0
then
mount -a
Then the
chmod
should work now.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment