LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-27-2015, 02:25 PM   #31
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled

well its been a busy couple of days , iv nearly finished the re-install of mint , took mint 17.2-KDE this time 17.1 before. took a day to figure the gtx770 proper drivers & the tearing problem that was still there on a fresh install but found the fix again in the end (took weeks last time but i recognised the correct one this time round).

I should be done but no.. linux is never that simple , my HDMI audio out from the gtx770 to my TV will not work (*mumbles under breath*) pulseaudio states the HDMI is unplugged even though the video out from it is working fine. This is a new one to add to the list of "things that took me more than 3 hours to fix/figure out" because it worked fine on the previous installation of 17.1-KDEx64.

currently pulling page and pages of info that are full of commands that i have no idea about (youd prob say im mad for just banging in terminal commands that i dont know) but i shall keep trying whatever suggestions i find and just persevere.

p.s. o dam iv not started looking at the NAS yet either that was a right pain to get permanently mounted & accessible, o well be a week before i get this all working again. fun and games ^^

Last edited by JackDinn; 08-27-2015 at 02:37 PM.
 
Old 08-27-2015, 03:08 PM   #32
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by JackDinn View Post
just persevere.
I tried 17.2/Xfce for about 5m. (couldn't change /away from the Mint-N-themes)

Quote:
Originally Posted by JackDinn View Post
i cant figure how to get at the logs so i can post them?
The next time you 'have to' do this, try adding "| pastebin" to each command
and then just post the url it spits out.
pastebin is installed with LinuxMint by default, as is "inxi", a very fast system 'profiler'

This output (sans any sudo password) will be sent to http://paste.linuxmint.com
and all you need to is post the link given after each of them executes

Code:
sudo inxi -U # Update inxi
sudo cat /var/log/apt/history.log | pastebin # Send contents of history log to a 'pastie' server hosted my LM.
sudo apt-get -s install electrum | pastebin  # Send results of apt-get -s to a 'pastie' server hosted my LM.
sudo apt-get -s install libgl1-mesa-glx | pastebin # Send results of apt-get -s to a 'pastie' server hosted my LM.
sudo inxci -c0 -Fsx | pastebin # Send your system profile (OS Details) to a 'pastie' server hosted by LM.

I dry-ran the electrum package and spit the results to | pastebin

Clean and efficient. Leaves you more time.

As Fred Caro said, apt-get -s install <package> is a dry-run. Nothing gets installed so you can examine the impact.

https://help.ubuntu.com/community/AptGet/Howto
 
Old 08-27-2015, 03:12 PM   #33
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled
thats cool, i learned something today (the pastebin stuff) thx
 
Old 08-27-2015, 03:16 PM   #34
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
You are very welcome.
 
Old 08-27-2015, 03:19 PM   #35
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
It's risky just typing in commands, especially from untrusted sites if it isn't explained what the command does.
Note that you often get free documentation by using the "man" command e.g.
Code:
man apt-get
will explain what apt-get can do.

It's easy to get auto-access to a NAS.
 
Old 08-27-2015, 03:24 PM   #36
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled
really, the little i remember i had to make files with short commands , something to do with fstab & smbcredentials and than the credentials line wouldnt accept my PW , then i found the command was a different syntax slightly from what was posted ... ahh you get the idea.
 
Old 08-27-2015, 04:04 PM   #37
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by JackDinn View Post
well its been a busy couple of days , iv nearly finished the re-install of mint , took mint 17.2-KDE this time 17.1 before. took a day to figure the gtx770 proper drivers & the tearing problem that was still there on a fresh install but found the fix again in the end (took weeks last time but i recognised the correct one this time round).

I should be done but no.. linux is never that simple , my HDMI audio out from the gtx770 to my TV will not work (*mumbles under breath*) pulseaudio states the HDMI is unplugged even though the video out from it is working fine. This is a new one to add to the list of "things that took me more than 3 hours to fix/figure out" because it worked fine on the previous installation of 17.1-KDEx64.

currently pulling page and pages of info that are full of commands that i have no idea about (youd prob say im mad for just banging in terminal commands that i dont know) but i shall keep trying whatever suggestions i find and just persevere.

p.s. o dam iv not started looking at the NAS yet either that was a right pain to get permanently mounted & accessible, o well be a week before i get this all working again. fun and games ^^
This time around I highly suggest keeping a log of what you do! Just open up a text file, write down the problem you want to fix, and once you figure it out write down the final steps required. It takes almost zero effort, and it will save you countless hours of searching if you need to reinstall for whatever reason.

Quote:
Originally Posted by JackDinn View Post
really, the little i remember i had to make files with short commands , something to do with fstab & smbcredentials and than the credentials line wouldnt accept my PW , then i found the command was a different syntax slightly from what was posted ... ahh you get the idea.
Didn't you make a backup? Just look at your old /etc/fstab and copy the line into the new one. You're making this process MUCH more difficult than it needs to be. It should take you less than an hour to get the new system up and running exactly like the old one, with decent notes and a backup of the old system to refer to.

Last edited by suicidaleggroll; 08-27-2015 at 04:06 PM.
 
Old 08-27-2015, 04:20 PM   #38
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by suicidaleggroll View Post
This time around I highly suggest keeping a log of what you do! Just open up a text file, write down the problem you want to fix, and once you figure it out write down the final steps required. It takes almost zero effort, and it will save you countless hours of searching if you need to reinstall for whatever reason.
I second this

Here's my how to install Arch guide:

http://i1301.photobucket.com/albums/...psmdxt873d.jpg

it's not really up to date anymore but I still follow it to make sure that everything is done
 
Old 08-28-2015, 08:51 AM   #39
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled
well im pretty much done, I have documented all the things i needed to do. i figured why the HDMI sound was not working and my nvidia drivers are all working properly. Sooo i think its time to take an image of the / partition. I have looked at a few backup programs but they seem to want to copy the whole thing rather than just backup the used space and they have to be run from a live disk. is there anything that i can use to take an image of the root partition while im on it (using it) and that will backup only the used space but retain the partition size and free space if i recover from it.

I looking for an easy/quick/GUI type of affair.

Thx all.
 
Old 08-28-2015, 09:16 AM   #40
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
The usual way to do this is to make a list of your packages.
You don't need a backup of / as you can just do a reinstall.
Good idea to make a backup of /etc though.

I find that sbackup is a good way of backing up stuff.
It runs automatically, creating compressed differential backups which it writes to a disk etc.
 
Old 08-28-2015, 09:19 AM   #41
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled
i didnt separate /etc from / iv just got root and /swap so i want to take an image of the whole thing so i can restore it if needed.
 
Old 08-28-2015, 09:29 AM   #42
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
If you don't have a separate /home partition it is hard to differentiate between your data and your system if you ever need to do a re-install.
 
Old 08-28-2015, 09:31 AM   #43
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled
i would do it differently next time but for now i just want to take an image of the whole partition.
 
Old 08-28-2015, 10:28 AM   #44
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Full system images aren't very useful IMO. They're a PITA to make, a PITA to carry around, you can't do differential backups, they take forever, you can't navigate through them, and if you don't keep up with re-imaging the partition at least once a month it's pretty much useless.

You're far better off just making a full rsync backup of the system. You can't boot off of it, but it'll contain everything in /etc, your crontabs, your entire /home partition, etc. all in a working, navigable directory structure, which makes it painless to navigate through and grab individual files you need for your restoration. If you screw something up, just reinstall the OS, copy your /home directory over, grab some snippets out of /etc and your old crontabs, and run one master apt-get install command to install all of your missing programs.

And you can do incremental backups, say one a day, that only take a few minutes to run but contain every file on the filesystem, and only take up the space of the files that changed since the previous backup.

It's significantly easier to make and maintain (which means you won't get lazy with your imaging, which makes it more useful), and it only takes slightly longer to restore from.

As for a full disk image, you ABSOLUTELY cannot make one with the system running. You MUST boot a different system, typically a live distro. That's a big part of what makes them such a PITA to keep up with. And a backup you don't keep up with isn't much of a backup at all.

Last edited by suicidaleggroll; 08-28-2015 at 10:31 AM.
 
Old 08-28-2015, 10:36 AM   #45
JackDinn
Member
 
Registered: May 2015
Posts: 236

Original Poster
Rep: Reputation: Disabled
again windows wins, i use Macrium Reflect on windows to backup the windows partition (while using it and running reflect on it), it takes no longer than an hour and enables me to completely restore a destroyed or virus ridden (although iv never had that particular problem) system very quickly.

I shall take a ponder on re-installing mint again with separate partitions for everything.

cheers
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Another myth busted crashmeister General 4 04-02-2008 09:55 PM
Amarok is busted? Hitboxx Fedora 5 10-04-2006 02:23 PM
just busted my 3D ababkin Linux - Hardware 5 04-09-2004 07:13 PM
I think my aironet is busted what now? rxscabin Linux - Networking 3 03-11-2004 09:26 AM
busted my gnome 2.2 :( RRepster Slackware 0 05-20-2003 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration