Hi, there. Need a bit help. I great new disk and GPT and then one ext4 partition. I make for pile of files what are sediment in our PC for update to an 33. Now I have disk nicely available but there is prompt for Superuser. I made following.
BTRFS seems very interesting. I have EXT4 w/o LVM. i did have some time and was looking articles. In Disk utility you can set not to ask credentials in mount and to be mounted in boot. I cross out option and no difference. Asking still Superuser password for mounting. Is that bug?
Yes, though it is a bug. In disk utility if I choose option to not ask ask credentials in mount it do not work in boot but if you unmount disk in utility then it goes to disk w/o authentication after a boot. Am I finding a bug? Can you help me with this Jack? And if it so how to get credits from that?
All right then. if I want to copy all files to back up disk. How do you use DD? If I have drive dev/sdc and there sdc2 where all files are and want to create sdb. Is it then.
dd if=/dev/sdc2 of=/dev/sdb
If it so then if the partition is 249 GB and the destination 64 GB how DD will do it? I read that DD copy also empty space and not only files as you may think first place.
But this is application. I need only to copy home directory to an other disk in a PC. It is similar to Putty what i was using from laptop to overseas server of my own. So how you execute DD in a way that you go to bigger partition to an smaller volume partition, even that files what you know fits easily to destination drive.
Rsync is made for making copies of your home dir (among other things). I wouldn’t use dd to do that. The partition size won’t matter to rsync, only the available space for what’s being copied.
Heres a link to a post about it https://fedoramagazine.org/copying-large-files-with-rsync-and-some-misconceptions/. While it is possible to use dd for such as backing up your entire home dir, it isn’t the recommended approach since dd is capable of such potential damage as a root user run program, it is very effective for low level work on the filesystem. That is why cp was created. And cp is why rsync was created.
I was following home to another disk instructions as follows, but not that I have separate home directory. I think Btrfs is worth to look more close. I am ready now for a update.