Partition corruption (not physical) - due to Gnome?

Hi, a bit of lengthy background.
I use Arch 64-bit with awesomewm on my laptop with no problems. Two days ago I decided to also install Arch (32-bit) on my desktop workstation, partly to have fun with the new installer, partly to setup remote SSH access to backups, things like that. I set up the system and installed Gnome for ease of use (it would mainly be a console machine anyway) as well as VirtualBox to boot my existing WinXP install for work use. The problem (detailed below) started happening when I first set up my VM, and after some trial and error I found it would happen even without starting VirtualBox up. I then reformatted the partitions and reinstalled 64-bit Arch (easier because I already had cached packages from my laptop). Same symptoms. Previously both installs were ext4 for / and /home, I also tried replacing btrfs for / and /home, no difference. ONE time I got these symptoms for / (not /home) partition. Now I've installed XFCE and till now I can't replicate. At this point in time, / is btrfs and /home is ext4. If I go an hour without the problem I'm replacing /home with btrfs.
The problem:-
1. On starting Gnome up, everything works. I have full rw access to / and /home partitions
2. After some amount of time with some applications open, I start receiving error messages about the /home partition being mounted read-only
3. If I reboot after (2) happens, obviously there's fsck-ing needed. On ext4 the errors went something like "inodes that were part of a corrupted orphan linked list were found". I couldn't execute btrfs-fsck when I tried it as a replacement for ext4, it never completed, though I neglected to take note of the error messages.
Last note - I started up gparted (with the current latest setup) to test the integrity of the hard disc, both brief and extended disc tests showed no errors (pre-failure and old age on some rows, but that's to be expected, this machine is maybe 3-5 years old).
Any suggestions on what may be the problem, or any PEBKAC to point out? I eventually want to use this machine as console-only with VirtualBox running headlessly so I can rdesktop in to the Windows install (which will also be running 100% of the time, auto-started at boot), so I don't really need a DE or whatever. I'm just surprised to be having such problems, honestly.
EDIT: update - just got the problem on XFCE as well, but only AFTER installing virtualbox and qt (for virtualbox's GUI). Too much of a coincidence I think... uninstalled both, now going to stress test the machine with other apps for a while
Last edited by ngoonee (2012-08-15 01:13:04)

The same thing is happening to me. I had just click on a form submit button and suddenly the video went dizzy for an very little instant, almost couldn't see it, the screen went black and a message warning the system crash appeared. After that, the system rebooted with a progress bar under the spinning circle and it turns my Mac off when it is fulfilled.
Trying the native Apple hardware test right now to see if it can identify any problem.
I'll post any news here in at most one hour, after the test finishes.

Similar Messages

  • My Mavericks Partition Will Not Boot due to "Incorrect Number of Thread Records", But Windows 7 On Same Drive Does

    I got up from my chair at the office to make myself coffee and came back to find my computer powered down. "That's weird," I said,  "I don't remember turning the computer off." I pressed the power button and the loading bar appeared below he apple symbol (as it should do on a bad shutdown) but alas, when the bar got to the end, there was a loading ring, and the computer immediately shut down.
    I then held down the alt key and was able to boot up in my Bootcamp Windows 7 partition (on the same hard drive) but I am unable to do a few things with my OS X Mavericks partition
    First off I have the entire partition backed up, as I was able to access all of the files and the drive using my windows partition (drive appeared in "my computer" I was able to copy paste everything just fine). Secondly when I boot in the Recovery HD, the "Macintosh HD" partition appears unmounted, I can't erase it because disk utility says that the disk could not be opened. When I try to verify it, it says that the drive needs to be repaired, but when I repair it, disk utility tells me "Error: Disk utility can't repair this disk...disk, and restore your backed-up files."
    tldr; I cannot erase the disk, I cannot repair the disk using disk utility in the Recovery HD, but I can see the disk in windows running on the same drive... so at least I have that going for me.
    I tried starting up in verbose mode and it failed after 3 tries, I attempted to use the method described here http://african-heart.blogspot.com/2010/07/fixing-invalid-node-structure-in-mac.h tml?m=1 . I have run the method 6 times and nothing has worked. Ideally I'd like to wipe the "Macintosh HD" partition and start again, but I cannot seem to do that through disk utility
    are there any methods for fixing the partition/wiping the partition that I am missing?

    The same thing is happening to me. I had just click on a form submit button and suddenly the video went dizzy for an very little instant, almost couldn't see it, the screen went black and a message warning the system crash appeared. After that, the system rebooted with a progress bar under the spinning circle and it turns my Mac off when it is fulfilled.
    Trying the native Apple hardware test right now to see if it can identify any problem.
    I'll post any news here in at most one hour, after the test finishes.

  • Datafile not restored due to missing or corrupt data

    Hi all,
    I was asked to restore a RMAN backup which we got from another region, the rman backup contains controlfiles and datafiles as compressed backupset.
    oracle version is 10.2.0.3.0
    aix version 6
    First, I have restored the control file using the below command:
    run
    +{+
    allocate channel t1 type disk;
    restore controlfile from '/oracle/app/prod/rman/cf_t799873684_s17_p1';
    alter database mount;
    +}+
    Second, I have cataloged the backup piece:
    catalog backuppiece '/oracle/app/prod/rman/df_t794754324_s12_p1';
    catalog backuppiece '/oracle/app/prod/rman/df_t793567544_s13_p1';
    catalog backuppiece '/oracle/app/prod/rman/df_t731097654_s14_p1';
    catalog backuppiece '/oracle/app/prod/rman/df_t792538698_s15_p1';
    catalog backuppiece '/oracle/app/prod/rman/df_t792183472_s16_p1';
    catalog backuppiece '/oracle/app/prod/rman/cf_t799873684_s17_p1';
    Third, used below command to restore:
    +run {+
    allocate channel t1 type disk;
    allocate channel t2 type disk;
    allocate channel t3 type disk;
    allocate channel t4 type disk;
    set newname for datafile 01 to '/oracle/app/oradata/dbprod/system01.dbf';
    set newname for datafile 02 to '/oracle/app/oradata/dbprod/undotbs01.dbf';
    set newname for datafile 03 to '/oracle/app/oradata/dbprod/sysaux01.dbf';
    set newname for datafile 04 to '/oracle/app/oradata/dbprod/users01.dbf';
    set newname for datafile 06 to '/oracle/app/oradata/dbprod/datafile005.dbf';
    set newname for datafile 07 to '/oracle/app/oradata/dbprod/datafile006.dbf';
    set newname for datafile 08 to '/oracle/app/oradata/dbprod/datafile007.dbf';
    set newname for datafile 09 to '/oracle/app/oradata/dbprod/datafile008.dbf';
    set newname for datafile 10 to '/oracle/app/oradata/dbprod/datafile009.dbf';
    set newname for datafile 11 to '/oracle/app/oradata/dbprod/datafile010.dbf';
    set newname for datafile 14 to '/oracle/app/oradata/dbprod/datafile001.dbf';
    set newname for datafile 15 to '/oracle/app/oradata/dbprod/datafile002.dbf';
    set newname for datafile 16 to '/oracle/app/oradata/dbprod/datafile003.dbf';
    set newname for datafile 17 to '/oracle/app/oradata/dbprod/datafile004.dbf';
    set newname for datafile 18 to '/oracle/app/oradata/dbprod/indfile001.dbf';
    set newname for datafile 19 to '/oracle/app/oradata/dbprod/indfile002.dbf';
    set newname for datafile 20 to '/oracle/app/oradata/dbprod/indfile011.dbf';
    restore database;
    switch datafile all;
    recover database;
    +}+
    But while restoring, I got error like below:
    Starting restore at 22-OCT-12
    channel t1: starting datafile backupset restore
    channel t1: specifying datafile(s) to restore from backup set
    restoring datafile 00004 to /glotam3/oracle10g/oradata/T24DEV3/users01.dbf
    restoring datafile 00007 to /glotam3/oracle10g/oradata/T24DEV3/datafile006.dbf
    restoring datafile 00011 to /glotam3/oracle10g/oradata/T24DEV3/datafile010.dbf
    restoring datafile 00012 to /glotam3/oracle10g/oradata/T24DEV3/recop01.dbf
    restoring datafile 00014 to /glotam3/oracle10g/oradata/T24DEV3/datafile001.dbf
    channel t1: reading from backup piece /oracle/app/prod/rman/df_t793567544_s13_p1
    channel t2: starting datafile backupset restore
    channel t2: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /oracle/app/oradata/dbprod/system01.dbf
    restoring datafile 00003 to /oracle/app/oradata/dbprod/sysaux01.dbf
    restoring datafile 00008 to /oracle/app/oradata/dbprod/datafile007.dbf
    restoring datafile 00015 to /oracle/app/oradata/dbprod/datafile002.dbf
    restoring datafile 00018 to /oracle/app/oradata/dbprod/indfile001.dbf
    channel t2: reading from backup piece /oracle/app/prod/rman/df_t792538698_s15_p1
    channel t3: starting datafile backupset restore
    channel t3: specifying datafile(s) to restore from backup set
    restoring datafile 00002 to /oracle/app/oradata/dbprod/undotbs01.dbf
    restoring datafile 00009 to /oracle/app/oradata/dbprod/datafile008.dbf
    restoring datafile 00013 to /oracle/app/oradata/dbprod/prefstat01.dbf
    restoring datafile 00016 to /oracle/app/oradata/dbprod/datafile003.dbf
    restoring datafile 00019 to /oracle/app/oradata/dbprod/indfile002.dbf
    channel t3: reading from backup piece /oracle/app/prod/rman/df_t731097654_s14_p1
    channel t4: starting datafile backupset restore
    channel t4: specifying datafile(s) to restore from backup set
    restoring datafile 00006 to /oracle/app/oradata/dbprod/datafile005.dbf
    restoring datafile 00010 to /oracle/app/oradata/dbprod/datafile009.dbf
    restoring datafile 00017 to /oracle/app/oradata/dbprod/datafile004.dbf
    restoring datafile 00020 to /oracle/app/oradata/dbprod/indfile011.dbf
    channel t4: reading from backup piece /oracle/app/prod/rman/df_t794754324_s12_p1
    ORA-19870: error reading backup piece /oracle/app/prod/rman/
    df_t793567544_s13_p1
    ORA-19612: datafile 11 not restored due to missing or corrupt data
    channel t3: restored backup piece 1
    failover to piece handle=/oracle/app/prod/rman/
    df_t731097654_s14_p1 tag=TAG20120822T184703
    channel t3: restore complete, elapsed time: 01:06:05
    channel t2: restored backup piece 1
    failover to piece handle=/oracle/app/prod/rman/
    df_t792538698_s15_p1 tag=TAG20120822T184703
    channel t2: restore complete, elapsed time: 01:09:10
    ORA-19870: error reading backup piece /oracle/app/prod/rman/
    df_t794754324_s12_p1
    ORA-19612: datafile 20 not restored due to missing or corrupt data
    failover to previous backup
    released channel: t1
    released channel: t2
    released channel: t3
    released channel: t4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 10/22/2012 15:11:23
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 20 found to restore
    RMAN-06023: no backup or copy of datafile 17 found to restore
    RMAN-06023: no backup or copy of datafile 10 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN>
    This same rman backup has been restored in other server, the commands were same but the db was not restored in my server.
    Kindly help me....
    Thanks in advance,
    nonuday

    Hi mseberg,
    When I executed the below command with same date. This is what is got and am not able to understand what it says.
    RMAN> run
    +{+
    SET UNTIL TIME "TO_DATE('10/22/2012','MM/DD/YYYY')";
    restore database preview;
    +}2> 3> 4> 5>+
    executing command: SET until clause
    Starting restore at 23-OCT-12
    using channel ORA_DISK_1
    List of Backup Sets
    +===================+
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    +8 Full 11.68G DISK 02:10:15 22-AUG-12+
    BP Key: 18   Status: AVAILABLE  Compressed: YES  Tag: TAG20120822T184703
    Piece Name: /oracle/app/prod/rman/df_t793567544_s13_p1
    List of Datafiles in backup set 8
    File LV Type Ckp SCN    Ckp Time  Name
    +4 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/users01.dbf+
    +7 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile006.dbf+
    +11 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile010.dbf+
    +12 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/recop01.dbf+
    +14 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile001.dbf+
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    +10 Full 11.35G DISK 02:15:49 22-AUG-12+
    BP Key: 16   Status: AVAILABLE  Compressed: YES  Tag: TAG20120822T184703
    Piece Name: /oracle/app/prod/rman/df_t792538698_s15_p1
    List of Datafiles in backup set 10
    File LV Type Ckp SCN    Ckp Time  Name
    +1 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/system01.dbf+
    +3 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/sysaux01.dbf+
    +8 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile007.dbf+
    +15 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile002.dbf+
    +18 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/indfile001.dbf+
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    +11 Full 10.78G DISK 02:20:07 22-AUG-12+
    BP Key: 15   Status: AVAILABLE  Compressed: YES  Tag: TAG20120822T184703
    Piece Name: /oracle/app/prod/rman/df_t731097654_s14_p1
    List of Datafiles in backup set 11
    File LV Type Ckp SCN    Ckp Time  Name
    +2 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/undotbs01.dbf+
    +9 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile008.dbf+
    +13 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/prefstat01.dbf+
    +16 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile003.dbf+
    +19 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/indfile002.dbf+
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    +12 Full 16.83G DISK 03:25:43 22-AUG-12+
    BP Key: 14   Status: AVAILABLE  Compressed: YES  Tag: TAG20120822T184703
    Piece Name: /oracle/app/prod/rman/df_t794754324_s12_p1
    List of Datafiles in backup set 12
    File LV Type Ckp SCN    Ckp Time  Name
    +6 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile005.dbf+
    +10 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile009.dbf+
    +17 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile004.dbf+
    +20 Full 30013719101 16-AUG-12 /u01/oradata/dbproddata/datafile011.dbf+
    archive logs generated after SCN 30013719101 not found in repository
    Media recovery start SCN is 30013719101
    Recovery must be done beyond SCN 30013719101 to clear data files fuzziness
    Finished restore at 23-OCT-12
    RMAN>
    Thanks for reply,
    Nonuday

  • Bootcamp Partition Will Not Mount - Size Bootcamp Partition Will Not Mount - Also Size Discrepancies

    I have bootcamp installed on an internal hard drive in my Mac Pro running 10.8.5.  This HD had two partitions, one of which I had 200GB allocated for my Windows install.  I reached a point where I was at nearly 100% capacity on that drive and needed more room.  This is what I did:
    Used Disk Utility to shrink the Mac OS Extended partition.
    Erased free space on that partition.
    Booted back into Windows and used MiniTool to extend the bootcamp partition to unallocated space.
    MinoTool then performed a restart and finished it's job upon startup.
    I am still able to boot into Windows and Mac just fine and I did create a backup of each OS before starting.
    I have two issues now, however.  Parallels no long recognized that Bootcamp partition.  I decided to delete that VM and I had to uninstall Parallels completely anyways due to an upgrage isse to Parallels 9.  After upgrading, Creating a VM from my BC was not an option.  This is because the BC partition will not mount, it is greyed out in Disk Utitlity.
    I tried installing Tuxera NTFS and the disk still cannot be mounted. 
    The other issue is that Disk Utility does not show the Bootcamp partition with the correct size.  It still shows it with the original 200GB but does show that the Mac Partition was shrunk.  In Windows, however, either using MiniTool or Windows Disk Managment, it shows the correct sizes for the partitions.
    I'll attach a screenshot of DU.
    I would like to be able to mount the drive successfully so that I can use the partition once again for Parallels.
    This is the system.log display when attempting to mount the BOOTCAMP partition and when disabling Tuxera from the system preferences:
    Nov  7 08:35:46 ***-mac-pro.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.volume.internal.mount' by client '/Applications/Utilities/Disk Utility.app' [973] for authorization created by '/Applications/Utilities/Disk Utility.app' [973] (100013,0)
    Nov  7 08:35:46 ***-mac-pro.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.volume.internal.mount' by client '/usr/sbin/diskarbitrationd' [15] for authorization created by '/Applications/Utilities/Disk Utility.app' [973] (100002,0)
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS driver 3.10 [Flags: R/W].
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_lookup_inode_by_name(): Directory index record with VCN 0x3 is corrupt.  Corrupt inode 0x5.  Run chkdsk.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_windows_hibernation_status_check(): Failed to find inode number for hiberfil.sys.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs warning (device /dev/disk3s3, pid 5414): ntfs_system_inodes_get(): Failed to determine if Windows is hibernated.  Will not be able to remount read-write.  Run chkdsk.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_attr_find_in_attribute_list(): Base inode 0x9 contains corrupt attribute list attribute. Unmount and run chkdsk.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_inode_read(): Failed to lookup data attribute.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_inode_read(): Failed (error 5) for inode 0x9. Run chkdsk.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_inode_attach(): Failed to load inode 0x9.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_secure_load(): Failed to load $Secure.
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_mount(): Failed to load system files (error 5).
    Nov  7 08:35:47 ***-mac-pro kernel[0]: NTFS-fs error (device /dev/disk3s3, pid 5414): ntfs_mount(): Mount failed (error 5).
    Nov  7 08:35:48 ***-mac-pro.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/System Preferences.app' [5297] for authorization created by '/Applications/System Preferences.app' [5297] (100012,0)
    Thanks,
    Josh

    Josh,
    I will defer to Christopher on correcting the GPT, but I agree it is incorrect. On a much simpler, single disk Macmini with Bootcamp...
    sudo gpt -r -vv show /dev/rdisk0
    gpt show: /dev/rdisk0: mediasize=500107862016; sectorsize=512; blocks=976773168
    gpt show: /dev/rdisk0: Suspicious MBR at sector 0
    gpt show: /dev/rdisk0: Pri GPT at sector 1
    gpt show: /dev/rdisk0: Sec GPT at sector 976773167
          start       size  index  contents
              0          1         MBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  725093952      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      725503592    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      726773128        632        
      726773760  249999360      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      976773120         15        
      976773135         32         Sec GPT table
      976773167          1         Sec GPT header
    sudo fdisk /dev/rdisk0
    Disk: /dev/rdisk0          geometry: 60801/255/63 [976773168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
    2: AF 1023 254  63 - 1023 254  63 [    409640 -  725093952] HFS+       
    3: AB 1023 254  63 - 1023 254  63 [ 725503592 -    1269536] Darwin Boot
    *4: 07 1023 254  63 - 1023 254  63 [ 726773760 -  249999360] HPFS/QNX/AUX
    diskutil list /dev/disk0
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            371.2 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data BOOTCAMP                128.0 GB   disk0s4
    PS: I see Christopher's response.

  • /home partition corrupts randomly

    My /home partition 'forgets' that it's ext4 every few restarts.  Arch claims it's inconsistent when it tries to read it as an ext2 filesystem.
    When I boot up gparted, it says the partition is unallocated.
    Does anyone have any idea what's going on?  Is my disk going bad?  None of my other partitions/OSes have shown any signs of failing.
    Last edited by jiaweihli (2012-03-12 02:44:29)

    administrator@VS ~ $ > cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    /dev/sda6 / ext4 defaults 0 1
    /dev/sda7 /home ext4 defaults 0 1
    /dev/sda2 /media/data ntfs defaults,nofail 0 2
    administrator@VS ~ $ > sudo fdisk -l /dev/sda
    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x6658bd64
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
    /dev/sda2 307408896 614402047 153496576 7 HPFS/NTFS/exFAT
    /dev/sda3 614402048 1953525167 669561560 7 HPFS/NTFS/exFAT
    /dev/sda4 208894 307408895 153600001 5 Extended
    /dev/sda5 108752896 204802047 48024576 83 Linux
    /dev/sda6 210944 108750847 54269952 83 Linux
    /dev/sda7 204804096 307408895 51302400 83 Linux
    Partition table entries are not in disk order
    As irrelevant as this info might be: sda1 is my boot, sda3 is Windows, and sda5 is Ubuntu.
    My home partition corrupted 3 times today, and my data partition corrupted once.  I would 'fix' them by reformatting them (this is a fresh install of Arch, so I didn't lose anything in either partition)
    Both of them are now working now.  Is there a log file I can post that would be more helpful to getting to the bottom of this issue?

  • To partition or not to partition: that is the question

    I bought an external hard drive (1 TB) that I plan to use to back up my MacBook Pro by activating Time Machine. I also plan to use this new drive to back up 2 other external drives: a 150 GB drive with all my photos and a 500 GB drive with iMovies. So I guess there are 2 questions: 1) Is this a really dumb idea ?, 2) Does it matter whether or not I partition the new drive to separate my TM backed up Mac Book Pro, the 150GB photo drive, and the 500GB movie drive ? If I do not partition the new drive and activate TM, does TM then back up all 3 ? Is that a bad thing ? I read the FAQ but lack enough computer savvy to completely understand it. Thanks for your help.

    It's not a dumb idea. However, a TM backup drive should have at least twice the capacity of all the devices it backs up. If you plan to backup 150 GB and 500 GB drives plus your MBP's drive then your backup drive is too small. My guess is you need a minimum of 2 TBs just to backup your computer's drive and the 500 GB iMovies drive. You then need an additional 300 GBs for the 150 GB hard drive.
    It does not matter whether you partition the drive. TM stores the backups of each drive separately. Partitioning may provide a little degree of safety in that corruption of one partition will not result in being unable to access the other partitions.
    Now that said a better approach is to backup each drive to its own separate backup drive. This requires three drives - one for the computer, one for iMovies, and one for photos. The only drawback is that TM on a single computer cannot automatically backup to three separate drives. At each backup you would have to reconfigure TM prefs to use a different drive.
    Another option is to replace the 1 TB drive with two 2 or 3 TB drives arranged as a mirrored RAID. This provides backup as well as redundancy protection against drive failure. This is my preferred option for backup.

  • Can't install windows it says the boot camp partition is not formatted as a NTFS file structure

    Using boot camp assistant it gets to the point of installing windows 7 and it won't because the boot camp partition is not a NTFS file structure. It also seems strange to me that there are 5 partitions would have expect ether 2 or 3. Please help this is very frustrating.
    Thanks in advance

    Open, if not so already, the Windows formatter. Identify the BC Windows partition. It will be the one listed with the proper size you created and/or will be labeled as a C: drive. Be careful you select the right one or you may be corrupting the entire drive.
    Format the partition as NTFS.

  • ORA-02149: Specified partition does not exist

    ORA-31693: Table data object "aaaa"."bbbbb":"P_2012112216" failed to load/unload and is being skipped due to error:
    ORA-02149: Specified partition does not exist
    SQL> select partition_name from dba_tab_partitions where table_name=‘DME_bbbbb_RES’ and TABLE_OWNER=aaaa;
    no rows selected
    请问一下是什么原因造成的.

    数据库版本 10.2.0.1
    用数据泵导出的时侯报ORA-02149: Specified partition does not exist
    nohup expdp \'/ AS SYSDBA\' directory=DATADUMP SCHEMAS=aa dumpfile=EXPDP_aa_%u.dmp logfile=EXPDP_WIPNMS.log parallel=4 exclude=STATISTICS &

  • [solved] crypttab partitions will not mount without "ASK"

    I have three LUKS partitions on a hard drive (root, home, and swap) where the second two are controlled through /etc/crypttab. Boot fails on fsck because the home partition has not been mounted; if I change the crypttab entry from the password to "ASK" I am prompted for the password prior to fsck and the system boots fine. I obviously don't want to have to enter three passwords on boot, so I want the correct entries in crypttab.
    What am I doing incorrectly?
    Last edited by joshdmiller (2011-08-12 20:08:22)

    siriusb wrote:Since LUKS provides the management of multiple password why don't you add one more simple key without any fancy character? Just to be sure that this isn't about your password. And other than that I can't think of anything else
    I do not have any extra hard disks and the partition is in use, so I just reformatted my swap partition as a test with a simple "password", which worked flawlessly. So the problem is obviously the characters in the password. Thanks your help.
    After further manual investigation (running read_crypttab from rc.sysinit) it appears that passwords cannot contain hash marks or the remaining part of the line is considered a comment - I think this is due to the use of eval in read_crypttab - and bash complains about an unexpected EOF due to a missing matching double quote. That is
    swap /dev/sda2 "password#hash"
    is evalled as
    swap /dev/sda2 "password
    which obviously can't work. But the double-quotes should take care of this; the top of the crypttab file says "to use special characters, surround it by quotes, the usual bash quoting rules apply".
    And wouldn't you know it - I found a corresponding bug report. And the patch does fix the issue. Wonder why this hasn't been fixed yet...

  • ORA-19612: datafile 0 not restored due to missing data

    Hello,
    I'm testing a restore of the controlfile. The database is in archivelog mode and autobackup is set to ON. I successfully did a full backup and backup as copy database.
    To test I did the following:
    - note the DBID
    - shutdown the database
    - renamed both controlfiles:
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    When I try to restore the controlfile form autobackup I receive the following error. What could be reason please?
    [rcat@oel54]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Dec 10 00:07:41 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    executing command: SET DBID
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101209
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/10/2010 00:09:55
    ORA-19870: error while restoring backup piece /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    ORA-19612: datafile 0 not restored due to missing data
    $ ll /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    -rw-r----- 1 oracle dba 10354688 Dec  9 23:44 /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkpThanks!

    The file was indeed corrupted as below will show.
    Very strange. Perhaps something with the latest Virtualbox or the SSD/hybrid harddrive. (host MacOSX 10.6, guest Oracle Linux 5.5 UEK)
    $ mv /u02/rcat/control01.ctl_old /u02/rcat/control01.ctl
    $ mv /u02/fra/rcat/control02.ctl_old /u02/fra/rcat/control02.ctl
    SQL> startup mount
    ORACLE instance started.
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    SQL> alter database open;
    Database altered.
    $ rman target /
    connected to target database: RCAT (DBID=502889862)
    RMAN> backup current controlfile;
    piece handle=/u02/fra/RCAT/backupset/2010_12_10/o1_mf_ncnnf_TAG20101210T012420_6j2wsoko_.bkp
    Finished backup at 10-DEC-10
    Starting Control File and SPFILE Autobackup at 10-DEC-10
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 10-DEC-10
    RMAN> restore validate controlfile;
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp tag=TAG20101210T012422
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: validation complete, elapsed time: 00:00:02
    Finished restore at 10-DEC-10
    SQL> shutdown immediate
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    SQL> startup nomount
    $ rman target /
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/u02/rcat/control01.ctl
    output file name=/u02/fra/rcat/control02.ctl
    Finished restore at 10-DEC-10

  • TS2776 I used my Ipod while at the gym one day and now it's acting wacky.  I have tunes that will not download due to an "unexpected error (-50).  Anyone know what this is and how to fix it?

    I used my Ipod while at the gym one day and now it's acting wacky.  I have tunes that will not download due to an "unexpected error (-50).  Anyone know what this is and how to fix it?

    looks like the gtk theme is not the problem. didnt really think it was, but the documentation was worth posting. the guys over at ubuntu look as though they have dealt with this in great detail, and have produced a few solutions, which may or may not work. i have decided to post these for anyone else who may have these problems.
    Solution 1 - new user creation:
    https://bugs.launchpad.net/ubuntu/+bug/104521
    Solution 2 - config file delete:
    http://ge.ubuntuforums.com/showthread.php?t=724439
    post number 6 here features the config file delete solution, as well as a link to another post which may be useful.
    judging by a google search on this problem and the number of responses that came up, the bonobo/daemon error is quite a common curse for the users of gnome, although much more common in distros such as ubuntu or fedora.
    i hope that this proves useful and if anyone has anything to add, please feel free. the more documentation the better.
    EDIT:
    another solution would be to remove gnome and reinstall it from scratch. (some please tell me if i am doing this correctly. thanks )
    1. clean your catch:
    pacman -Scc
    2. remove gnome, gnome extras, and whatever other gnome files you might have installed
    pacman -Rscn gnome gnome-extra etc...
    3. reinstall gnome and gnome extras
    pacman -Sy gnome gnome-extra
    4. reconfigure your desktop the way you want.
    Last edited by czechman86 (2008-05-28 23:42:43)

  • Disk utility showing recover partition but not main partition

    I have a Macbook Pro A1278 that has been dropped.  I pulled the hard drive and ran seatools on it to verify it has no physical defects.  The disk utility shows the recovery partition but not the main partition.  It infrequently will boot to the users partition.  I usually get the flashing folder with a question mark in it.  What is the next step to try to backup the data on the drive and reinstall OS X.

    bendold wrote:
    I booted into the disk utility
    It would be really helpful if you would answer the question as I asked it
    Last time
    Did you do this from the Recovery mode (either Recovery mode, internet or local)
    Yes or No

  • One of my partition is not mounted. I can't mount it, can't repair it. I have a lot of data in this partition. I can't erase it, how can I do now? pls help me.

    one of my partition is not mounted. I can't mount it, can't repair it. I have a lot of data in this partition, I can't erase it. Please help me.

    No way around this. Your phone has to be restored using a computer running iTunes. Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • Application is not working due to memory issue

    Hi Friesnds,
    Kindly help me regarding settings in java. Scenario is like that. I have one server having two jboss versions (jboss-4.2.3 GA and jboss- 3.2.6). Each having java memory (JVM settings) 1 GB. The total memory of that server is 3 GB.
    Problem is that every two days my application is not working due to memory issue. Once i freed the memory (through run the commands - (1). sync
    (2). echo 3 > /proc/sys/vm/drop_caches
    Application works fine.
    I heared that the above command (echo 3 > /proc/sys/vm/drop_caches) can't run frequently because of server crash.
    Kindly help me regarding this issue and provide the resolution.
    Let me know if you need more information from my side.
    Thanks
    Ashish Shukla

    All of the above.  I tested on 4 different networks and had no luck, I also had friends test my network and the other networks with their iPhones and all had no issues using FaceTime.
    Also after I wiped my phone (erased all content and settings) I was able to successfully initiate a FaceTime call with no changes to my network and was also able to initiate another call when connected to another previously tested network that didn't work before.  Once I restored from backup though, FaceTime stopped working again.
    I did find this discussion: https://discussions.apple.com/thread/5163024?start=0&tstart=0
    and tried the suggestions found there too.  That discussion describes my issue I am having as well.

  • The first boot of iphone 5 is not possible due to lack of battery charge , it happened after charging, is there s any issue of battery life

    the first boot of iphone 5 is not possible due to lack of battery charge , it happened after charging, is there s any issue of battery life

    Charge the phone for 15 minutes with the Apple charger. Then hold the HOME and SLEEP buttons at the same time until an Apple logo appears.

Maybe you are looking for

  • Customer Exit Variable on Cal Year/Month Error

    Hi Experts My requirment is to develop a Restricted Keyfigure... The restriction is based on 0Calmonth (Calendar Year/Month) The sales from beginning of calendar year up to last "closed" month in a Calendar. Ex: in June i want to see 01.01.2009 to 31

  • How do I change the output the loops come out of?

    My tracks are set for outputs 3-4 and they are coming out fine through my audio interface, but I can't sample the loops unless I disconnect my interface or drag them onto a track. Can I change the loop output to 3-4? It used to work fine.

  • What is the wriong with this statement as some times it is not working

    Hi Please fnd below code UPDATE napp_ngs3pr_onhand_stg nn3o1 SET nn3o1.status = 'ERROR' ,nn3o1.error_message = 'Duplicate Record' ,nn3o1.last_updated_by = p_user_id ,nn3o1.created_by = p_user_id ,nn3o1.request_id = p_request_id ,nn3o1.file_name = NVL

  • InDesign Add on issues

    I have bought an add on for InDesign and it will not let me down load it to work. It keeps saying I need to have Indesign 8.0 or better, which i do.

  • Can't write to files on another mac?

    Hi, I know this is a very basic question and I'm going to sound a dummy but I just can't seem to figure it out! I am using a mac book and want to be able to access and save to files held on an imac. The computers are networked, file sharing is set up