You are not logged in.
I recently moved my /home directory on to a partition that is formatted with the F2FS file system. Since doing that my regular user can no longer write to the ~/ directory even though the folder permissions look OK.
So my permissions for my /home/marko directory are:
drwx------ marko users
("marko" owning the directory)
And the partition it is located on is formatted with f2fs with the following mount options in fstab:
defaults,rw,nofail,noatime
Last edited by marko2010 (2015-06-01 23:17:24)
Offline
What are the permissions on /home?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
What are the permissions on /home?
drwxr-xr-x root root
Offline
Okay, that looks fine.
What is the output of
touch /home/marko/test-file
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thanks, I just realized problem is actually due to user error. I'm so used to my usual shell starting me in my user directory that I did not realize the new shell I was using was actually starting me in the "/" directory (as a regular user). I'll mark this "solved," and my apologies for the wild goose chase.
Offline