General :: Any Way To Diagnose Tar When Files Missing On Extract?
Aug 3, 2010
I have tar files where I archive about 250 files, each about 80 Mb, without compression. In a few cases tar is only returning some of the files. For example, when doing an extract of the file using:
tar -xvf 356.tar
I got only 103 files, when it should return 255 files, but tar does not give me an error. Furthermore, the tar archive is 15.8 Gb while the extracted folder is just 6.4 Gb. The tar files were created using:
tar -cvf 356.tar 356
where 356 is the name of the folder. All the steps where done in the same machines, under Ubuntu 6 and newer. Any ideas if there is a way to recover the files that are not being extracted?
View 2 Replies
ADVERTISEMENT
Feb 20, 2010
How to I extract PDF Files?
View 2 Replies
View Related
Jun 19, 2010
I haven't been to this site in quite a while, since it changed from LNO in fact. Good to see this place is still around, albeit under a newer name.
I'll get on with the problem. I've got a Netgear SC101T that I was using to store my files on. Some of you may know it uses the DataPlow SAN file system. It worked fine until I installed a firmware update which, for some reason, broke the mirror array. I've hated this POS ever since and want to pull the data from the drives and toss the box. The problem is, linux doesn't have support for this particular file system scheme.
What I'm wondering is, how does 'dd' work, in regards to keeping the file system. Does it simply copy files and disregards the structure, or does it make an exact copy, DataPlow FS and all? Anyone else ran into this conundrum?
View 6 Replies
View Related
Jun 16, 2010
Is there any way to untar and only extract those files that are above a certain date including directory structure??
I restored a backup on a play server but it was a few days old. However I have a tar archive of the entire structure that is more up to date and healthy so now I want to extract all files (including directory structure) based on a date filter on the files if possible?
View 2 Replies
View Related
Dec 18, 2010
When I try to extract different archives, files with the extension *.html never unpacked. Files with other extensions of the same archives successfully decompressed. Why is this happening?
I have Ubuntu 9.10 and Unrar 0.0.1.
View 1 Replies
View Related
Dec 13, 2010
I made a bzip2 file by
bzip2 -c /home/os/picture1 > /home/os/Desktop/pic.image
bzip2 -c /home/os/picture2 >> /home/os/Desktop/pic.image
But now extracting pic.image by bzip2 -d /home/os/Desktop/pic.image returns
bzip2: Can't guess original name for pic.image -- using pic.image.out
And then it just creates one file pic.image.out.
How do I access picture1 and picture2 from pic.image?
View 2 Replies
View Related
Apr 2, 2010
I recently switched from Windows XP to stable Debian w/KDE on my work dell B120 laptop. I have been trying to diagnose freezes. In the evenings I have been leaving an SSH connection to my home computer. I leave a command running that writes the current time to a file every ten minutes. The past two nights it has stopped writing the time after a couple hours (not at the exact same time), and I am no longer able to ssh from my home computer to my work computer.
When I get back to work, the work laptop is frozen. CTRL+Alt+Backspace does not help, neither does CTRL+ALT+F1. Ctrl+Alt+SysRq works sometimes. It has not yet frozen while I have been present.
I tried disabling the screen saver and monitor power controls in KDE, thinking that those only come on when I am away, so they might be the cause. But it did not help.
I took the last time recorded by my ssh connection and looked through the logs trying to find something that happened at that time, but the only event occuring around the time the SSH connection dropped was a chron job that runs every hour. As far as I can tell, the chron job does not actually do anything but write to the log each hour.
So obviously I need to post more information. What would be helpful? Which log or configuration files might contain clues?
I see these lines in my logs:
kernel: Kernel logging (proc) stopped.
imklog 3.18.6, log source = /proc/kmsg started.
It appears at 6:25 AM each day between when the SSH connection drops and when I arrive in the morning. Do I need to restart logging?
View 2 Replies
View Related
Jul 31, 2010
Does anyone know how to extract the files and contents out of a .pkg, A sony package file to be precise.
View 9 Replies
View Related
Sep 11, 2010
find a software similiar to [URL]whit gui for ubuntu ? or some kind of nautilus script ?
View 9 Replies
View Related
Oct 8, 2010
Archive: /home/kishore/Desktop/wrar391.exe [/home/kishore/Desktop/wrar391.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /home/kishore/Desktop/wrar391.exe or /home/kishore/Desktop/wrar391.exe.zip, and cannot find /home/kishore/Desktop/wrar391.exe.ZIP, period.
i am not able to extract the files in ubuntu can you tell me when i click archieve manager i am getting this error and which software i have to download for the zip files to be extract in ubuntu
View 6 Replies
View Related
Jun 16, 2011
I am running Ubuntu 11.04 and just tried to install VLC. I download the .zip file and once it loaded, I tried to extract it. The following error came up:
tar (child): /tmp/vlc-1.1.4.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
What is the correct method to unzip and install this (or any other .zip file for that matter?)
View 4 Replies
View Related
Jul 28, 2010
I have a file : cpq_cciss-2.6.20-34.rhel4.i686.dd which is designed to build a floppy disk; these floppy is used to hold disk driver which is not on RedHat CD-Rom. But this .dd is not complete: some files, like /drivers/pci.ids are missing.My idea is to extract all files from .dd file, put missing files and then re-create a new dd file. But, how can extract all files from initial .dd file, and then recreate a new one?
View 8 Replies
View Related
Jul 8, 2011
I'm trying to extract .part files. These are mac extensions similar to .rar or .zip. I need to extract a whole bunch of them simultaneously. Theyre probably registered in sequence just like .rar files. What program can I yum install or where should I look to extract these to what will probably be an ISO.
View 1 Replies
View Related
Aug 20, 2010
I'm a Gentoo user and newbie to rpm. But I began FC14 also.how to extract files from a rpm
View 4 Replies
View Related
Aug 28, 2010
I have many files in a folder from which I need to extract some contents, these are basically text files wich have individual lines with (i.e)
name: john
address: whatever
phone: 123456
Some caveats
1. Sometimes a line might be missing.
name: johnn
phone: 123456
2. Lines are not in the same line-numbers across the files I did try some things with awk based on google searches but I couldn't extract the data of each file into a single line (this is the ultimate goal):
john,whatever,123456
I don't have knowledge other than having put some bash scripts together for backup jobs, so I am open to install anything that could to pull this off.
View 14 Replies
View Related
Oct 6, 2010
I have a question on using diff. I have two files that contain directory/file listings: d11.lis and d11.lis from a previous day. I am not interested in files that changed, or were added, I just want to see a list of files that are missing on day two.
View 5 Replies
View Related
May 3, 2010
I have an external 2.5" eSATA drive which up till now was using via USB2.0 connection and was working perfectly. The drive is pretty new - I think less then a year and it's a Seagate too of which I think to be more reliable although still consumer based.I had connected the drive to FreeBSD 8.0 32bit on my server in ReadOnly mode using ext2fs in order to stream the information across my network.
Plugging the drive into Linux recently yielded everything performing fine, as the drive stores all the seasons of a TV show I started recognizing that things where outa whack when the linearity of the episodes stopped being sequential and previous episodes started playing when clicking an incremented episode.
The drive is formatted with the ext3 filesystem and I have already attempted to run e2fsck -p on it which showed up as the drive being 'clean'.I then attempted to use my notebooks eSATA Express card to connect the drive via the eSATA cable as I have found it to be more reliable then the USB2 / ext3 solution which I've had my fair share of problems with. However, the drives TOC or Journal maybe damaged by whatever reason so I will need to repair that.I stumbled across Magic Rescue and so far have compiled it but not used it as I wanted to be sure first if there was another way to do this.
View 5 Replies
View Related
Jul 16, 2010
How to properly integrate these RPMs into our system?
Option 1: we could take those missing OS RPMs and install them?
Option 2: can we package the missing files from missing OS RPMs into the existing Linux-xxx.rpm?
View 1 Replies
View Related
Jul 20, 2011
I have a .tar archive of music that I would like to extract specific files / folders from. I've been looking at man tar but I don't seem to be able to find any information related to my quest, although someone will likely point out that it's right there in front of my nose
Anyhow, the file is called music_archive.tar and I would like to extract the folder /music/P/Pink Floyd/The Wall/. Anyone know how to do this
View 2 Replies
View Related
Jan 17, 2010
OK, So I'm trying to make a SFX file that will extract it's files your home folder, But I can't seem to figure out how.
First you have to make an archive,
Code:
rar a Zipper.zip txt.txt
Then you have to make the sfx.
Code:
rar s Zipper.zip
But they still get extracted wherever the sfx volume is.
View 1 Replies
View Related
Jun 24, 2010
im trying to reconstruct / extract a file that was too large to fit onto a floppy, used 7zip to create and split the file into multiple parts in tar.bzip format. this was done in windows. Then moved all the parts of the file to tiny linux on a really old laptop. no cd drive, no usb or network. so have to rely on floppy drive. i do know that reconstruction while extracting using commands is possible. but not working.tried tar -xMf file.tar.001 but nothing.
View 2 Replies
View Related
Aug 1, 2010
I downloaded Nagios Checker and i was told in this web [url] that i have to add the add-ons for Nagios Checker. But when i opened the firefox browser, i went to Tools > Add-Ons.. under the Add-Ons i did not see the Nagios Checker, by right it should appear..how come?
View 4 Replies
View Related
Jul 30, 2010
IS there a program in ubuntu that extracts individual songs from album and label and tags them. i have just got 200 GB of music from a friend, but the albums are 1 full Mp3 file so it just runs right thru each song non stop. no individual song files what program can i use to convert album into individual song files and keep them together in a album. i found one that runs on windoze, but was wantiing to know if ubuntu has one. the windoze one is called Alba Extractor
View 3 Replies
View Related
Jan 19, 2011
how to go about extracting the .inf, .sys. and any .bin files from a driver. I found the windows driver for my laptop on the HP website, but it is a .exe file. How do I find the correct file?I am using the Broadcom BCM4312 chipset, on Ubuntu Maverick 10.10 unity 32bit.
View 1 Replies
View Related
Jul 1, 2011
my problem is that I can't extract some files because of a problem with cyrillic fonts (at least, this is what I suspect). The point is that I download some kind of files, which are fully functional to extract and open in windows but in Ubuntu trying the same thing, ends with an error. Files are downloaded from a russian web, so I think the fonts are cyrillic, which is the root of the problem. In windows they are shown as some kind of rare ASCII string but it's OK to open them.
The problem when trying in Ubuntu is that the file is shown as a large string with question marks '?' replacing all non-latin characters and it may cause problem, as it is the wildcard shell character in Linux. Renaming the file seems as an impossible task too. I have to process many of these files. Does Anyone know how can I avoid windows to do this? I tried to install many packages for cyrillic/russian support through synaptic nut it didn't seem to work.
View 8 Replies
View Related
Feb 1, 2010
Objective: To move or backup all the 30 days old files to the other server within LAN. I have tried testing it first within the server by performing below commands:
find /usr/test1/* -mtime +30 -exec mv {} /usr/test2/ ;
But I'm getting "mv: missing file argument" error when I try this.
View 1 Replies
View Related
Apr 6, 2016
I have installed debian on my dell latitude d630 laptop and am currently making a derivative for others to use. however I can't get the wireless to work. I downloaded it from the broadcom site but it comes as a gzip file instead of a deb file. if I extract the gzip file I don't get any installable (deb) files. I need the wireless to work because now a bridged network from my windows laptop isn't working.
View 3 Replies
View Related
Nov 18, 2010
I'm trying to extract the sender id from a fairly large number of files and am having trouble assigning variables from a file. Here is what I have so far, (which is fairly kludgy I know, but it's been some years since I've done any scripting or programming, and I find that I have lost the knack to a large degree).
[Code]...
View 1 Replies
View Related
Jan 10, 2011
The situation is the following:I download everyday several files from a website which are always password-protected with one out of 4 or 5 different passwords.I wanted to write a bash script to extract them automatically by trying with the different passwords.The files are mostly 7z.Can anbody lend me a hand?The starting point could be sth. like:
Code:
#!/bin/bash -x
FILE=$1
[code]....
View 8 Replies
View Related
Jun 3, 2011
I had installed ssh but something went wrong and I uninstalled it. I removed the SSH configuration files by hand (I deleted all /etc/ssh folder).After ssh installation (I mean apt-get install ssh) I noticed that I have no SSH configuration files.I tried apt-get install openssh-server but i still have no SSH configuration files.
View 2 Replies
View Related