Disk Mounting Activity Log?

I have recently been traveling around quite a bit, and have misplaced a portable usb hard drive.  Is there any way I can find any sort of logging activitiy on my computer of the last time the device was mounted?  This would provide me a rough estimation of where I might have left it.  Thanks!
(Also likely imoportant to note: This drive was not backed up to my Time Machine).

Andrew should get a gold star for reading comprehension.
Until last week, I had not heard of ACLs. For days, I have been watching people online assume that the problem is with the presence of the ACL rather than the lack of the expectation. In some cases, it is the expectation that needs to be added, not the ACL that needs to be removed.
Charles-E-Flynns-Computer-2:~ ceflynn$ cd /
Charles-E-Flynns-Computer-2:/ ceflynn$ ls -liase
total 821333
28 0 drwxrwxr-t+ 50 root admin 1700 Oct 30 00:05 Library
0: group:everyone deny delete
160 0 drwxrwxr-x+ 86 root admin 2924 Nov 2 21:00 Applications
0: group:everyone deny delete
I do not get the error message when I repair permissions using the copy of Disk Utility on the active Leopard startup volume.

Similar Messages

  • Word for mac 2011 keyboard commands hang when network disk mounted

    After much trial and error, I have found that, for my system, at least, MS Word for Mac 2011 hangs on keyboard commands when a network disk is mounted on my desktop.
    Just wanted to alert all who get the beach ball when use keyboard commands in MS Word.
    Symptom was that Cmd-C would take 8-13 seconds or so to copy 1 word, versus immediate when using menu commands. Same with Cmd-V paste. Also, opening a document took much longer.
    Once I ejected network disk, problem disappeared.
    Hopefully this will save someone else the time I spent tracking down the issue. I'd still love to know the root problem, though, as I prefer to have a remoe disk mounted on desktop while I work, and now I can't.

    Follow these instructions to uninstall MacKeeper. They have been tested with the most recent version of MacKeeper (v 2.8). Earlier versions than the one released in 2012 require more extensive work to uninstall all its components.
    The effects of having actually used MacKeeper to do anything are a completely different matter. The fastest way to take an exquisitely designed and painstakingly engineered Mac and make it run like a steaming pile of dung is to install and use such ill-conceived "cleaning" or "security" products. This is just one example of a broad category of time- and money-wasters capable of causing damage that can only be rectified by reinstalling OS X, restoring from a backup, or completely erasing your system and rebuilding it from the ground up. Never install such junk on a Mac.
    If you used MacKeeper to encrypt any files or folders, use MacKeeper to un-encrypt them first.
    Quit the MacKeeper app if it is running.
    Open your Applications folder: Using the Finder's Go menu, select Applications.
    Drag the MacKeeper icon from your Applications folder (not the Dock) to the Trash.
    You will be asked to authenticate (twice):
    You do not need to provide a reason for uninstalling it:
    Just click the Uninstall MacKeeper button. You will be asked to authenticate again.
    After it uninstalls you may empty the Trash and restart your Mac. All that will remain is an inert log file that does nothing but occupy space on your hard disk.

  • FilesystemMountPoints for ufs disks mounted to non-global zones

    Hello,
    I have a SAN ufs disk to be used as a failover storage, mounted to non-global zones (NGZ).
    Solaris 10 nodes using Cluster 3.2
    I'm looking for the correct value for the property FilesystemMountPoints and the vfstab entry required for a failover disk mounted to a NGZ.
    Should the path NOT include the NGZ root path?
    From the man page for SUNW.HAStoragePlus, for the property FilesystemMountPoints:
    You can specify both the path in a non-global zone and the path in a global zone, in this format:
    Non-GlobalZonePath:GlobalZonePath
    The global zone path is optional. If you do not specify a global zone path, Sun Cluster assumes that the path in
    the non-global zone and in the global zone are the same. If you specify the path as
    Non-GlobalZonePath:GlobalZonePath, you must specify Global-ZonePath in the global zone's /etc/vfstab.
    The default setting for this property is an empty list.
    You can use the SUNW.HAStoragePlus resource type to make a file system available to a non-global zone. To enable
    the SUNW.HAStoragePlus resource type to do this, you must create a mount point in the global zone and in the
    non-global zone. The SUNW.HAStoragePlus resource type makes the file system available to the non-global zone
    by mounting the file system in the global zone. The resource type then performs a loopback mount in the
    non-global zone.
    Each file system mount point should have an equivalent entry in /etc/vfstab on all cluster nodes and in all
    global zones. The SUNW.HAStoragePlus resource type does not check /etc/vfstab in non-global zones.
    SUNW.HAStoragePlus resources that specify local file systems can only belong in a failover resource group
    with affinity switchovers enabled. These local file systems can therefore be termed failover file systems. You
    can specify both local and global file system mounts points at the same time.
    Any file system whose mount point is present in the FilesystemMountPoints extension property is assumed to
    be local if its /etc/vfstab entry satisfies both of the following conditions:
    1. The non-global mount option is specified.
    2. The "mount at boot" field for the entry is set to "no."
    In my situation, I want to mount the disk to /mysql_data on the NGZ called ftp_zone. So, which is the correct setup?
    a. FilesystemMountPoints=/mysql_data:/zones/ftp_zone/root/mysql_data
    Global zone vfstab entry /dev/md/ftpabin/dsk/d110 /dev/md/ftpabin/rdsk/d110 /zones/ftp_zone/root/mysql_data ufs 1 no logging
    NGZ mount point /mysql_data
    OR
    b. FilesystemMountPoints=/mysql_data:/mysql_data (can be condensed to simply /mysql_data)
    Global zone vfstab entry /dev/md/ftpabin/dsk/d110 /dev/md/ftpabin/rdsk/d110 /mysql_data ufs 1 no logging
    NGZ mount point /mysql_data
    Should the path NOT include the NGZ root path?
    And should the fsck pass # be 1 or 2?
    Looking at this example from p. 26 of
    http://wikis.sun.com/download/attachments/24543510/820-4690.pdf
    This example doesn't mention the entry in vfstab.
    Create a resource group that can holds services in nodea zonex and nodeb zoney
    nodea# clresourcegroup create -n nodea:zonex,nodeb:zoney test-rg
    Make sure the HAStoragePlus resource is registered
    nodea# clresourcetype register SUNW.HAStoragePlus
    Now add a UFS [or VxFS] fail-over file system: mount /bigspace1 to failover/export/install in NGZ
    nodea# clresource create -t SUNW.HAStoragePlus -g test-rg \
    -p FilesystemMountPoints=/fail-over/export/install:/bigspace1 \
    ufs-hasp-rs
    Thank you!

    Hi,
    /zones/oracle-z is my root directory of the zone.
    * add the device to the zone :
    root@mpbxapp1 # zonecfg -z oracle-z
    zonecfg:oracle-z> add device
    zonecfg:oracle-z:device> set match=/dev/global/dsk/d12s0
    zonecfg:oracle-z:device> end
    zonecfg:oracle-z> add device
    zonecfg:oracle-z:device> set match=/dev/global/rdsk/d12s0
    zonecfg:oracle-z:device> end
    zonecfg:oracle-z> exit
    * add FS to NGZ's /etc/vfstab : ( You may omit this step, I don't know why but it works without this step :) )
    root@mpbxapp1 # vi /zones/oracle-z/root/etc/vfstab
    /dev/global/dsk/d12s0 /dev/global/rdsk/d12s0 /global/oracle ufs 1 no logging
    * add FS to global zone's /etc/vfstab :
    root@mpbxapp1 # vi /etc/vfstab
    /dev/global/dsk/d12s0 /dev/global/rdsk/d12s0 /zonefs/oracle ufs 1 no logging
    * set the FilesystemMountPoints property :
    root@mpbxapp1 # /usr/cluster/bin/clresource set -p FilesystemMountPoints=/global/oracle:/zonefs/oracle oracle-hastp
    Whit this configuration you may ensure that the FS is not directly accessible from master zone. Actually, it's accessible but with a different PATH. For example, for Oracle, from the master zone Oracle can not be started/stopped because the controlfile can not be accessed. :)
    Hope this helps,
    Murat

  • ASM Disk Mount Error

    Hi,
    I am consistently getting the following error since yesterday while mounting the ASM disk.
    1. I created the ASM disks successfully and created the appropriate ASM DiskGroups using asmca utility.
    2. I was able to see the diskgroups as mounted from asmcmd tool.
    3. All of a sudden, all the diskgroups were dismounted yesterday and I see the following error in the alert logs for all the
    diskgroups.
    4. This is using ASM11g
    As I exhausted all my avenues to fix, I have turned to you for further assistance. Please do the needful.
    SQL> /* ASMCMD */ALTER DISKGROUP DataVSPSI MOUNT
    NOTE: cache registered group DATAVSPSI number=3 incarn=0x7934bf5d
    NOTE: cache began mount (first) of group DATAVSPSI number=3 incarn=0x7934bf5d
    NOTE: Assigning number (3,0) to disk (ORCL:D01_VSP_SI)
    Thu Dec 27 17:38:29 2012
    NOTE: start heartbeating (grp 3)
    kfdp_query(DATAVSPSI): 11
    kfdp_queryBg(): 11
    NOTE: cache opening disk 0 of grp 3: D01_VSP_SI label:D01_VSP_SI
    NOTE: F1X0 found on disk 0 au 2 fcn 0.0
    NOTE: cache mounting (first) external redundancy group 3/0x7934BF5D (DATAVSPSI)
    NOTE: starting recovery of thread=1 ckpt=2.1 group=3 (DATAVSPSI)
    WARNING: IO Failed. group:3 disk(number.incarnation):0.0xeae44fae disk_path:ORCL:D01_VSP_SI
    AU:4 disk_offset(bytes):4333568 io_size:122880 operation:Read type:asynchronous
    result:I/O error process_id:32162
    WARNING: IO Failed. group:3 disk(number.incarnation):0.0xeae44fae disk_path:ORCL:D01_VSP_SI
    AU:4 disk_offset(bytes):4202496 io_size:131072 operation:Read type:asynchronous
    result:I/O error process_id:32162
    ORA-15080: synchronous I/O operation to a disk failed
    ERROR: ASM recovery failed to read ACD
    NOTE: cache initiating offline of disk 0 group DATAVSPSI
    NOTE: process 32162 initiating offline of disk 0.3940831150 (D01_VSP_SI) with mask 0x7e in group 3
    WARNING: Disk D01_VSP_SI in mode 0x7f is now being taken offline
    NOTE: initiating PST update: grp = 3, dsk = 0/0xeae44fae, mode = 0x15
    kfdp_updateDsk(): 12
    kfdp_updateDskBg(): 12
    ERROR: too many offline disks in PST (grp 3)
    WARNING: Disk D01_VSP_SI in mode 0x7f offline aborted
    Thu Dec 27 17:38:29 2012
    NOTE: halting all I/Os to diskgroup DATAVSPSI
    NOTE: crash recovery signalled OER-15130
    ERROR: ORA-15130 signalled during mount of diskgroup DATAVSPSI
    NOTE: cache dismounting (clean) group 3/0x7934BF5D (DATAVSPSI)
    NOTE: lgwr not being msg'd to dismount
    NOTE: cache dismounted group 3/0x7934BF5D (DATAVSPSI)
    Also, I think the lower level disk is fine as I am able to write to the disk as follows :
    [oracle@rmanqa01 trace]$ dd of=/dev/sdp1
    Test Test
    0+1 records in
    0+1 records out
    10 bytes (10 B) copied, 4.97435 seconds, 0.0 kB/s
    [oracle@rmanqa01 trace]$ id
    uid=500(oracle) gid=500(oinstall) groups=6(disk),500(oinstall),501(dba),502(oper),503(asmadmin),504(asmdba),505(asmoper),506(horcm)
    [oracle@rmanqa01 trace]$ ls -l /dev/sdp1
    brw-rw---- 1 root disk 8, 241 Dec 28 11:59 /dev/sdp1
    [oracle@rmanqa01 trace]$
    The oracleasm also lists the disk D01_VSP_SI as follows :
    [root@rmanqa01 log]# /etc/init.d/oracleasm listdisks
    A01_VSP_SI
    ADSK01
    ARCH_AMS_SI
    D01_VSP_SI
    DATA_AMS_SI
    DDSK01
    DEMO_ARCH
    DEMO_DATA
    L01_VSP_SI
    RDSK01
    REDO_AMS_SI
    You have new mail in /var/spool/mail/root
    [root@rmanqa01 log]# /etc/init.d/oracleasm querydisk D01_VSP_SI
    Disk "D01_VSP_SI" is a valid ASM disk
    [root@rmanqa01 log]#
    kfed tool was giving proper data till yesterday.
    Today, I am getting the following :
    ./kfed read /dev/oracleasm/disks/D01_VSP_SI
    kfbh.endian: 84 ; 0x000: 0x54
    kfbh.hard: 101 ; 0x001: 0x65
    kfbh.type: 115 ; 0x002: *** Unknown Enum ***
    kfbh.datfmt: 116 ; 0x003: 0x74
    kfbh.block.blk: 1936020512 ; 0x004: T=0 NUMB=0x73655420
    kfbh.block.obj: 2147486324 ; 0x008: TYPE=0x8 NUMB=0xa74
    kfbh.check: 2886846267 ; 0x00c: 0xac11c73b
    kfbh.fcn.base: 0 ; 0x010: 0x00000000
    kfbh.fcn.wrap: 0 ; 0x014: 0x00000000
    kfbh.spare1: 0 ; 0x018: 0x00000000
    kfbh.spare2: 0 ; 0x01c: 0x00000000
    ERROR!!!, failed to get the oracore error message
    [oracle@rmanqa01 bin]$
    Please help.
    Thanks
    V V
    Edited by: user13479556 on Dec 28, 2012 12:00 PM

    Thanks Berx for pointing that out.
    I deleted the ASM disks and the diskgroups and re-created a fresh and was able to start the ASM instance and mount the DGs.
    Now the mount is persistent, but the dbca fails with the following error in the alert log. Under what situations can this error be seen ?
    NOTE: Loaded library: System
    SUCCESS: diskgroup DATAAMSSI was mounted
    SUCCESS: diskgroup ARCHAMSSI was mounted
    ERROR: failed to establish dependency between database R3AMSSI and diskgroup resource ora.DATAAMSSI.dg*ERROR: failed to establish dependency between database R3AMSSI and diskgroup resource ora.ARCHAMSSI.dg*Mon Dec 31 20:25:25 2012
    SUCCESS: diskgroup LOGAMSSI was mounted
    Mon Dec 31 20:25:25 2012
    ERROR: failed to establish dependency between database R3AMSSI and diskgroup resource ora.LOGAMSSI.dg
    Mon Dec 31 20:25:25 2012
    Successful mount of redo thread 1, with mount id 784925673
    Completed: Create controlfile reuse set database "R3AMSSI"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    '+DATAAMSSI/R3AMSSI/system01.dbf',
    '+DATAAMSSI/R3AMSSI/sysaux01.dbf',
    '+DATAAMSSI/R3AMSSI/undotbs01.dbf',
    '+DATAAMSSI/R3AMSSI/users01.dbf'
    LOGFILE GROUP 1 ('+LOGAMSSI/R3AMSSI/redo01.log') SIZE 51200K,
    GROUP 2 ('+LOGAMSSI/R3AMSSI/redo02.log') SIZE 51200K,
    GROUP 3 ('+LOGAMSSI/R3AMSSI/redo03.log') SIZE 51200K RESETLOGS
    Stopping background process MMNL
    Stopping background process MMON
    Starting background process MMON
    Starting background process MMNL
    Mon Dec 31 20:25:28 2012
    MMON started with pid=17, OS id=10452
    ALTER SYSTEM enable restricted session;
    Mon Dec 31 20:25:28 2012
    MMNL started with pid=18, OS id=10454
    alter database "R3AMSSI" open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 945183
    Errors in file /u01/app/oracle/diag/rdbms/r3amssi/R3AMSSI/trace/R3AMSSI_ora_10434.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+LOGAMSSI/r3amssi/redo01.log'
    ORA-17503: ksfdopn:2 Failed to open file +LOGAMSSI/r3amssi/redo01.log
    ORA-15173: entry 'redo01.log' does not exist in directory 'r3amssi'
    Errors in file /u01/app/oracle/diag/rdbms/r3amssi/R3AMSSI/trace/R3AMSSI_ora_10434.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+LOGAMSSI/r3amssi/redo01.log'
    ORA-17503: ksfdopn:2 Failed to open file +LOGAMSSI/r3amssi/redo01.log
    ORA-15173: entry 'redo01.log' does not exist in directory 'r3amssi'
    Mon Dec 31 20:25:29 2012
    Checker run found 5 new persistent data failures
    Mon Dec 31 20:27:07 2012
    I can verify from asmcmd that the redologs mentioned above as missing is very much present in '+LOGAMSSI/R3AMSSI'
    Thanks
    V V

  • Disk mount problem

    I have an external fw disk that stopped mounting properly, at least when I log in under my user name (with admin privileges). The disk shows up in disk utility with the little fw disk symbol and the proper capacity and model name: 372.6 GB OWC Mercury Elite Por-AL 800/400. But the icon for the volume, External HD, appears as a piece of paper with a folded corner. It does not appear in Finder but it is detected in terminal when I run the "mount" command. This problem occurs whether I plug the disk into my iMac (using fw 400) or laptop (using fw 800).
    I tried logging in as "guest" and the disk mounts properly and I can access all the folders on it. When I end session as guest and log in under my user name, the same problem as described above recurs.
    When I run repair disk, no problems are found.
    Any help would be appreciated.
    intel imac 20   Mac OS X (10.4.9)   mbp core2duo

    TomK,
    I just had your same problem yesterday with my external USB LaCie Porsche disk. I've been using FW disks for years and this never happened to me before.
    I tried running the disk tests with Disk Utility, switching the drive on and off, with no result.
    Disk Warrior 3.0.3 solved the problem by rebuilding the directory structure. Now it works again and no file was (visibly) lost.
    By adding up what I read in this thread, I get to the conclusion that the problem was in the disk (not in the finder prefs) and is not related with USB vs. FW, as at first I guessed.
    I'm curious to know if and how you solved your problem.
    Could you solve it using a standard Apple utility or some terminal command ?
    I can manage unix commands if needed...
    Thanks
    Piero

  • Hard drive volume appears in sidebar Favorites when new disk mounts

    Hard drive on my 17” MacBook Pro Quad Core i7 (2.5 GHz, 8GB SDRAM OS 10.8.2) is partitioned into 4 volumes; I'll call them A-Mountain Lion startup drive, B-Personal, C-Work, D-minimal clean Mt. Lion for emergencies. Problem relates to my regular boot drive.
    I have Finder sidebars set to show 8 or 10 folders in the "Favorites" section and have ticked all boxes in the "Devices" section. Most of the time I have no external disks, CDs, etc., connected to the MBP, so the Devices section generally shows my computer and the four partitions. So far, so good.
    Lately, every time an external volume is mounted and every time a disk image is mounted, the Personal volume (B) of my internal drive, which is already showing under Devices, also pops up in the Favorites section of the sidebar. I remove it from the Favorites, but the next time an external disk or a disk image mounts, there it is again. It's always volume B, never A, C, or D.
    I have tried everything I can think of to cure this odd behavior: Used Disk Utility (verify all disks/volumes; repair volumes; repair permissions; etc.), though nothing seemed wrong. I've run Disk Warrior on all volumes. I cleaned out everything possible on the startup drive (A) with the latest version of Onyx. I've repeatedly trashed the plists I could identify in my user Library that had "sidebar" or "finder" in their names. I've logged in and out; started and restarted; started with shift key down. Still, every time a new volume or disk mounts, up pops this extra volume B among the Favorites (where it shouldn't be). I checked and unchecked various combinations of sidebar items in Finder Preferences. I've Forced Quit the Finder. It doesn't matter whether all, some, or no devices are checked; when a new disk mounts, there's the extra volume B again.
    I have only two other clues to add. (1) I created a new temporary user account on my startup drive (volume A), and this behavior did NOT occur in the new account. (2) This same behavior had arisen once before, a couple of months ago. I went through similar blind attempts to cure it then, but at some point I must have done something right because I it got fixed. For the life of me, I can't remember which of all the things I tried did the trick.
    Many thanks to anyone who can shed light on this annoying behavior.

    I can add a bit to my earlier description. I had said the problem did not occur in a new user account. Well, after using the new account for a while, it showed up. Eventually I erased the startup volume and installed Mountain Lion (plus updates to 10.8.2) fresh. I used migration assistant to transfer only my old user, pared down applications, and network settings -- no preferences, application support stuff. The old user carried over the problem. But I immediately created a new user and have been working from it for the past two weeks, very gradually opening apps, adjusting settings, etc., and testing for the anomaly at each change. In some cases I did move preferences from a backup clone, but was always careful to test after each addition. All was well for a week, until one morning I noticed the data partition had appeared in sidebar Favorites. So I'm back to where I was. I had been documenting each change or introduction I made. The only things my notes said from the day before the sidebar anomaly appeared was launching and struggling to activate QuarkXPress 9.3, and copying over my old prefs and settings for TextWrangler. I completely removed every trace of QXP, but the problem remained. (I did not remove TextWrangler because I just can't believe it could be the culprit -- but could it?)
    I also noticed a similar (though maybe not identical) problem posted in another thread <https://discussions.apple.com/message/20591050#20591050>, but so far no answers there either.

  • How can i see when someone has accessed my call/text log. (This is possible on google) I have been informed that someone has accessed my activity log and is giving my information to a third party. I believe it is a service tech, but I am not interested in

    How can i see when someone has accessed my call/text log. (This is possible on google/gmail) I have been informed that someone has accessed my activity log and is giving my information to a third party. I believe it is a service tech, but I am not interested in persuing that further. I just need to see when my account has been accessed if possible.

    Hi lynniewigs,
    This is a common concern among Android and I-phone user, and one of the drawbacks to using a smart phone.  We lose so much privacy. Our phones become cameras into our homes for us to be spied on.
    I don't know what type of phone you have, if it is even a smart phone, but here is an example of an application that you can use to determine which applications are accessing your information and sending it out. 
    Permission Scanner - Android Apps on Google Play
    Google just recently revamp their permissions geared to hide invasive applications that spy and send out your information without your knowledge.  Report says be aware of what your Android app does - CNET
    Please continue to be mindful of the apps you download and the permissions you give. 

  • Known disk-mounting fault on iPod Video 80GB?

    Is there a known disk mounting fault with the iPod Video 80GB?
    I’m running iTunes Version 7.0.1.8 and have so far had two brand new 80GB iPod Video devices, purchased from a registered New Zealand reseller (TotallyMac.com).
    Both iPods have successfully loaded my music library and have played perfectly, both on headphones and on my iPod hi-fi. However, when I subsequently plug the iPod into any of the USB 2 ports on my laptop, the iPod does not show up as a device in My Computer, File Explorer or in iTunes.
    I’m running Windows XP, Service Pack 2.
    The problem also occurs on a second PC – the iPod refuses to show as a device in My Computer, Windows File Explorer or in iTunes. However, it does show up in Device Manager, and the ‘Safely Remove Hardware’ icon shows on the Windows status bar when the iPod is connected. Even so, when the iPod is safely ejected, the iPod screen continues to show ‘Do Not Disconnect’, so the only way to safely eject the iPod is to reset it on the iPod.
    I’ve tried restarting the computer, putting the iPod into disk mode and so on. Unfortunately, none of the advice on the Apple website for iPods that refuse to mount helps me – because I can’t get the iPod to appear as a device anywhere on my computer, I can’t rename the Drive Volume (to another letter instead of ‘E:’) or restore the iPod to factory settings.
    I can’t help thinking that Apple has created a ‘Catch 22’ situation by removing the iPod Updater option in iTunes 7 – none of the previous versions of iPod Updater is compatible with iTunes 7, meaning it’s impossible for people who have a Disk Mount problem to restore their iPods. If you can’t get the iPod to show up in iTunes, how are you supposed to restore the device or solve disk mounting problems?
    There appears to be no other way to restore the device if you’re using iTunes 7.
    Why isn’t there a ‘restore’ option in the iPod’s own diagnostics menu, some combination of click-wheel buttons that will allow you to reformat/restore the drive?
    My previous (40GB) Fourth-Generation iPod mounts perfectly on both this laptop and another PC, suggesting it is the new iPods that are the problem. Also, as I said, the new iPod fails to mount on the second PC, supporting this theory.
    Both faulty iPods have been set to ‘manually update’ and I also ticked the ‘Enable Disk Use’ option and removed the checkmark from ‘Automatically open iTunes’.
    It would be good to hear from someone else who has experienced similar difficulties, as I’m by no means a new iPod user and this has both me and the Apple service technicians I’ve spoken to completely stumped. Is it a known problem and, if so, will it be dealt with in future iTunes updates…?
    Toshiba P20 Laptop PC   Windows XP Pro  

    Try forcing the iPod into disk mode:
    http://docs.info.apple.com/article.html?artnum=93651
    And then see if you can change the Volume Drive Letter:
    http://docs.info.apple.com/article.html?artnum=93499
    If nothing else works, you may want to give this a shot:
    http://docs.info.apple.com/article.html?artnum=302538
    Since you did say the iPod continues to show Do Not Disconnect after ejecting it, I'm thinking maybe there's something on your computer that's interfering with the iPod.
    Also, when the iPod comes up in Device Manager, does it have any kind of warning on it? You may need to uninstall the iPod's drivers, and then restart the computer with the iPod attached to reinstall it. This may not be the case, though, since the iPod is still showing Do Not Disconnect while it's plugged in.
    You may also want to make sure you have the iPod connected to a USB port directly on the rear of the computer, or try a different USB cable.
    Also, you might want to try restarting the iPodService
    http://docs.info.apple.com/article.html?artnum=93716
    CG

  • Activity log design issue in web application .. Whatabout AOP ?

    Hi guys. ..
    I am working on a big web application in which there is module called activity log which actually logs most of the activities one perform in application like make a payment , defere the payment , issue the check etc. Almost all components in the application less or more use this component.
    Now what is my issue is its design sucks. Every time a new activity has to added one has to add a separate class for that and make a call at a particular place in other component depending on some logic. sometime it becomes a nightmare to maintain all this.
    I am sure there should be better way to do it .without making a call to this component every othere class.
    I dont know much about AOP. Is AOP got some solution for that.? or any design pattern I should use to make it maintainable or simple to add new activities whenever need arise.
    Thanks
    HibernFan.

    Hi guys. ..
    I am working on a big web application in which there
    is module called activity log which actually logs
    most of the activities one perform in application
    like make a payment , defere the payment , issue the
    check etc. Almost all components in the application
    less or more use this component.
    Now what is my issue is its design sucks. Every time
    a new activity has to added one has to add a separate
    class for that and make a call at a particular place
    in other component depending on some logic. sometime
    it becomes a nightmare to maintain all this.
    I am sure there should be better way to do it
    .without making a call to this component every othere
    class.
    I dont know much about AOP. Is AOP got some solution
    for that.? or any design pattern I should use to make
    it maintainable or simple to add new activities
    whenever need arise.You are thinking exactly the right thing. AOP is born for this sort of thing, and it addresses exactly the problem you've experienced: Move all that code that's duplicated with every new activity into the advice class.
    You can do AOP if you have AspectJ or, better yet, Spring.
    If not, you can think of Filters as a kind of AOP. Since this is a Web app you can write a Filter that does the logging for you.
    Either way, you've nailed the idea. Good thinking.
    %

  • Is the disk equal to log files and other questions?

    In the web page http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/introduction.html#dplfeatures, there is a statement, " The checkpointer is responsible for flushing database data to *disk* that was written to cache as the result of a transaction commit ".
    I wonder if the disk here means log files under the JE home directory.
    From my understanding of these documents and other web resources, the check pointer is to write records in Cache to Log files (disk), and then cleaner is to reorganize and then to remove unused log files. For the records in a Cache, they are brought from disk to Cache by querying the index organized in a B-Tree structure, and the In-Compressor is to delete some empty internal nodes of B-Tree.
    I wonder if the above is right to describe relations among these components, check pointer, cleaner, B-Tree and In-Compressor.
    Thanks for your help!
    Best,
    Jiangfan

    Jiangfan Shi wrote:
    I wonder if the disk here means log files under the JE home directory. Yes.
    I wonder if the above is right to describe relations among these components, check pointer, cleaner, B-Tree and In-Compressor. Yes.

  • Is there a way to restore an accidentally deleted activity log?

    I am soooo embarrassed.  I accidentally deleted the activity log of a phone number I wish to keep.  Is there anyway that I can have that activity restored or is it gone forever?? 

    Backing up the device AFTER the calls have been deleted will not backup something that has been previously deleted.
    Weekly backups, or more often, are very worth doing.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to capture content activity log from DMP?

    Hi There,
    I try to implement content activity log from DMP. The information that I want to get are DMP IP, Conent File Name (video or jpg file), open date/time. The only way that I can do is sending http command direct to DMP (http.file via port 7777).
    Is it possible to implement Syslog server to get those information from DMP?
    Thank you
    Panya

    Hi Panya,
    There is a feature called "Proof Of Play" which was created exactly to track what the DMPs are playing, you can find the documentation at the following link:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmm/user/guide/signs/proof.html
    Is this what you are looking for?
    Best Regards,
    Marco

  • Can we reduce the size of the disk having the Log files for a Dag Database

    There is an issue with disk space filling up for 4 databases part of the same DAG, each having 1 non lagged passive copy.
    The Disks containing the log files are from the VSphere Storage. The Disk size was temporarily expanded to avoid any outages.
    There is a full backup running currently, which is expected to clear the transaction logs on completion and that should be reducing the disk space utilized.
    The storage guys want to know whether they can reclaim the temporarily expanded disk size. i.e reduce the disk space from the storage containing Log Files without affecting anything.
    I couldn't find any documentation on this specific requirement, and want to confirm

    There is an issue with disk space filling up for 4 databases part of the same DAG, each having 1 non lagged passive copy.
    The Disks containing the log files are from the VSphere Storage. The Disk size was temporarily expanded to avoid any outages.
    There is a full backup running currently, which is expected to clear the transaction logs on completion and that should be reducing the disk space utilized.
    The storage guys want to know whether they can reclaim the temporarily expanded disk size. i.e reduce the disk space from the storage containing Log Files without affecting anything.
    I couldn't find any documentation on this specific requirement, and want to confirm
    I dont see why not. Once the logs are cleared, Exchange doesnt care.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Disk Mounting error

    Trying to download a program and get the "disk mounting failed" message.
    Using an EMac with OS 10.3.9, downloading a .dmg file about 5.6MB using Safari 1.3.1(v312.3.3). I've gotten all the updates and Java fixes I can think of. I am able to download other files w/o problem. The file I'm trying to download is Limewire. I've been on their discussion board but no results.
    Any sugesstions?
    Oh, the Safari downloads about 180kb of the file and then gives me the error and I'm using a cable modem connection.
    EMac   Mac OS X (10.3.9)  

    I just had the very same problem (with a CD instead of DVD, but same error) and found your unanswered post. I checked out another site, and it suggested that the I/O problem has something to do with data corruption....
    And then I remembered that when watching DVD's - if they are dirty, they won't play...
    And I ejected the CD, and found some gummy jam like substance on the data side.
    Cleaned it off, and now it works fine....hope this helps you or others!

  • Does ipad have an activity log? I want to report on when it was on and being used?

    Does ipad have an activity log? I want to report on when it was on and being used?

    Hi, No but there are many 3rd party apps in the app store but it all depends what activity you need to monitor or log

