Specified a smaller partition size than the filesystem, using parted

I felt so sorry to make such a stupid mistake:
I shrinked the filesystem size with resize2fs, in the next step, I used parted to resize the corresponding partition. But unfortunately, because parted treated 1GB as 1000MB, which is quite different from the Linux system, that made me specified a smaller partition size than filesystem size. As you can predict, this ruined the filesystem. How can I restore my files?
Last edited by victl (2014-12-07 17:06:55)

victl wrote:
ackt1c wrote:Boot Live CD and mount the partition, copy necessities.
Thank you, I'll try. But is there any method to avoid data lose?
Backups.
Not a Sysadmin issue, moving to NC...

Similar Messages

  • Exported mp4 or flv has much smaller frame size than the original

    Not sure if I started the project the wrong way or if I'm doing something wrong when I export.
    My imported file is an mp4 29.87 fps 44,100Hz 16 bit stereo.
    480x360
    When I export it as an flv or mp4 the image is about the size of a postage stamp surrounded by a huge black border.
    Any help would be much appreciated.
    I'd rather export and flv.
    Martin
    P.S. I'd like the exported size to be around 390x214 or something a tad smaller than 400 wide.

    Thank you Hunt for your reply.
    I was an editor for 30 years (Michael Redbourn) and did some editing on Premiere a few years back for a client, but somebody set up the pre-sets and did the export for me, so as is obvious I know next to nothing about how to do either.
    What is your Sequence Preset? Does it match that Source Footage?
    I didn't see any preset that matched 44,100 hz
    How can I check to see what my sequence preset is?
    In those Export formats, what are the Presets used?
    What are the settings for the Frame Size options?
    In those formats, if you chose, say a DV Preset, and did not do cropping, you would get what you describe.
    I tried several and certainly one of them was a DV preset, and I didn't crop.
    The answers to the above questions should give others something to work with, and likely get you a solution to the issue.
    I'm really just experimenting with a short sequence and to reedit it will be really simple, so if you could tell me which presets and export settings to use, I will redo the project and learn a lot at the same time.
    Original clip is an mp4 29.87 fps 44,100Hz 16 bit stereo 480x360
    I'd like the exported size to be around 390x214 (preferable .flv) or something a tad smaller than 400 wide.
    Thanks again,
    Michael

  • [svn] 1991: Also reducing HexEncoder buffer size from 64K to 32K to help with the smaller stack size of the AVM on Mac as part of fix for SDK-15232 .

    Revision: 1991
    Author: [email protected]
    Date: 2008-06-06 19:05:02 -0700 (Fri, 06 Jun 2008)
    Log Message:
    Also reducing HexEncoder buffer size from 64K to 32K to help with the smaller stack size of the AVM on Mac as part of fix for SDK-15232.
    QE: Yes, please test mx.utils.HexEncoder with ByteArrays larger than 64K on PC and Mac too.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-15232
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15232
    http://bugs.adobe.com/jira/browse/SDK-15232
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/utils/HexEncoder.as

    I'm having this same issue. I also have this line in my log, which is curious:
    12/14/14 7:13:07.822 PM netbiosd[16766]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.smbd
    Is this related to the problem? What does it mean?
    My 2010 27" iMac running Yosemite won't wake up from sleep.

  • [svn] 1990: Reducing Base64Encoder buffer size from 64K to 32K to help with the smaller stack size of the AVM on Mac .

    Revision: 1990
    Author: [email protected]
    Date: 2008-06-06 18:53:36 -0700 (Fri, 06 Jun 2008)
    Log Message:
    Reducing Base64Encoder buffer size from 64K to 32K to help with the smaller stack size of the AVM on Mac.
    QE: Yes, please test mx.utils.Base64Encoder with Strings and ByteArrays larger than 64K on PC and Mac after these changes.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-15232 - mx.utils.Base64Encoder.encodeBytes "toString()" or "flush" produces 1511 error on MAC
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15232
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/utils/Base64Encoder.as

    You can go with these options :
    http://musewidgets.com/collections/all/products/responsive-image
    http://musewidgets.com/collections/all/products/responsive-images
    Thanks,
    Sanjit

  • HT201622 How do I install apps on a new iPhone 6 that uses a different Apple ID than the one used to purchase the apps?

    How do I install apps on a new iPhone 6 that uses a different Apple ID than the one used to purchase the apps?

    Sign in to the iPhone or connect the phone to the computer and sign into the store using the original ID and download the apps to the phone?

  • How can I resize the size of the Excel web part?

    I have a spreadsheet that i want to use to populate a page in my SharePoint site.  i copied the workbook to the site, created the page and added the excel web part. then i linked the workbook to the web part and submitted.  it displays but only
    about 25% of the sheet shows. i dont want to use the thumbs to scroll inside the web part. i want the web part sized to show the entire spreadsheet.  cant seem to find how to size the web part. Can some kind soul help me out here.
    thanks

    Hi,
    According to your post, my understanding is that you wanted to resize the size of the Excel web part.
    Per my knowleadge, most of the time excel web parts turn out ugly, due to the fact that they’re rendered in an iframe and therefore the browser doesn’t resize the container to fit the content.
    As a workaround, we can edit the page where you want the resizing to happen, add in a content editor web part, and paste the following code into the source editor.
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () { // resizes excel webparts
    $("td[id^='MSOZoneCell_WebPart']").each (function (i, e) {
    var findIframe = $(e).find ("iframe:first");
    if (findIframe &amp;&amp; findIframe.attr ("scriptforiframecontent"))
    bindEwaLoaded ("#"+e.id);
    function bindEwaLoaded(obj) { // bind event to the web part
    $(obj).bind ("ewaLoaded", function (e) {
    var b = $(e.target).find ("iframe:first").attr ("postedbackalready");
    if (b == undefined) // loop until iframe is ready
    setTimeout (function() { $(e.target).trigger ("ewaLoaded"); }, 1000);
    else // try to resize now
    ewaSetSize (e.target);
    }).trigger ("ewaLoaded"); // first trigger now
    function ewaSetSize(obj) { // resize elements
    // configure paddings
    var excelObjectWidthPadding = 50;
    var excelObjectHeightPadding = 50.
    var w, h, div1, div2;
    var e = $(obj).find ("iframe:first").contents().find ("table.ewrnav-invisibletable-nopadding:last");
    if (e.length != 0) { // excel table
    w = e.width ();
    h = e.height ();
    div1 = $(obj).find ("table:first> tbody:first> tr:eq(1)> td> div> div");
    div2 = $(div1).find ("table:first> tbody:first> tr:eq(1)> td> div");
    } else {
    e = $(obj).find ("iframe:first").contents().find ("div.ewrchart-img-div");
    if (e.length != 0) { // excel chart
    w = e.width ();
    h = e.height ();
    div1 = $(obj).find ("table:first> tbody:first> tr:eq(0)> td> div> div");
    div2 = $(div1).find ("table:first> tbody:first> tr:eq(1)> td> div");
    if (w == 0 || w == undefined) { // loop until content is ready
    setTimeout (function() { ewaSetSize (obj); }, 1000);
    } else { // do resize
    w += excelObjectWidthPadding;
    h += excelObjectHeightPadding;
    div1.width (w);
    div2.height (h);
    </script>
    For more information:
    Automatically resizing Sharepoint Excel Web Parts
    JQuery for Everyone: Dynamically Sizing Excel Web Parts
    Dynamically re-sizing excel services webparts
    Thanks,
    Jason
    Jason Guo
    TechNet Community Support

  • Next value of the sequence is lower than the already used value

    Hello All
    Recently we have done a test migration of a Database from 10.2.0.4 to 11.2.0.2.
    The source database was open during the test migration.
    We used Datapump utility for this, first we have created the dump files using the EXPDP and then imported to the target DB using IMPDP.
    Now we are facing issues with the SEQUENCE as under mentioned
    SELECT Max(RegNr) FROM W23AS.werkProstats;
    2058292SELECT W23AS.werkRegNr.NEXTVAL FROM Dual;
    2058285As you can see the next value of the sequence is lower than the already used value.
    Can anybody point out the reason for this.
    NOTE : This particular sequence is defined with NOCACHE option.
    CREATE SEQUENCE W23AS.werkRegNr START WITH 2000000 NOCACHE;
    Thanks InAdvance
    Cheers Tapas

    Hi Keith
    Please find the details as mentioned below
    i) You did not migrate the sequences
    We migrated the Sequences too.
    ii) you migrated the entire schema but these sequences already existed and therefore were not migrated. (ignore error when object exists ).
    These sequences were not existing before.

  • Increase the size of the cache using the cache.size= number of pages ?

    Hi All,
    I am getting this error when I do load testing.
    I have Connection pool for Sybase database that I am using in my JPD. I am using Database control of weblogic to call the Sybase Stored procedure.
    I got following exception when I was doing load testing with 30 concurrent users.
    Any idea why this exception is coming ?
    thanks in advance
    Hitesh
    javax.ejb.EJBException: [WLI-Core:484047]Tracking MDB failed to acquire resources.
    java.sql.SQLException: Cache Full. Current size is 2069 pages. Increase the size of the cache using the cache.size=<number of pages>
         at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown Source)
         at com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(Unknown Source)
         at com.pointbase.net.netJDBCConnection.prepareStatement(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnv.makeStatement(ConnectionEnv.java:1133)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:917)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:905)
         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:350)
         at weblogic.jdbc.wrapper.JTSConnection.prepareStatement(JTSConnection.java:479)
         at com.bea.wli.management.tracking.TrackingMDB.getResources(TrackingMDB.java:86)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:141)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:115)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    hitesh Chauhan wrote:
    Hi All,
    I am getting this error when I do load testing.
    I have Connection pool for Sybase database that I am using in my JPD. I am using Database control of weblogic to call the Sybase Stored procedure.
    I got following exception when I was doing load testing with 30 concurrent users.
    Any idea why this exception is coming ?
    thanks in advance
    Hitesh Hi. Please note below, the stacktrace and exception is coming from the
    Pointbase DBMS, nothing to do with Sybase. It seems to be an issue
    with a configurable limit for PointBase, that you are exceeding.
    Please read the PointBase configuration documents, and/or configure
    your MDBs to use Sybase.
    Joe
    >
    javax.ejb.EJBException: [WLI-Core:484047]Tracking MDB failed to acquire resources.
    java.sql.SQLException: Cache Full. Current size is 2069 pages. Increase the size of the cache using the cache.size=<number of pages>
         at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown Source)
         at com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(Unknown Source)
         at com.pointbase.net.netJDBCConnection.prepareStatement(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnv.makeStatement(ConnectionEnv.java:1133)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:917)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:905)
         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:350)
         at weblogic.jdbc.wrapper.JTSConnection.prepareStatement(JTSConnection.java:479)
         at com.bea.wli.management.tracking.TrackingMDB.getResources(TrackingMDB.java:86)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:141)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:115)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

  • HT2688 Having updated to iOS7, I am unable to upload a video to shared stream but when I do, it won't play on any device other than the one used to upload ... help

    Having updated to iOS7, I am unable to upload a video to shared stream but when I do, it won't play on any device other than the one used to upload ... help please

    I also have this problem, as does everybody else I know who has tried to use the video in icloud. As the original poster says, they can be uploaded, but will only play on the device from which they were originally uploaded, appeaering only as images which display an endless buffering symbol when "played" on any other devices with which the photostream is shared.
    Has anyone been able to get this to work? And if not, why is there no acknowledgement from Apple that this bug exists and will be addressed in an update (now running 7.0.2 and still no improvement)? It was, after all, advertised as one of the attractive new features of iOS 7. So why the stony silence?

  • Photoshop CS6 pentool reaction rate was slower than the first use of Photoshop CS6 pentool. I wonder the fundamental cause and solution rather than optimization.

    Photoshop CS6 pentool reaction rate was slower than the first use of Photoshop CS6 pentool. I wonder the fundamental cause and solution rather than optimization.

    I have no problem with CS6 Pen tool performance. Its instantaneous.  I'm using Windows 7 Pro and CS6 version 13.1.2. on a Dell workstation PC.
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • I had a "pdf export" plan and upgraded it to "pdf pack" plan and it was charged the full price of the new plan in my credit card. How to get the refund of the non used part of the old plan?

    I had a "pdf export" plan and upgraded it to "pdf pack" plan and it was charged the full price of the new plan in my credit card. How to get the refund of the non used part of the old plan?

    Hi edilsoncf,
    I've seen your question on several forums, and responded there. Did you get your subscription sorted out?
    See: How do I get a refund if I have multiple Acrobat service subscriptions?
    Best,
    Sara

  • I had a "pdf export" plan and upgraded it to "pdf pack" plan and it was charged the full price of the new plan in my credit card. How to get back the non used part of the old plan?

    I had a "pdf export" plan and upgraded it to "pdf pack" plan and it was charged the full price of the new plan in my credit card. How to get back the non used part of the old plan?

    Hi edilsoncf,
    I've seen your question on several forums, and responded there. Did you get your subscription sorted out?
    See: How do I get a refund if I have multiple Acrobat service subscriptions?
    Best,
    Sara

  • Just purchased a Mac today. Large screen but small type size on the desktop. How can I change the font size that appears on the desktop? The only place that I can find font size is in word and this is not what I need. Thanks for your help!

    JUST PURCHASED A MAC TODAY. LION OS. NEED HELP INCREASING THE SIZE OF THE FONTS ON THE DESKTOP. EVEN THOUGH I HAVE A LARGE SCREEN, THE TYPE SIZE IS VERY SMALL. GOING TO WORD AND CHANGING THAT TYPE SIZE IS ALL I HAVE FOUND IN HELP TOPIC.

    Finder > View > Show View Options
    Change the text size to whatever you want.

  • Why do copied files show different file sizes than the original files?

    When I copy files (to another drive, folder, etc.) some show the same file size as the original, but others don't.
    I'm guessing this is not abnormal, but what causes it?
    Thanks.

    Hi dymar,
    Copying to another Drive is understandable, they may have a differentnumber of Blocks allocated per file, for insnce a one Byte file might take up 512 bytes, 1024 Bytes, etc, but a Get info should show the actual size of the file within that/those blocks.
    If copying to another Format, like MS-DOS, Forks may be lost also.
    There are ways to actually Compare the files...
    http://www.hutsby.net/2008/01/apple-mac-osx-compare-files-and-folders.html
    http://www.deltopia.com/compare-merge-sync/macosx/
    http://www.macworld.com/article/49584/2006/03/cmpfldr.html
    http://www.araxis.com/merge_mac/index.html
    Or the most expensive one & my favorite, but far more useful, Tri-Backup...
    http://www.tri-edre.com/english/tribackup.html

  • Maximum Partition Size for External Drive using DU

    Hello,
    I just purchased a 750g Maxtor USB drive for use with Time Machine. When I went into DU to partition and format the drive I was surprised to find that every time I went to create a single partition using all available space, the operation would error out. I was however able to create two partitions with the largest one sized around 650g or so. I was using the Mac file system.
    This just seems odd to me. Does OS X have a maximum allowable partition size that prevents me from creating one large partition?
    Thanks,
    Robert

    Hi Robert
    You should be able to delete the partition, try again using the instruction in the following article:
    http://macs.about.com/od/applications/ss/diskutilitysize_5.htm
    Dennis

Maybe you are looking for

  • Iview calling R/3 transaction with double click to call url

    Hello, I have create a bespoke transaction that displays EH&S incidents, the user has the option to double a line which calls a web dynpro and displays in a new window. (FM CALL_BROWSER is used to open the URL) This functionality works in R/3, if a u

  • CCFL Bulb

    From what I know from most Apple Portables....It has a CCFL Bulb...My problem is this...I have a Macbook and it seems that the this CCFL bulb is not turning itself on whenever I try to start the Macbook. In other words I have a dim background. I know

  • Error Accessing an Oracle Function

    Hi There, I am trying to access an oracle function and getting an error. CREATE OR REPLACE FUNCTION simple RETURN VARCHAR2 IS BEGIN RETURN 'Simple Function'; END simple; <cfstoredproc procedure="simple" datasource="MySource" returnCode ="no"> <CFPROC

  • Design Folder in Screen Painter

    Hello, Where can I  find information on Design Folder in Screen Painter? Because the information on the help is very basic. Best Regards, Jose.

  • Imessage geht nicht mehr

    Imessage funktioniert nicht mehr!!!!