Forcing files out of a tar

Hello,
I have a tar file that I created that is over 19gb in size. I can open the file in File Roller and I can see the contents with tar -tvf filename.tar however, when I try to extract the files from the tar, I get no output, and the command completes with no errors and the files are not installed.
I run tar -xvf filename.tar /app to extract the files there.
I wrote the tar file with the command tar -cvf filename.tar app/ from another machine running Solaris 10 so that I can restore the files on this server without overwriting files that are already in the /app directory on the new Solaris 10 box.
I even tried running it from File Roller. It can see my archive and I can see all the files in the tar file, but when I tell it to extract, I get nothing, and it seems the program hangs, being that it hasn't changed on my screen in over 12 hours and hasn't refreshed.
I have plenty of hard drive space, being that I have a zfs share that is over 600 GB in size. The only thing that is different from the two servers is that the old one that I tarred the files to had a UFS file system and now I'm installing it on a ZFS file system. Could this be why the files won't un-tar?
And, does anyone know a way to forcibly extract the files?
Any help would be greatly appreciated.
Thanks.

Are those the exact commands you used to create and extract the tar file?
If you created a tar file with:
tar -cvf filename.tar app/ and then tried to extract it with
tar -xvf filename.tar /app then you would get no output, because the files stored do not match "/app".
Did you try extracting it with
tar -xvf filename.tar app ?

