On Wed 20 Jun 2018 01:06:03 AM CDT, Bill L wrote:
When I set up the install(42.3) I set up four partitions. ‘/’, swap, a
50GB(/home), and a 51GB(which I thought was an extended partition, but
it isn’t, MY BAD).
I don’t know if root ‘owned’ the 51GB partition prior to the upgrade to
leap 15, but he does now.
Right now it is 51GB of space I can’t begin to utilize, and I would like
it as mine for future use.
Is there anyway I can get ownership of that 51GB partition changed to my
user account?
Hi
Is this partition mounted as something?
If not, fire up YaST Partitioner and then select the drive, eg sda and
you should see the partitions in the right hand side, highlight your
partition and select ‘edit’. Here you can format, suggest xfs and the
set the mount point eg I use /data and then in the fstab options give
it a name eg data (This is what I use) and finish.
So now you should see something like;
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 223.6G 0 disk
├─sda1 8:1 0 260M 0 part /boot/efi
├─sda2 8:2 0 40G 0 part /
├─sda3 8:3 0 175.3G 0 part /data
└─sda4 8:4 0 8G 0 part [SWAP]
What I do is then as root user create folders and change ownership to
my user from the command line, eg;
su -
cd /data
mkdir Downloads
chown <username>:users Downloads
During an upgrade/re-install I then do the same naming setup via the
expert partitioner, BUT don’t format, just set the mount point /data
and name data.
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLES 15 | GNOME Shell 3.26.2 | 4.12.14-23-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!