LVM2 incorrectly reporting one of my drives are full

I have three drives in a LVM group and the pvdisplay is saying that one of my drives is full but when I look at df my system usage only says I'm using only a couple of gigs.  The following is the output of both pvdisplay, lvdisplay, and df:
--- Physical volume ---
PV Name /dev/sda3
VG Name system
PV Size 84.20 GiB / not usable 4.02 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 21553
Free PE 21553
Allocated PE 0
PV UUID 1Rd2rD-WXPd-4V43-Rn8a-3iq9-Gzr9-KnGBVc
--- Physical volume ---
PV Name /dev/sdb1
VG Name system
PV Size 232.88 GiB / not usable 673.00 KiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 59618
Free PE 0
Allocated PE 59618
PV UUID 1SKHYW-q8GQ-mafu-DhHd-Xprk-wxsr-NzPPQ7
--- Physical volume ---
PV Name /dev/sdc1
VG Name system
PV Size 232.88 GiB / not usable 673.00 KiB
Allocatable yes
PE Size 4.00 MiB
Total PE 59618
Free PE 36248
Allocated PE 23370
PV UUID 5aXwSX-CfqT-dGol-GEyl-2RTJ-WFvP-fycHZX
--- Logical volume ---
LV Name /dev/system/root
VG Name system
LV UUID QKjbN4-3xO3-bAJC-xgzL-5tdz-92lw-i7jp5w
LV Write Access read/write
LV Status available
# open 1
LV Size 320.00 GiB
Current LE 81920
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
--- Logical volume ---
LV Name /dev/system/swap
VG Name system
LV UUID 5yeEwa-OcX5-tRlJ-6jXQ-ubI5-XMEj-I6Mjul
LV Write Access read/write
LV Status available
# open 1
LV Size 4.00 GiB
Current LE 1024
Segments 1
Allocation contiguous
Read ahead sectors auto
- currently set to 256
Block device 254:1
--- Logical volume ---
LV Name /dev/system/home
VG Name system
LV UUID t41cTt-jMVO-QaHX-keSq-1u96-x1dU-MffUS9
LV Write Access read/write
LV Status available
# open 1
LV Size 176.00 MiB
Current LE 44
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:2
Filesystem Size Used Avail Use% Mounted on
udev 10M 128K 9.9M 2% /dev
/dev/dm-0 320G 1.9G 319G 1% /
shm 1004M 0 1004M 0% /dev/shm
/dev/mapper/system-home
175M 2.8M 173M 2% /home
/dev/sda2 376G 1.5G 355G 1% /backups
/dev/sda1 92M 17M 70M 20% /boot
Another question I have is why does one of my logical volumes show as /dev/dm-0 instead of /dev/mapper/system-root?

