Skip to main content

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:
code:
 chmod -r 777 /home/azyx/1500gb
mark files executable. cleaner way be:
code:
find /home/azyx/1500gb -type -d -exec chmod 777 '{}' \; find /home/azyx/1500gb -type -f -exec chmod 666 '{}' \;
since these commands change permissions recursively, should careful them. , since rw isn't secure, want careful put on drive.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Owner and rights for hdd


Ubuntu

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP