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 03-12-2015, 03:14 PM   #16
mdlinuxwolf
Member
 
Registered: Dec 2006
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 385

Rep: Reputation: 42

OpenSUSE lacks multimedia support & you have to run around cyberspace like a chicken with its head cut off to get the proper repositories to find them.
 
Old 03-12-2015, 03:19 PM   #17
jim.thornton
Member
 
Registered: May 2007
Posts: 430

Original Poster
Rep: Reputation: 19
Okay then OpenSuse is a no-go. Any other suggestions?
 
Old 03-12-2015, 03:27 PM   #18
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
Just about any linux distro except Mint is going to make you jump through hoops to get vast codec support, mostly because it's illegal in the US to send them pre-installed in the distro. I generally just install vlc...it covers my needs and works on most anything.

Last edited by suicidaleggroll; 03-12-2015 at 03:28 PM.
 
Old 03-12-2015, 03:28 PM   #19
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
OpenSUSE lacks multimedia support & you have to run around cyberspace
NO IT DOSE NOT!!!!!!!
https://en.opensuse.org/Restricted_formats
it is do to the asinine dumb hair pulling stupidity of the USA patent and copyright offices


all the multimedia is there AND VERY WELL DOCUMENTED!!!!!!
it is in the "packman" repo
https://en.opensuse.org/Restricted_formats
JUST!!! like fedora and redhat CAN NOT BY LAW!!!!!! ship it
( they are inside the IRON CURTAIN of copyright stupidity that is called the US of A )

the installing of multimedia in opensuse is VERY VERY VERY VERY VERY VERY WELL WELL WELL WELL documented

just a bit hard to find ( you can thank the lawyers for that bit of dumb stupidity )

https://en.opensuse.org/Restricted_formats

please read the wiki
https://en.opensuse.org/Main_Page

it is WAY!!! easier to install all the multi media in opensuse than fedora
Novell has actually PAID for some of the licenses
so "Out of the box" OpenSUSE supports WAY MORE formats than fedora and redhat can

Last edited by John VV; 03-12-2015 at 03:34 PM.
 
Old 03-12-2015, 03:41 PM   #20
jim.thornton
Member
 
Registered: May 2007
Posts: 430

Original Poster
Rep: Reputation: 19
OK... I'm looking at a bunch of distros.

Is creating an image of the system as simple as copying the files of / and /boot?

I'm wondering if I just copy the files to a spare HDD if that is sufficient enough to create a fast backup?

What commands should I use to back up?
 
Old 03-12-2015, 03:43 PM   #21
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Quote:
Originally Posted by jim.thornton View Post
OK... I'm looking at a bunch of distros.

Is creating an image of the system as simple as copying the files of / and /boot?

I'm wondering if I just copy the files to a spare HDD if that is sufficient enough to create a fast backup?

What commands should I use to back up?
No, you have to use dd or the GNOME Disk Utility for that. The GNOME Disk Utility is harder to mess up, I'd recommend using that.
 
Old 03-12-2015, 03:45 PM   #22
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Quote:
Originally Posted by beachboy2 View Post
What problems are you having with Mint 13, or is it a matter of just wanting to try something new?

I agree with suicidaleggroll (you must tell us the origin of that moniker) that Fedora is probably going to disappoint you as a desktop OS.
Hasn't disappointed me. Been using Fedora 21 longer than I've had any install of Ubuntu or Debian yet. Latest bug with Ubuntu is the harddrive thrashes for no reason. *sigh*...reinstall...
 
Old 03-12-2015, 03:47 PM   #23
jim.thornton
Member
 
Registered: May 2007
Posts: 430

Original Poster
Rep: Reputation: 19
I don't have GNOME installed. Can I still use the GNOME Disk Utility?

If not, what is the dd command I need to run?
 
Old 03-12-2015, 04:02 PM   #24
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
Yes you could use it even if you don't have Gnome installed, when you go to install the disk utility it will grab whatever dependencies it needs.

