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-03-2017, 05:21 PM   #76
Jay1969
Member
 
Registered: Mar 2017
Posts: 35

Original Poster
Rep: Reputation: Disabled

Anyone?
 
Old 08-03-2017, 08:03 PM   #77
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
I've been staying out of this because I don't know squat about ProxMox, but your "rsync -avcz /externalhdd/vzdump-qemu-100-2017_04_02-07_46_38.vma.lzo" command didn't copy anything because you didn't give it a destination argument. With just one argument, rsync just lists the source. Add the "/var/lib/vzbackup" (and, presumably, "--progress") arguments as originally instructed, and it should work.
 
Old 08-05-2017, 10:04 AM   #78
Jay1969
Member
 
Registered: Mar 2017
Posts: 35

Original Poster
Rep: Reputation: Disabled
Thanks very much for your input, rknichols!

I did relaunch the proper command but I get an insufficient disk space error (see attached). I used a 1 TB WD Green.

Reinstalled PM on a 2 TB WD Green... Unable to mount folder/device. Since I have copied the VMs to two XHDD, I shutdown PM to swap the XHDDs, retried to mount the device, and get the very same error message. See screenshot attached.

Reinstalled PM on a 4 TB WD Black... Still unable to mount folder/device using any one of both XHDDs.

Reinstalled PM on a 4 TB Seagate Barracuda... Still unable to mount folder/device using any one of both XHDDs.

Bottom line is that I am unable to mount the device on a HD with a bigger capacity than 1 TB. I am pretty confused here.

Are there any other ways to mount the folder in order to access the .lzo?

Any comments and ideas would be greatly appreciated.
Attached Thumbnails
Click image for larger version

Name:	IMG_20170805_1002151.jpg
Views:	11
Size:	243.0 KB
ID:	25657   Click image for larger version

Name:	IMG_20170805_1052283.jpg
Views:	18
Size:	237.3 KB
ID:	25658  
 
Old 08-05-2017, 01:10 PM   #79
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
You just have to create the mount point directory first.
Code:
mkdir /externalhdd
mount /dev/sdb1 /externalhdd
It's always worthwhile checking whether you have enough space at the destination before startng a lengthy operation. Run "df -k /var/lib/vzbackup". The sizes will be in units of 1024 bytes, so multiply the shown available space by 1024 and make sure that is larger than the size that "ls -l /externalhdd/vzdump-qemu-100-2017_04_02-07_46_38.vma.lzo" shows for that file.
 
Old 08-08-2017, 05:33 AM   #80
Jay1969
Member
 
Registered: Mar 2017
Posts: 35

Original Poster
Rep: Reputation: Disabled
Thanks, rknichols.

I was able to mount the directory. I tried to copy the .lzo on the 2 TB HD with no luck. I got the same error message as not having sufficient disk space. See attached.

I tried to copy the .lzo on one of the 4 TB HD with no luck either, receiving the same darn message. I then was able to copy a previous backup, smaller in size. I suppose I can reasonably assume at this point that the backup I tried to copy since day one is corrupted... See attached.

Went back to PM console to add the folder, which remains empty. Snapshots are attached.

Any ideas?
Attached Thumbnails
Click image for larger version

Name:	IMG_20170807_1219562.jpg
Views:	28
Size:	261.9 KB
ID:	25671   Click image for larger version

Name:	IMG_20170808_0618511.jpg
Views:	11
Size:	255.9 KB
ID:	25672   Click image for larger version

Name:	PM01.PNG
Views:	13
Size:	16.0 KB
ID:	25673   Click image for larger version

Name:	PM02.PNG
Views:	12
Size:	17.1 KB
ID:	25674   Click image for larger version

Name:	PM03.PNG
Views:	9
Size:	12.5 KB
ID:	25675  


Last edited by Jay1969; 08-08-2017 at 05:34 AM.
 
Old 08-08-2017, 06:37 AM   #81
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
rsync does not care about the content, so it is irrelevant (if that file was corrupted).
You can try:
Code:
du -h /externalhdd/vzdump-qemu-100-2017_04_02-07_46_38.vma.lzo
df -h /var/lib/vzbackup
df -i /var/lib/vzbackup
The size of the HDD is not important too, you need to check if there was enough space on the filesystem (that is the df command)
 
Old 08-08-2017, 08:11 AM   #82
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
You are trying to copy a 300+ GB file to a filesystem that is only ~101 GB total size with not quite 95 GB free. Of course it's not going to fit.

I presume that when you say, "I tried to copy the .lzo on the 2 TB HD," you mean that you tried to copy the file "onto" or "to" the 2TB drive. Just where is this 2TB (or 4TB) drive in this picture? All I'm seeing is a 101 GB filesystem.
 
Old 10-30-2017, 04:27 AM   #83
Jay1969
Member
 
Registered: Mar 2017
Posts: 35

Original Poster
Rep: Reputation: Disabled
As a simple courtesy, I am writing to close this post.

After having lost weeks if not months trying to get a grasp of ProxMox and Linux, I abdicated. We purchased a brand new HP server running W2016 Hyper-V and Veeam Backup & Replication — a GUI!

We made an image of the existing W2012 VM with Veeam Endpoint in order to migrate it to the new server.

Simple, effective, user-friendly, but not cheap...

Still, happy camper! We are now able to focus on running the business instead of playing tech support.

Thanks to all of you who took the time to guide me and answer my questions. I just could not get my head around Linux, I guess.

Best,
Jay
 
  


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
Why are user credentials not being passed to server at time of login? rajevar Linux - Newbie 2 09-24-2009 03:57 PM
Using C API; first query passed passed by program to MySQL is successful, second quer weibullguy Programming 2 06-12-2007 10:45 PM
vpn passed from RH9 firewall to OS X server - not quite MadTurki Linux - Networking 4 02-25-2004 03:55 PM

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

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