Maybe you are looking for

  • Error in checking a primary file

    Hi , I am trying to use the CHECKIN_UNIVERSAL idcservice froma standalone java class. I have appeneded the following xml string in my request and trying to use a primary file from my local m/c. <code> requestString = "<?xml version='1.0' ?><SOAP-ENV:

  • New Mac Pro (late 2013) crashes / freezes while rendering or editing in Premiere Pro CC

    We recently purchased a new Mac Pro desktop (Late 2013, 16GB memory, D700 Graphic Card, 2.7 GHz -12 Core, OSX 10.9.3) and we are running Adobe CC on it. When using Premiere Pro CC (7.2.2) I am having major issues while rendering and editing. About 50

  • Mac Mini vs G5 for Sims2?

    My wife plays Sims2 all the time. She is currently using a G5 2Gig Ram and 250gig HD. It is starting to slow down and I think it is time for a new machine. She has an Apple 20" monitor. I was wondering, would a Mac Mini be enough machine for Sims2? I

  • New syntax for Go URL in Analytics 10.1.3.2 onwards

    Can someone please share the location of any documentation for parameter passing in version 10.3.4.1 ? Specifically, I am having difficulty getting the BETWEEN qualifier to function as expected: *&op1=bet* Almost all of the GO URL examples that refer

  • Setting up MPD for every user on the machine

    I'm having a few problems setting up MPD. What I want to do is configure MPD such that it starts automatically at login using the current user config file (so that it uses the correct db) and stops playing and exit (to free port 6600) on logout. This