That's all moot though, you can't image a mounted and running disk. You'll need to reboot to a live CD/DVD/USB in order to image your drive, otherwise the image will be corrupt.

The dd command depends on the drive labels assigned to your disks.
 
Old 03-13-2015, 04:08 PM   #25
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Install the GNOME Disk Utility by either running
Code:
sudo apt-get install gnome-disks
or
Code:
sudo apt-get install gnome-disk-utility
Or with dd, find the source and destination in the /dev directory and do
Code:
sudo dd if=/dev/sdX of=/dev/sdY
Where sdX is the source and sdY is the destination. I find it easiest to use the Disk Utility to find the device name, but you can use any method you like.

If you want to monitor the status, install a program called pv and insert it into the dd command:
Code:
sudo dd if=/dev/sdX | pv | dd of=/dev/sdY
Hope this helps.
 
Old 03-13-2015, 05:39 PM   #26
jim.thornton
Member
 
Registered: May 2007
Posts: 430

Original Poster
Rep: Reputation: 19
Has anyone tried Elementary OS?
 
Old 03-13-2015, 10:04 PM   #27
jim.thornton
Member
 
Registered: May 2007
Posts: 430

Original Poster
Rep: Reputation: 19
With the backup methods that were suggested:

dd
Gnome Disk Utility
Clonzilla

Do they require a blank HDD for the backup?? I have storage disks in my computer but there are files on them and I can't wipe them out. So I really need to create images, not a block by block transfer.
 
Old 03-13-2015, 10:15 PM   #28
Miati
Member
 
Registered: Dec 2014
Distribution: Linux Mint 17.*
Posts: 326

Rep: Reputation: 106Reputation: 106
Instead of constantly messing with distro's and wiping over your (primary?) computer everytime you try a new distro, why not use virtual ones?

Keep LM for a bit and install something like virtualbox. Then install every distro you could want to try inside of each virtualbox and get a feel for it. If you don't like it - trash it. No loss
If you find one that is stable, the applications you like work well and you get a feel for it - then wipe the system and go for it.
 
Old 03-13-2015, 10:16 PM   #29
jim.thornton
Member
 
Registered: May 2007
Posts: 430

Original Poster
Rep: Reputation: 19
I was going to do that. I'm more concerned about the backup for when I do make the switch.
 
Old 03-13-2015, 10:28 PM   #30
Miati
Member
 
Registered: Dec 2014
Distribution: Linux Mint 17.*
Posts: 326

Rep: Reputation: 106Reputation: 106
Considering you're planning to switch distro's, I'd focus on backing up "generic" system-wide configs like ssh, samba, apache, etc (provided you actually modified them)
I'd probably leave the user configs - ~/.* alone since it might vary among different distro's. Not sure.
I wouldn't use dd... since it's a block device copy and would be designed to make a perfect copy of your current setup. Not something very useful when you want to switch distro's ("restoring" would bring back your system as it is right now)
So... I'd copy all personal files of course.

Commands like rsync, scp are great for backing up files over a network. If you just want to grab your personal files and put them into a file you can tar them up with a command like this:
Code:
tar -zcf backupfile.tar.gz ~/Music ~/Documents ~/Movies ~/Etc
-z == gzip compression; -c == create archive; -f == archive filename
Dating the tar file is a wise idea.

Last edited by Miati; 03-13-2015 at 10:29 PM.
 
  


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
[SOLVED] cron job stopped working after switching from Mint 14 to Mint 13 Don_Nadie Linux Mint 16 05-11-2015 03:16 AM
Switching from Ubuntu/Mint.Kindly help resolve few concerns Highjo Fedora 3 09-26-2013 09:20 AM
LXer: Fedora Linux considering switching out MySQL for MariaDB LXer Syndicated Linux News 0 01-23-2013 06:00 AM
Wireless problem when switching from Mint to Windows kvv Linux - Newbie 1 02-06-2011 05:16 AM

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

All times are GMT -5. The time now is 04:45 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