Installed to wrong drive. Can I fix/clone this easily to correct drive?

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
SkOrPn
Posts: 45
Joined: Sun Sep 29, 2019 6:49 pm

Installed to wrong drive. Can I fix/clone this easily to correct drive?

#1 Post by SkOrPn »

Well hello again,

A few days ago I decided to unretire my 5th gen Intel NUC5i7RYH and install MX-23. I put in a Samsung 970 Evo Plus NVMe SSD (250GB) to install MX to, and also installed a 1TB 870 EVO SATA SSD for files, etc. However after a few days of setting it up with all of the pertinent software and settings I discovered that I installed the system to the SATA drive. How in the heck I missed this I do not quite understand. However, I guess I could reinstall it and then format the sata drive. But I am curious if there is a faster better way? Like a perfect snapshot clone or something I could quickly use instead? Granted the sata drive is 1TB and the target drive is only 256gb. I have used Clonezilla many times, but isn't there something else that won't discriminate because of disk size? Something like MX Snapshot or something? Thanks for any tips etc.

Charlie Brown

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#2 Post by Charlie Brown »

Yep, MX Snapshot .. the free space won't be included in the iso, so it won't be a problem.

User avatar
SkOrPn
Posts: 45
Joined: Sun Sep 29, 2019 6:49 pm

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#3 Post by SkOrPn »

Ok good then. Will the tool create a bootable iso for re-installation of mx with everything intact as it is now? Or something else? And if so, should I remove the sata drive just in case?

MXRobo
Posts: 1822
Joined: Thu Nov 14, 2019 12:09 pm

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#4 Post by MXRobo »

Yes, choose the Personal option, and MX-Snapshsot could be named MX-ISO-Maker - treat is as an iso because it is an iso.

User avatar
SkOrPn
Posts: 45
Joined: Sun Sep 29, 2019 6:49 pm

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#5 Post by SkOrPn »

OK got it installed to the proper ssd. However after erasing and formatting the storage drive I can't get linux to use it. I can't make any Folders or anything. I can mount and unmount, but thats about the extent of it. I have tried multiple times both using gparted and the terminal. I partitioned as gpt and formatted as ext4. But thunar refuses to do anything with it, even after reboots. I am confused now.

User avatar
towwire
Posts: 681
Joined: Fri Oct 15, 2010 12:15 pm

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#6 Post by towwire »

You have a permission problem. If you right click and Properties/Permissions tab you will see that the owner is root.

If you want to change the permissions on your data files, you can do this:

Code: Select all

sudo chown -R $USER:$USER /top-level/path/to/files 
It is easier to fight for one's principles then to live up to them.


User avatar
figueroa
Posts: 1097
Joined: Thu Dec 20, 2018 11:20 pm

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#8 Post by figueroa »

If you have any mountpoints in /mnt/, they will not be included when you install the snapshot. Also, if you've changed the /etc/fstab, those changes may also not be included.
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993

User avatar
SkOrPn
Posts: 45
Joined: Sun Sep 29, 2019 6:49 pm

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#9 Post by SkOrPn »

Ok the link MXRobo supplied did the trick.

I used

Code: Select all

sudo chown -R rod:rod /media/rod/nameofpartition/.
And I was immediately given access to create and use folders. I sure hope that was correct. I was ready to pull the drive out of the machine. Thanks to everyone who replied.

Charlie Brown

Re: Installed to wrong drive. Can I fix/clone this easily to correct drive?

#10 Post by Charlie Brown »

SkOrPn wrote: Fri Sep 08, 2023 1:00 pmI sure hope that was correct.
Yep, it's ok.

The reason was: GParted gives the ownership to root by default.

Post Reply

Return to “MX Help”