I had cloned my hard disk which has Ubuntu 18.04 LTS to a new hard disk using
dd if=/dev/sda of=/dev/sdb bs=blocksize
command. Everything works fine with the cloned hard disk. I can boot the system using cloned hard disk to Ubuntu. However, there is one problem. My desktop customization for gnome is no longer honored. In my original hard disk, I had different wallpaper, taskbar/launcher was on the bottom. In the ubuntu booted from cloned hard disk, I can only see the default desktop appearance. I cannot pin a new app to the launcher/taskbar and it is on the left side which is by default. It seems something is read-only and I cannot understand what. Can anyone help me with this? Thanks.
Update: I just found out that in my nautilus, Ctrl-H to show hidden files and folders is also not working.
ls -ailh /home/current_user
Who's owner and what kind of permissions there? – Gryu Jan 30 '20 at 21:30ivroy
andls -ailh /home/ivory
gives following output:https://drive.google.com/file/d/1XmcCBWF9AQvU564kCqKaqSI63_wKLIbR/view?usp=sharing
– Astra Uvarova - Saturn's star Jan 31 '20 at 00:58dd
command not disks, but two partitions of the samesda
disk. What is more correct? – Gryu Jan 31 '20 at 01:07df -h
provides following output:My disk has 4 partitions. Partition 1: Microsoft reserved 134 MB, Partition 2 Swap 64 GB, Partition 3 EFI System, Parition 4: 1.9 TB, Linux filsystem Ext4.
– Astra Uvarova - Saturn's star Jan 31 '20 at 01:12gedit
is being applied. – Astra Uvarova - Saturn's star Jan 31 '20 at 01:17