looking at the reports again, my assumption that sda3 and sdc1 were not used in a LV was wrong.
you can try 'vgdisplay -v' 'pvdisplay -v'  and 'lvdisplay -v' to get more info.
I have a simpler setup then you with only 1 LV (home) , but below is the output of those 3 commands on my system :
vgdisplay -v
vgdisplay -v
Finding all volume groups
Finding volume group "vg1"
--- Volume group ---
VG Name vg1
System ID
Format lvm2
Metadata Areas 4
Metadata Sequence No 5
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 4
Act PV 4
VG Size 2.27 TiB
PE Size 4.00 MiB
Total PE 596148
Alloc PE / Size 596148 / 2.27 TiB
Free PE / Size 0 / 0
VG UUID jP8ZeZ-imFW-BTm0-x26r-P1L2-3dx9-a2Ccqu
--- Logical volume ---
LV Name /dev/vg1/lvhome
VG Name vg1
LV UUID 70nxRZ-qb29-XEDV-thKB-jQx6-6pcm-4jyuEc
LV Write Access read/write
LV Status available
# open 1
LV Size 2.27 TiB
Current LE 596148
Segments 4
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
--- Physical volumes ---
PV Name /dev/sda3
PV UUID sHFPdq-Fpi9-rxwT-Xakt-S15P-90S9-7Sfvhc
PV Status allocatable
Total PE / Free PE 47675 / 0
PV Name /dev/sdb1
PV UUID oUmLMT-q1Ny-EM3w-Ri2P-gLC9-UwTA-kPNMCl
PV Status allocatable
Total PE / Free PE 71541 / 0
PV Name /dev/sdc1
PV UUID Pt6D85-FsM4-SpRi-X7JJ-xe0J-ehy1-fGpPZE
PV Status allocatable
Total PE / Free PE 238466 / 0
PV Name /dev/sdd1
PV UUID lQSQgF-zGdP-FrfJ-FGv8-8Xjv-Xviq-2uW0ZT
PV Status allocatable
Total PE / Free PE 238466 / 0
pvdisplay -v
pvdisplay -v
Scanning for physical volume names
--- Physical volume ---
PV Name /dev/sda3
VG Name vg1
PV Size 186.23 GiB / not usable 1.28 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 47675
Free PE 0
Allocated PE 47675
PV UUID sHFPdq-Fpi9-rxwT-Xakt-S15P-90S9-7Sfvhc
--- Physical volume ---
PV Name /dev/sdb1
VG Name vg1
PV Size 279.46 GiB / not usable 1.63 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 71541
Free PE 0
Allocated PE 71541
PV UUID oUmLMT-q1Ny-EM3w-Ri2P-gLC9-UwTA-kPNMCl
--- Physical volume ---
PV Name /dev/sdc1
VG Name vg1
PV Size 931.51 GiB / not usable 3.19 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 238466
Free PE 0
Allocated PE 238466
PV UUID Pt6D85-FsM4-SpRi-X7JJ-xe0J-ehy1-fGpPZE
--- Physical volume ---
PV Name /dev/sdd1
VG Name vg1
PV Size 931.51 GiB / not usable 3.19 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 238466
Free PE 0
Allocated PE 238466
PV UUID lQSQgF-zGdP-FrfJ-FGv8-8Xjv-Xviq-2uW0ZT
lvdisplay -v
lvdisplay -v
Finding all logical volumes
--- Logical volume ---
LV Name /dev/vg1/lvhome
VG Name vg1
LV UUID 70nxRZ-qb29-XEDV-thKB-jQx6-6pcm-4jyuEc
LV Write Access read/write
LV Status available
# open 1
LV Size 2.27 TiB
Current LE 596148
Segments 4
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0