Similar Messages

  • Deleting files out of system preferences desktop background.

    Does anyone know how to delete files out of system preferences>desktop & screen saver?
    Some how when adding one photo to the file for the desktop background it took the entire photo file. So that instead of one photo for the file it has over 200 now. Read everything and tried everything. Still can't figure out how to delete that file from the list.
    I know how to add photos or whatever to use as desktop background just no idea how to remove them from the list.
    Any ideas?

    Doug,
    When you go to system preferences>desktop & screen savers>desktop. On the left is a window with the names of the images listed. Apple Images, Nature file, Plants file, Picture Folder, Choose Folder and so forth. The ones that come with Apple products. Not sure what all else is native to Apple.
    Iv been using my own desktop background since the day I got the iBook. Normally I just get one photo or image and more it there to use. But, last week I did something different or wrong. Maybe holding a button to long, not sure. Instead of moving the one photo it moved the entire photo file. That file had over 200 (2,500x1,800 in size & over 550KB for each) and probably closer to 250 photos in it.
    Way to many to be there. And I simply can't find a way to remove that file from the desktop list. I can high light it, but it doesn't delete with the delete button. I can high light it, but it doesn't change anything in system preferences banner to edit, view, etc....to remove it either. It won't click & drag to trash.
    Being very careful because I don't want to delete the file and by error delete it totally off the computer. I could creat a new file with only 1 photo in it for use as the desktop background. Then try to choose that file. However, since the last big OS-X update it's been doing this. Everytime I choose a file or photo it's adding the entire file not just the 1 photo. And Iv managed to add 3 files so far to that list.
    Any ideas? Thx, Mike

  • How is it posible to get the File name, size and type from a File out the H

    How is it posible to get the File name, size and type from a File out the HttpServletRequest. I want to upload a File from a client and save it on a server with the client name. I want to conrole before saving the name, type and size of the file.How is it posible to get the File name, size and type from a File out the HttpServletRequest.
    form JSP
    <form name="form" method="post" action="procesuploading.jsp" ENCTYPE="multipart/form-data">
    File: <input type="file" name="filename"/
    Path: <input type="text" readonly="" name="path" value="c:"/
    Saveas: <input type="text" name="saveas"/>
    <input name="submit" type="submit" value="Upload" />
    </form>
    proces JSP
    <%@ page language="java" %>
    <%@ page import="java.util.*" %>
    <%@ page import="FileUploadBean" %>
    <jsp:useBean id="TheBean" scope="page" class="FileUploadBean" />
    <%
    TheBean.doUpload(request);
    %>
    BEAN
    import java.io.*;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletInputStream;
    public class FileUploadBean {
    public void doUpload(HttpServletRequest request) throws IOException
              String melding = "";
              String filename = request.getParameter("saveas");
              String path = request.getParameter("path");
              PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter("test.java")));
              ServletInputStream in = request.getInputStream();
              int i = in.read();
              System.out.println("filename:"+filename);
              System.out.println("path:"+path);
              while (i != -1)
                   pw.print((char) i);
                   i = in.read();
              pw.close();
    }

    Thanks it works great.
    Here an excample from my code
    import org.apache.commons.fileupload.*;
    public class FileUploadBean extends Object implements java.io.Serializable{
    String foutmelding = "geen";
    String path;
    String filename;
    public boolean doUpload(HttpServletRequest request) throws IOException
         try
         // Create a new file upload handler
         FileUpload upload = new FileUpload();
         // Set upload parameters
         upload.setSizeMax(100000);
         upload.setSizeThreshold(100000000);
         upload.setRepositoryPath("/");
         // Parse the request
         List items = upload.parseRequest(request);
         // Process the uploaded fields
         Iterator iter = items.iterator();
         while (iter.hasNext())
         FileItem item = (FileItem) iter.next();
              if (item.isFormField())
                   String stringitem = item.getString();
         else
              String filename = "";
                   int temp = item.getName().lastIndexOf("\\");
                   filename = item.getName().substring(temp,item.getName().length());
                   File bestand = new File(path+filename);
                   if(item.getSize() > SizeMax && SizeMax != -1){foutmelding = "bestand is te groot.";return false;}
                   if(bestand.exists()){foutmelding ="bestand bestaat al";return false;}
                   FileOutputStream fOut = new FileOutputStream(bestand);     
                   BufferedOutputStream bOut = new BufferedOutputStream(fOut);
                   int bytesRead =0;
                   byte[] data = item.get();
                   bOut.write(data, 0 , data.length);     
                   bOut.close();
         catch(Exception e)
              System.out.println("er is een foutontstaan bij het opslaan de een bestand "+e);
              foutmelding = "Bestand opsturen is fout gegaan";
         return true;
         }

  • I have moved old Back Up files from my external hard drive to the trash and as the Trash previews the files, i.e. counts them (over 850,000 files) it then begins to delete but then stops. Is it possible to move the files out of the Trash file and then onl

    I have moved old Back Up files from my external hard drive to the trash and as the Trash previews the files, i.e. counts them (over 850,000 files) it then begins to delete but then stops. Is it possible to move the files out of the Trash file and then only delete a small amount at one time?

    See
    Deleting backups via the Finder on Lion 10.7.x or later:
    http://pondini.org/TM/12.html
    Hold option (alt) while emptying the Trash.
    See also
    http://pondini.org/TM/E6.html
    Message was edited by: WZZZ

  • Can't drag files out of the dock folders/stacks

    On Mavericks I'm able to drag files out of the folders/stacks I have on the Dock (Downloads, Documents, etc.) just as you would anywhere on OSX. But, for some reason my mom (Mavericks) and my fiancee (Mountain Lion) can't. I've tried checkin the permissions for those folders (in Get Info) and they have read/write permissions. This only happens in list view, not in fan, grid or automatic. Is there some hidden setting or something else that would allow them to be able to drag files?

    For downloads, go to your user folder downloads and remove them there. Same for Applications. To remove alias from the Dock hold down the command key while dragging them from the Dock.
    If that does't work, go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. Then try a Dock reset.
    Try doing a Dock restart using the following Terminal command:
    killall Dock
    Log out/in and test. If that doesn’t work, you need to look in your user Library/Applications Support/Dock for the .db. Use the Finder “Go To Folder” command. Enter ~/Library/Applications Support/Dock.  Move the .db to your desktop.
    Then try a dock reset.
    Applications/Utilities/Terminal enter the command
    killall Dock
    Log out/in test. If it works okay, delete the .db from the desktop.
    If the Dock is the same, return the .db to where you got them from, overwriting the newer ones.

  • Drag file OUT of portfolio onto another program

    By default a user is able to drag a file out of a pdf portfolio onto their desktop or a folder. I'm wondering if it's possible to grant permission to drag the file out of the portfolio into a specified document. Is this possible? Where/how could I modify this permission? Specifically, I have image files that I want to drag out of the portfolio and into another pdf document.

    I posted this on another thread. See if this works:
    1) Uncheck "Backup previous version" in Keynote's Preferences.
    2) Make a duplicate copy of your file that has issues and save it.
    3) If you still get spinning wheels from switching between apps after editing or 10 seconds of inactivity, manually save with command+s. It may beach ball here but be patient and wait for it to finish! Try editing and resume doing work now.
    Command+s may be a bit slow but I think that might be normal since the files are so big.
    Good luck and let me know if this works.

  • Dragging files out of portfolio

    By default a user is able to drag a file out of a pdf portfolio onto their desktop or a folder. Permission to drag those items onto another document or program is restricted. I'm wondering if it's possible to grant permission to drag the file out of the portfolio into a specified document/program. Is this possible? Where/how could I modify this permission? Specifically, I have image files that I want to drag out of the portfolio and into another pdf document.

    Hi,
    I don't think you are going to have much luck with this task.
    While you can drag out of a portfolio, it is generally just to Explorer. You can't drag a file into another PDF, using drag and drop. This functionality is not available within Acrobat.
    In addition you will not be able to drag images from a portfolio or from Explorer into an image field in an XFA form.
    Sorry,
    Niall

  • Export raw file out of lightroom

    Is there a way to export a raw file out of LR if who want to work on
    in other app? I wanted to use DoX on some I-Stock photos and wanted just
    to export.

    This sounds like you are trying to replicate an Aperture function - exporting the raw files to get them out of its dungeon or vault.
    You might not need to export the raw files in LR. If you drag to the Mac Desktop, you are duplicating the raw file, which may well be what you want to achieve. Alternatively why not just Cmd-R to show them in Finder and then edit them in DoX (what?). The other alternative is to do your LR adjustments and then use export to generate TIF or JPG files for further editing. But without knowing what DoX is, it's hard to say what the right way may be.
    John

  • How can I get settings files out of the Library folder?

    I had to do a clean reinstall (erase & reinstall) to clear up some problems on my Mac. Unfortunately, when you do this, your settings, customizations, bookmarks etc. aren't transferred over as they do when you upgrade in the normal way.
    For example, dashboard widgets are in each user's <home folder>/Library/Widgets folder.
    I could restore some of these settings by dragging the settings files from the old System Folder to the new one. Unfortunately, Apple is making this harder by hiding the Library folder in the user folder, both on the Mac and on the backup drive.
    There is a command to enter in Terminal to show your Library folder, but this only seemed to work on the Mac and not on my backup drive.
    How can I get key settings files out of the Library folder on my backup drive when the Library folder is hidden?
    Thanks

    Open the enclosing folder, choose Go to Folder from the Finder's Go menu, and provide Library as the path.
    (80699)

  • I took the system file out of the system folder on os 9.2 can't boot to put file back in machine also has osx 10.2 but won't let me boot to either need os 9 compatible boot disk I think?

    I took the system file out of the system folder on os 9.2 can't boot to put file back in machine also has osx 10.2 but won't let me boot to either need os 9 compatible boot disk I think?

    If the OS X 10.2 on the hard drive is/was bootable, try this -
    Restart or boot, then immediately press the X key, keep it held down until you know the machine has started to boot using OS X. This is a hardware instruction to the Mac to boot using the first usable instance of OS X it finds.
    Once booted to OS X, you should be able to move OS 9's System file into OS 9's System Folder.
    Note - in general, unless you know for sure what you are doing and that the results are desired, do not relocate or rename files in OS 9's System Folder or in OS X's System or Library folders.

  • Getting files out of the Hard Drive

    My laptop's motherboard fried out a couple of days ago, and the repairist said that it's beyond repair. I was wondering if there was a way to get some of the files out of the hard drive, if it's possible, with an adapter designed for hard drives of something?
    Laptop: TOSHIBA Satellite A205-S5831
    Graphics Engine: Mobile Intel® Graphics Media Accelerator X3100
    OS: Windows Vista Home Premium [32-bit]
    Memory: 1GB PC5300 DDR2 667MHz SDRAM
    Hard Drive Model
    HDD Model: TOSHIBA MK1637GSX [160GB]
    Solved!
    Go to Solution.

    Satellite A205-S5831 
    If the hard disk is still good, sure. Just place it in an enclosure and plug that into the USB port of another computer.
    To remove the hard drive, see the first two steps here.
    -Jerry

  • Exporting files out of LR3?

    Has anyone had problems exporting files out of LR3? This was very simple in LR2. I receive orders via email, print them out, and then pull up the selected images 1 or 3 or 50 @ a time. LR3 is not exporting over 1 or 2 images and then it freezes up.

    Reinstallation will not do anything except aggravate you.
    Try:
    1. Run Lr from a new user account.
    2. Try not exporting to the external drive if you are. If you catalogue or photos are on the external drive, see if you can create a new catalogue containing this photos (import from the other catalogue) and try exporting from that one.
    3. If it freezes get the Sample output from the process via Activity Monitor. If it crashes collect the crash log out of your Library.

  • Dragging Files Out Of iTunes

    Hey guys
    I want to drag files out of my iTunes library, onto a flash drive so i can put it onto my PS3. Anyway, some of the albums i have drag like normal, and i can put them on, but some albums dont. When i drag the files, nothing happens. Even when i try and drag them to the desktop, still nothing. So i go right click, and show in windows explorer, but i get the error "c:/documents and settings.... etc." "Access Id Denied"
    But i can access the file that is in my My Music folder, if you get me, but just can't drag it out of iTunes. Anyway know of a solution? I don't want to drag it out of my My Music folder, because the album artwork doesn't follow it, but if i drag it out of the iTunes library, album art follows it.
    Cheers.

    What kind are the files you are trying to copy from itunes?

  • Exporting raw files out of Aperture

    How does one go about getting the raw files back out of aperture? I know that when opening the external editor it opens up in Tiff or PDS. I want to get my original Raw file out to being working with out the processing of the raw file in Aperture. Can any one help me?

    Option 1. File>Export>Export Master... (also available by Right-clicking/Control-clicking on the selected thumbnails or by pressing Command-Shift-S)
    Option 2. File>Relocate Master... and start storing the images as referenced files outside the Library.
    Option 3. Use the search box in the top right of the forum pages...
    Ian

  • Copying Band files OUT of iTunes

    Hi, I have written a few songs with GB for iPad, great tool, absolutely loving it!
    But for one niggle; I can't seem to "drag-and-drop" export the ".band" files I send to iTunes into my Windows 7 desktop? I understand from my research that the ".band" file is actually a folder (on Mac anyways) so I am thinking this may be the cause of the issue (being probably a different structure to that expected by Windows, hence Windows doesn't like to save it perhaps?)
    Anyways, despite this what I could do with is a way of getting my ".band" files out of iTunes and on to a hard drive so that I can have backups of my compositions and share them with other members of my family that are also composing, but on different devices.
    Any ideas on how this can be achieved? The simple way would seem to be the drag-out procedure that I use for the converted m4p versions of my music, but this simply doesn't work with the ".band" files...
    Any help much appreciated!!

    The Band file in Windows 7 is indeed all in a folder. To get at it:
    -- Connect your iPad up to your Windows 7 machine
    -- Launch iTunes
    -- in iTunes - Click on the "Apps" Selection at the top of the window (sandwiched between "Info" and "Music" on the top
    -- Scroll down to "File Sharing" in the window
    -- Click on GarageBand in the list of apps
    -- Highlight the Band file you want to export (listed to the right under "GarageBand Documents"
    -- Click the "Save To" button
    Specify the folder you want to dump the files to. I'd recommend a new folder, or one specifically for GarageBand files.. as there will be several new files dumped there.
    That should do it . . .

Maybe you are looking for

  • Install Windows 8.1 BootCamp drivers on old MacBook (Late 2008)

    Here is how I installed BootCamp drivers for 8.1 on my old MakBook (Late 2008): Download Boot Camp 4.0.4033 (Drivers for old MacBook is in this version) Install Windows 7, then WIndows 8.1 (There are other threads on how to do that). After Windows 8.

  • Quicktime does not work on my fathers windoze computer.

    Please help, as I am trying to switch him to mac, yet this is making him think that macs arent all theyre thought to be. He has the latest version of quicktime, but when he starts it up, he gets nothing but the little quicktime window bar on top. No

  • REP-0118 Unable to create a temporary file in "Windows 7 "

    We are using Report Builder Version 6.0.8.24.0 and Windows7 32 bit operating system, here While Running a Report through form i am getting this below error. REP-0118 Unable to create a temporary file* But while running the same report in a windows 98

  • External drives won't mount after running repair permissions

    None of my external drives will mount after running disk permissions. Drives work fine on my mbpro. None of the external drives show up in disk utilities... I've try shutting down and unplugging computer. even mini zip drives won't mount. I'm running

  • Do I need to install remote desktop client update

    It seems when I install this update my start up time increases I just did a new erase and install of SL so do i need this update ? what is it for? start up seems so much like before SL after startup increased 5 seconds or so more