Thread: Owner and rights for hdd
i had external usb-disk, have problem with. usb-sata-interface...
anyway, formatted usb-disk ext4. think asked if sould take ownership of file system , yes. put in disk in computer sata , have mounted fstab in /home/azyx/1500gb.
idea?
have 500gb disk mounted in /home/azyx/500gb
when ls -all get;
....
....code:drwx------ 10 azyx azyx 4096 apr 12 14:15 1500gb drwxrwxrwx 22 azyx root 593920 apr 13 13:51 500gb
how change right 500gb? no need change ownership more in mount-folder? fore instance owner ship of hdd och filesystem.
for native file systems need change actual permissions. easy way:mark files executable. cleaner way be:code:chmod -r 777 /home/azyx/1500gbsince these commands change permissions recursively, should careful them. , since rw isn't secure, want careful put on drive.code:find /home/azyx/1500gb -type -d -exec chmod 777 '{}' \; find /home/azyx/1500gb -type -f -exec chmod 666 '{}' \;
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Owner and rights for hdd
Ubuntu
Comments
Post a Comment