Similar Messages

  • I can not get the new updates because my start disc and hard drive are full, I need 1.98 GB.

    I can not get the new updates because my start disc and hard drive are full, I need 1.98 GB.

    Some folks recommend OmniDiskSweaper to allow you to review your stuff to find possible candidates to throw away.
    Even if you throw away some stuff and your desired "1.98GB", then what?  If that's the number you need for the update, you'll just use most or all of the reclaimed space with the update and you are right back to where you started.
    You don't specify what kind of machine you got but presumably it's a mac pro since you posted in the Mac Pro community.  In which case just get yourself another drive or two and move stuff around to free up your boot drive.
    [Perhaps you should hurry too since I expect hdd prices might be going up due to possible impending hdd shortages.]
    Finally, if some of those updates are major system updates you want extra drives for backups because I always recommend you never do major updates to your system without backups to that system.

  • Photosmart 7520 reports empty USB thumb drive is full

    Every time I attempt to perform a scan to USB drive on my Photosmart 7520, it reports a failure because "the USB drive is full." This is despite freshly formatting it to FAT32 and verifying the drive is empty.

    Hi erikjwaxx,
    Welcome to the HP Forums! I understand that your HP Photosmart 7520 reports the empty USB thumb drive is full. I am happy to help you with this issue! I have a few questions for you:
    What size is the USB thumb drive?
    Have you tried another USB thumb drive?
    Is the printer power cable plugged directly into the wall outlet or surge protector? Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Hope to hear from you, and have a great day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • A Verizon cellphone tower in my area is feeding multiple Verizon Customers / Devices with the incorrect time (one hour behind) when we are in range of this tower

    A Verizon cellphone tower in my area is feeding multiple Verizon Customers / Devices with the incorrect time (one hour behind) when we are in range of this tower (in this specific area).   Our phones show the correct time in other areas.   Is there a way to fix or report this?

    The zip code that this is occurring in is: 87102
    Specifically when I am at
    1001 Woodward Pl NE
    Albuquerque, NM 87102
    Upon further investigation, it is happening to anyone with a Verizon handset, regardless of specific device.  I have a Samsung Galaxy Note 3, and my co-worker has a Motorola Droid Turbo and we are both having the issue.  Anyone on a different carrier (T-Mobile, AT&T) is fine, and is not experiencing this issue.
    It actually looks like the cell tower is feeding us the correct time, but its like it forgot daylight savings happened.  So it is feeding us the incorrect time zone/day light savings information.
    When I goto Settings -> Date and Time on my Android device,  I have both "Automatic date and time" and "Automatic time zone" checked.
    the "Automatic timezone" it is pulling from the Verizon cell tower is "Mountain -7".   It is correct that we are in the "Mountain" timezone, but we are currently "Mountain -6" (also known as day light savings).   So the Cell Tower things it MST when it should be MST DST
    When I uncheck "Automatic time zone" and select my own, suddenly it lets me select "Mountain -6" and doesn't even give me the option of "Mountain -7".
    So in conclusion, some cell tower in the area of zip code 87102 forgot that daylight savings ever happened, and is telling cellphones they are in the "Mountain -7" timezone, instead of the correct current timezone of "Mountain -6 DST"
    Edit: Oh, sorry, and to answer your question, it began happening about 3 weeks ago.  We started noticing around March 25th, maybe a little after that.

  • I had a power mac g4 into which i put 3, 320 gb PATA hard drives in a raid slice config so that it worked as one drive needless to sat that i lost the g4 to a surge but the drives are good. now i have an imac, how can i recover the info off those drives

    i had a power mac g4 into which i put 3, 320 gb PATA hard drives in a raid slice config so that it worked as one drive needless to sat that i lost the g4 to a surge but the drives are good. now i have an imac, how can i recover the info off those drives. can i put the drives in external cases and plug them all in, will the imac see them as a raid slice then  help please

    Before you have another accident:
    Buy a UPS of good quality and sufficient to your needs.
    I would have to assume that the drives were connected to a PCI PATA card, hopefully. Otherwise, well RAID and having drives on the same bus (master and slave).
    And no backup, none at all...
    Get your hands on a G4.
    Data Rescue 3 from Prosoft maybe.
    If they were SATA and running on PCI SATA controller, very popular and common really in G4s, more options would be open.

  • Went to sync my new phone and my profile name is incorrect by one letter. Also says my acct name and pass are incorrect when I attempt to log in as usual. HELP

    When attempting to sync my new android phone (galaxy S4 to galaxy S5), my firefox profile name on firefox sync is incorrect by one letter. Instead of kokochako it reads kokocako. Im concerned because my name and password are the same ones i use to log in on my laptop and my previous smartphones. I am unable to sync my acct or make any changes to my profile name. I hit forgot password to reset, but since the email is incorrect Im not getting an email to change it. I havent changed my name ever and my password hasnt been changed in at least 6 months. It keeps saying name and pass are incorrect. Has my acct been hacked or compromised? All my info is still working on my laptop, just under the wrong email address, im scared...

    I'll forward this to the correct people at Firefox so they can better assist you!

  • Two external hard drive are not appearing on the desktop anymore on my 2008 24" iMac. One is a Lacie d2 Quadra and the other is a G Drive. Both are 1 Tb

    Two external hard drive are not appearing on the desktop anymore on my 2008 24" iMac. One is a Lacie d2 Quadra and the other is a G Drive. Both are 1 Tb

    Are they daisy chained? Have you tried them one at a time? Have you tried a different FireWire cable? Do they show up in either system profiler or Disk Utility? Have you reset the SMC? http://support.apple.com/kb/HT3964

  • How do i save FSG xml report output to External Drive.

    We are implementing XML publisher to replace our ADI. How i save xml publisher report output to network drive also need to change report name dynamically.
    The answer from oracle is
    :There is no built-in functionality to do what is requested however,
    the output file exists at the O/S level and a printer DRIVER can be created and in the "Arguments" field, a copy command can be entered instead of the print command"
    how do i implement this. help please
    Thx

    Make sure the drive is formatted Mac OS Extended (Journaled)
    Do you want to merge these libraries into one? If so, then you'll need the paid version ($20) of  iPhoto Library Manager
    It's the only way to merge Libraries while preserving all metadata, versions and so on.
    Otherwise, simply rename one of the Libraries (so they don't overwite each other) and Copy the iPhoto Library from the Pictures Folder to the External Disk. in each case.
    To choose which library to open: holf down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location.
    Regards
    TD

  • Final Cut Studio crashing upon opening whenever external drives are active

    Hello folks,
    I've gotten some great advice on this forum for a while now, through reading other posts. But now I'm hoping I can get some directly tailored advice, as I'm floundering a bit. Thanks in advance for your time, as I've tried to be as thorough as possible in my description of the problems and as-yet failed attempts at solutions.
    The project is a full length documentary, and I'm having repeated, regular problems with Final Cut 6.0.5 crashing when I try to open the application.
    Now, here are some of the details. FCP will open just fine, if the external hard drives that contain all the media for the project are NOT turned on. However, if the drives are turned on, Final Cut will begin to open, the white box with the application name, registration information, and whatnot will begin, and it will freeze up, hanging there until I force quit. When I force quit, and look at the report, the only information I can get out of it is that the cause is "hanging", though as I'm no expert on reading crash reports, I'm sure I'm missing a lot.
    Once I force quit, FCP will not entirely quit. It remains "open", in that I can't open the application again, and my FCP icon in the dock has the little white dot next to it (I'm OS 10.5.6). However, if I eject the drives (which I am sometimes allowed to do, other times I'm told that the drives are still in use by an application), then FCP does resolve its force-quit, and is entirely quit. I can reopen it again immediately afterward with no problem, assuming I haven't turned the drives back on. If I'm not able to eject the drives, then I have to restart.
    My workaround so far has been to open FCP without the drives being active, turn on the drives, and then open the project file I want. This works, but seems to be evidence of some serious problems. If I'm opening FCP, and I have the user preference of "open last project upon launch" switched off, why would the hard drives affect FCP? Is FCP trying to read the drives even though it doesn't need any media from them to open in a brand-new project file?
    Other issues that have arisen are occasional freezes while in FCP. I will have FCP open (using the workaround), playing fine, and suddenly a click somewhere in the timeline will lead to the spinning beachball. This happens most frequently if I am quickly changing clips, or if I have just brought another application to the foreground and then gone back to FCP. When this happens, and I force quit, once again FCP does not entirely quit, but has to have all the drives ejected to fully quit.
    About the drives themselves - I am using 4 GTech 1 TB drives, all of which spin up normally, though two of them are now over 2 years old.
    About the software - I reinstalled FCP, and the problems existed beforehand and afterwards. I may do it again.
    About the operating system - I archived and installed Leopard, I did not back everything up and zero the drive before installing Leopard.
    About the project files - All project files are under 75 MB, most are much smaller. Since it is a long-form piece with over 200 hours at this point, I've been creating multiple projects.
    About the render files - I've flushed them repeatedly.
    About corrupt files - I've looked through my capture bins and trashed any suspiciously small QuickTime files.
    About FCP preferences - I've used FCS Remover a couple times, and the problem reappears.
    About permissions - I've repaired permissions repeatedly, and the problem reappears.
    About the rest of the system - Compressor won't allow me to submit batches, but from what I understand that is an issue with Apple QMaster. Also, the problems with FCP were there before Compressor was not working. I just today had a problem with System Preferences crashing once it opened, but after deleting the plist for System Preferences it seems to be back up and running fine.
    Machine details:
    MacPro
    2 x 2.66 GHz Dual-Core Intel Xeon
    6 GB memory
    667 MHz processor speed
    FCP 6.0.5
    Thanks again!
    Daniel Littlewood
    Editor, Don't Think I've Forgotten <Edited by Host>

    Hi Michael,
    Thanks for your input on this. I went through several steps, including most of the ones you recommended, and came upon what seems to be the problem (knock on wood).
    My editing setup is one MacPro, 4 G-Raid drives, and one Sony DSR-11 digital video deck. After clearing up more space the G-Raid drives to bring them to about 10% free space, things seemed to be running smoother - there were less crashes within FCP. However, I was still getting crashes on opening FCP, at the same "splash screen" point (after all the AE Effects and Video Effects had loaded).
    Running Disk Utility on all drives showed no problems, and unfortunately I don't have DiskWarrior (though that may be an upcoming purchase).
    It wasn't until I went through your suggestion of starting FCP with the individual drives connected that I got somewhere. FCP would start up fine with one or even two drives connected, but not with three or four. Doing a little research on that brought me to two threads on Creative Cow about G-Raid drives and daisy-chaining:
    http://forums.creativecow.net/thread/176/856609
    http://forums.creativecow.net/thread/176/856570
    Once I put two of the drives onto the rear FireWire800 port, and two of the drives into the front FireWire800 port, with the DSR-11 still in the back FireWire 400 port, my problems disappeared. Huzzah! The G-Raid folks recommend no more than three FireWire devices connected at a time, and lightening the load on the FireWire port by uncoupling the four-drive long daisy-chain has immediately helped. Now, I'll keep an eye on it, and may potentially buy a PCI card if something goes wonky again, but I am very happy to have gotten things up and running again. Cheers!

  • Upgraded to OSX Lion 10.7.4 & optical drives are no longer recognized

    HELP!!
    I have a MacPro 1,1 with a 2 x 2.66GHz Dual-Core Intel Xeon and I just upgraded to OSX Lion 10.7.4. Upon upgrading my system stopped recognizing the two optical drives I had installed. Is there a patch or are there drivers that I can download to fix this? Has this happened to anyone else? I was prepared to lose access to some older software but not my optical drives!!!
    When I do a "system report" through "About this mac" both of the drives are listed but they dont show up on my deskop. I have an Optiarc DVD RW AD-7170A and a TSSTcorp CDDVDW SH-S202N

    Nearly the same identical question on another thread yesterday.
    First things to try doing are zap PRAM and / or Reset SMC.
    That usually is all that is needed, and on your Mac there is a physical SMC button on the logicboard above PCI slot #4 and access you have to remove card if you have one there, and remove drive #4.
    Otherwise hit power button for 8 seconds with the power cord removed along with other cables and devices then reconnect and do a normal power on.

  • Can't get LR3 to import photos from one external hard drive to another?

    I'm wanting to move thousands of raw photos from a folder in one external hard drive to another folder in a different external hard drive so all my photos are in one photo folder instead of two.  I've gone through the importing routine inside of lightroom to move the folder over to the new hard drive.  However, the photos don't move because they still show up on the old hard drive and not the new one.  What's weird is when I try to import it again, the grid view shows all the photos I'm wanting to import and when I move my cursor over any of the photos they are faded out and it says the photos are already imported.  However, if this is true why aren't they showing up in the new folder on my new external hard drive?  I know the new external hard drive works fine because I've successfully been putting all my newer photos there since I started using LR about one year ago.  The one's I'm trying to move over are older photos I shot try to using LR.
    I'm stumped and need some help.  Thanks in advance.

    You wrote
    "Are you saying while I'm in LR just grab the folder I want to move and drop it into the new hard drive"
    Yes, that's the way to move photos & folders from within LR.
    LR will then update its catalog with the new location and everything should be fine.
    Importing is not a good way for moving photos / folders. Since the photos are already in the catalog you had to uncheck <Don't import suspected duplicates> or all the photos will be greyed-out in the import dialog. If you did that LR would import the photos from drive A and put it on drive B. But they would still be on drive A, so you'd have the photos on both drives and would have to delete them on drive A.
    But more important: By default LR saves all edits in the catalog, they are not saved with the images themselves. That means by doing an import instead of a drag-and-drop move you'd lose your edits.
    You can save your edits to xmp, a side-car file that is stored together with the image file, and the xmps would be imported. But LR does not store everything as xmp. For instance Virtual Copies, Collections, Stacking are saved only in the catalog, so by doing an import you'd lose these things.
    Unless you know LR very well, it's best to use the Import Feature only for images that are NOT yet in LR.
    And another thing: Before doing major operations like moving big amounts of photos, it's best to backup your catalog first.
    WW

  • Should I combine two 1Tb drives into one logical 2Tb drive or use one 1Tb drive for system/apps and move /users to the other 1Tb drive?  (I'd like ease of b/u too.)

    Hello,
    I have two 1Tb drives in my Mini, the first is full and the second one empty.  (I've been using the 2nd for Time Machine but the full source from dirve 1 soon has Time Machine complaining.)  I am contemplating whether to form one 2Tb logical drive from the two 1Tb drives or segregate their use, i.e. use the first 1Tb drive to hold the system and applications while moving the /users directory tree to the second 1Tb drive?
    I'm assuming both are straight forward to do accomplish but have nagging doubts about segregating drive usage, will moving the /users directory tree to the second 1Tb drive:
    impact apps which might otherwise expect to see particulat fies and directories in specific user related locations on the system drive;
    hinder backing up (by having to setup two separate Time Machine activities)?
    Finally, is there a better 3rt option?
    Thanks,

    Thanks and sorry Allan,
    The supplementary questions would arise should I NOT chose to combine the separate drives into a larger logical one but to keep one of the two drives for system/apps and the other for users data...  I assumed that segregating drive usagel like this might reult in issues with apps which might expect to see some user directories/files on the same drive as the system/apps.  similarly, with two physical drives, I'd be looking to managing separate Time Mchines.  (I have a few 2Tb pocket drives for backups.)
    Final question - if I do combine into a single logical drive (for system, apps, /users ... the whole lot), would I have any problem getting this logical one working from a Time Machine backup?  I ask that this backup was taken from the 1Tb physical drive and now I'd be looking to put it back onto a 2Tb logicl drive.
    Thanks,

  • Images I move from one folder into another are disappearing, at first it was occurring immediately if I did not copy and paste the images. Today however I found out that images I had been using for days just up and vanished from their new location.

    Images I move from one folder into another are disappearing, at first it was occurring immediately and only if I did not copy and paste the images. Today however I found out that images I had been using for days just up and vanished from their new location. A few of these images had copies in another folder that remained and the ones I couldn't find may or may not have ever had copies. I had backed up my system with time machine recently as well, so I went into the backup to retreive the lost images. When I searched and found the backup copies I got the error "the file alias cannot be opened because the original cannot be located". The crazy thing is that the images that remained on my computer did not give me the same error and opened like they should.
    In short images that I am creating, saving, and using are disapearing so epically that even time machine versions are affected when retrieval is attempted. Any suggestions as to what I could be doing wrong without realizing it? Or perhaps other people have had similar bugs that are software related and have a solution?

    Hi Kevin,
    I understand what you tried to do but it doesn't work that way. Swapping drive names will just mess things up.
    You should be able to reconnect the files though: in the Locate Referenced Files dialog make sure you click the Show Reconnect Options button — this will give you access to all the connected drives. Locate one of the files and hit Reconnect All. Should do the trick.
    Best

  • Two computers to one external hard drive problem, pram reset...

    I have a Powerbook 15" 1.0 Ghz and recently I made the mistake of connecting one external hard drive to two computers. My OWC External hard drive was connected to my powerbook via firewire 800 and my PC via firewire 400 with both on. There is a tiny little blurb on the external hard drive's instructions that says do not connect to more than one computer at a time but of course I didn't see that until after the fact. My powerbook was painfully slow so I restarted but it wouldn't come back on. I was instructed to reset the pram, which I succesfully did but now the powerbook is so slow it is unuseable. The pc works fine. Did I do any permanent damage? Do I need to reinstall OSX or what? I will kill myself if I fried something on my powerbook. Please help!!

    Disconnect all devices from your PowerBook as well as power and the battery for about 30 seconds. Put the battery and power back in/on and then reset both PRAM (3 consecutive times) and the PMU. Hopefull this'll bring it back to life.
    Otherwise, create a new user account and see if things are better there. It is possible that you have damaged software rather than hardware so a clean instal may do the trick.

  • Is it possible to have two encrypted time machines on one partitioned hard drive?

    I am trying to use encrypted time machines for two macbooks (15" and 11") with only one USB hard drive. The problem is that after creating one encrypted time machine for my 15" in a separate partition, the hard drive does not work when plugging it into my 11".
    What happens is that I am prompted to enter in my encryption password for the 15" time machine on my 11". I enter in the correct password but it does not work (i.e., password fail). The interesting part is that when I plug the hard drive into my 15", I am asked the same thing, but the password entry works.
    This is my current setup for my 1tb usb hard drive:
    1) 400gb for data
    2) 400gb newly encrypted time machine for my 15"
    3) 200gb unencrypted time machine (with old 11" time machine backups) for my 11"
    The hard drive is formated/partitioned in RAID format.
    All I want is to be able to have two encrypted time machines for each macbook on one single hard drive. Previously I was able to maintain two separate time machines (unencrypted) on this hard drive. I decided to try and encrypt both but seems like I am getting something wrong.

    I am prompted to enter in my encryption password for the 15" time machine on my 11".
    If I understand correctly, you want to mount the other partition. Are you prompted to do that? Does the password include any characters other than plain letters and digits? Are you using the same keyboard layout on both machines?

Maybe you are looking for

  • File Import Failure with Adobe Premiere Elements 11

    I've just installed Adobe Premiere Elements 11 on my Windows computer. I have started a video project, saved it and when I tried to re-open it I got this File Import Failure message "This type of file is not supported or the required codec is not ins

  • My Facebook is asking for pass word and when I enter it . I am getting Communicate server

    Help me I am not able to play ant game on my IPad

  • Currency translation - time reference

    Hi It is possible to create custom type of time reference for currency translation? I would like to inplement translation using 0CALDAY with offset (seven days back). There are only "To the exact day". Regards Adam

  • Epson Workforce 30 printer won't print

    I have installed all the latest updates, including an Apple Epson printer update, and the printer driver from Epson's website. Still this thing won't print. All that happens is an error in the printer queue. Anyone have any clues?

  • How to insert the pic on the table

    i declare the variable in the table for pic varchar2(25) but in the form i seleceted the type as OLE now i going to insert the pic the things is when i am going to insert the pic i am getting the error message like that Unable to Insert the record ca