Tried to boot, same result
no directory /home/steve
gpg agent[911]:cant create directory '/home/steve/.gmpg (it think, fuzzy picture)':no such file or directory
gpg agent[911]:cant create directory 'tmp/gpg-Eh0BD':
Read only file system-bash-4.18
Steve
If you can see your
steve directory, and all its contents, from the liveCD, and not on the booted installed system, it would indicate that the partition is not mounting as it should on the
/home directory.
Log in as
root, open a
terminal and enter the command;
[root@localhost ~]# mount <Enter>
This will give a
list of all the
currently mounted partitions, and
where they are mounted.
It will look something like this;
[root@fatman ~]# mount/dev/sda9 on / type ext4 (rw,noatime)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,mode=0620)
/dev/sda13 on /share1 type ext4 (rw,nosuid,nodev,noatime)
/dev/sda12 on /movies2 type ext3 (rw,nosuid,nodev,noatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda5 on /home/polack/Documents type ext3 (rw,nosuid,nodev,noatime,user=polack)
/dev/sdb5 on /home/polack/Documents2 type ext3 (rw,nosuid,nodev,noatime,user=polack)
/dev/sdb9 on /movies type ext3 (rw,nosuid,nodev,noatime)
/dev/sdb6 on /share9 type ext3 (rw,nosuid,nodev,noatime)
/dev/fd0 on /mnt/floppy type ext2 (rw,nosuid,nodev,user=polack)
/dev/sda8 on /mnt/here type ext4 (rw)
/dev/sdb11 on /zstorage00 type ext3 (rw,nosuid,nodev,noatime,user=polack)
/dev/sdb10 on /zbackup type ext3 (rw,nosuid,nodev,noatime,user=polack)
Post your results.