Unable to trap error on NAS drive mount failure

Following script works fine when NAS is on network but unmounted but fails to trap error when NAS not on network (it's on a wireless connection that drops out in heavy snow).
I want to build a loop so that it tries to bring up the drive every few minutes but can't prevent the error: "Connection failed. Server may not exist or is not operational at this time....... OK"
Any ideas why?
-- Connect to Remote Backup NAS
tell application "Finder"
set disk_names to list disks
if disk_names contains "dbqwbackup" then
display dialog "Backup Drive dbqwbackup connected" buttons "Connected" default button "Connected" giving up after 4
else
display dialog "Mounting dbqwbackup" buttons "Mount Drive" default button "Mount Drive" giving up after 3
try
with timeout of 250 seconds
mount volume "afp://192.168.0.18/dbqwbackup"
end timeout
display dialog "Backup Drive dbqwbackup connected" buttons "Connected" default button "Connected" giving up after 4
on error error_message number error_number
display dialog error_message & return & error_number with icon 2 giving up after 10
return
end try
end if
end tell

I had the same problem. I found out that a +tell application "Finder"+ block around the +mount volume+ command make the +with timeout+ to work just fine.
Hope this helps.
try
with timeout of 250 seconds
tell application "Finder"
mount volume "afp://192.168.0.18/dbqwbackup"
end tell
end timeout
end try

Similar Messages

  • How to keep a SimpleShare NAS drive mounted?

    I've got a SimpleShare NAS drive on my network that I use for backups and large file storage. When I login I have an Applescript that mounts the drive for me. However, the drive does not stay mounted, it simply disappears. I can not detect a pattern in the disappearance such as always after waking from sleep.
    Is there something I can do to keep it mounted? Because when it disappears my automatated backups hang waiting for it to be mounted.
    Is the only solution to write an Applescript that periodically checks to see if it is mounted and if it isn't, mounts it?
    1.8 GHz PowerPC G5   Mac OS X (10.4.8)   SimpleShare NAS

    that should not make a difference since OSX just disconnects drives when you put it to sleep or whatever... its just how the system works.
    You can add an apple script to your login sequence though to automatically reconnect. You can most likely use the script you use now to do that.
    just add it to your login items list in config > accounts > login items...

  • Keep NAS Drive mounted after logout?

    Not sure if this is possible but I would like to logout of the server but still have the NAS mounted so retrospect can run the backups.
    I know you can use cocktail to enable external drives to stay mounted but this seems to only apply to attached drives like firewire, not NAS, is this right?

    Cheers for the reply, I am connecting using AFP, it is a Lacie Big Disk and I think it does support NFS so I'll give that a go.
    The reason I don't have it directly attached is for extra security, I keep the Backup drives away from the server, though we are in the process of organising an offsite system so this may not be such an issue then.

  • CS3, mac, now opens my NAS drive upon startup of DW

    Just wiped my macbook clean, and did a brand new fresh
    install of OSX, and my new CS3 Design Premium. Now, when I open
    Dreamweaver, my NAS drive mounts ever time. Makes no sense. Why
    would this be?

    answered it myself. I went to PReferences, Preview in Browser
    tab...I deleted the 3 default browsers. Quit, restarted, and the
    NAS drive did not mount. Weird.

  • Sparse bundle mounting from NAS drives very slow

    I have an unusual problem, where one of my user accounts has recurrent trouble mounting large sparse bundles located on NAS drives. The sparsebundles are hard drive clones, 200-250GB sized. NAS connected by gigabit ethernet.
    On trying to mount an image with Finder, there is a pause, lasts 2-3 minutes, then the image mounts, and quite often Finder then goes unresponsive. Relaunching Finder then seems to fix the problem, at least temporarily....
    Unmounting the sparsebundles takes 2-3 minutes also....
    Two other user accounts I have, one on same hard drive as the affected one, work well, the same sparsebundles mount/unmount instantly....
    Yesterday deleting Finder prefs fixed the problem, but then today the problem was back.
    This is obviously a Finder issue, connectivity to the NAS in question is fine for other files, even for a 300GB .dmg image, just sparse bundles seem affected....
    Any ideas?? It's driving me nuts now!

    I too am having this issue. Intel / 10.5.8 attached to an SMB share from Ubuntu Linux.
    I ran a test of various image types, and while Sparse Image works, Sparse Bundle fails. Here are my logs. Happy to do some testing and log posting if anyone has a test theory to try.
    9/5/09 2:20:29 PM Disk Utility[1822] Disk Utility started.
    9/5/09 2:22:38 PM Disk Utility[1822] Creating Image “test1-rw-disk-image.dmg”
    9/5/09 2:22:38 PM Disk Utility[1822] Initializing…
    9/5/09 2:22:38 PM Disk Utility[1822] Creating…
    9/5/09 2:22:39 PM Disk Utility[1822] Formatting…
    9/5/09 2:22:39 PM com.apple.KernelEventAgent[37] KernelEventAgent: sysctl_queryfs: No such file or directory
    9/5/09 2:22:39 PM Disk Utility[1822] Attaching…
    9/5/09 2:22:40 PM Disk Utility[1822] Finishing…
    9/5/09 2:22:41 PM Disk Utility[1822] Image “test1-rw-disk-image.dmg” created successfully.
    9/5/09 2:23:21 PM Disk Utility[1822] Creating Image “test2-sparse-disk-image.sparseimage”
    9/5/09 2:23:21 PM Disk Utility[1822] Initializing…
    9/5/09 2:23:21 PM Disk Utility[1822] Creating…
    9/5/09 2:23:21 PM Disk Utility[1822] Formatting…
    9/5/09 2:23:21 PM com.apple.KernelEventAgent[37] KernelEventAgent: sysctl_queryfs: No such file or directory
    9/5/09 2:23:21 PM Disk Utility[1822] Attaching…
    9/5/09 2:23:23 PM Disk Utility[1822] Finishing…
    9/5/09 2:23:24 PM Disk Utility[1822] Image “test2-sparse-disk-image.sparseimage” created successfully.
    9/5/09 2:24:04 PM Disk Utility[1822] Creating Image “test3-sparse-bundle-image.sparsebundle”
    9/5/09 2:24:04 PM Disk Utility[1822] Initializing…
    9/5/09 2:24:04 PM Disk Utility[1822] Creating…
    9/5/09 2:24:04 PM Disk Utility[1822] Formatting…
    9/5/09 2:24:05 PM Disk Utility[1822] Finishing…
    9/5/09 2:24:05 PM Disk Utility[1822] Unable to create “test3-sparse-bundle-image.sparsebundle”. (Operation not supported)
    9/5/09 2:24:05 PM Disk Utility[1822]

  • Unable to create : com.mysql.jdbc.Driver error with JDeveloper 10.1.3

    Hi all,
    I got this error when I tried to execute a simple JSF app. I am using JDeveloper 10.1.3 release edition. Please advice
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config>
    C:\JDeveloper10g\jdk\bin\javaw.exe -ojvm -classpath C:\JDeveloper10g\j2ee\home\oc4j.jar;C:\JDeveloper10g\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    2006-01-31 21:40:47.062 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war...
    2006-01-31 21:40:47.093 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms
    2006-01-31 21:40:47.093 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war
    2006-01-31 21:40:47.156 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar...
    2006-01-31 21:40:47.156 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources
    2006-01-31 21:40:47.171 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar
    2006-01-31 21:40:47.218 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear...
    2006-01-31 21:40:47.281 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j
    2006-01-31 21:40:47.359 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear
    2006-01-31 21:40:47.375 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war...
    2006-01-31 21:40:47.375 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp
    2006-01-31 21:40:59.296 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war
    2006-01-31 21:41:08.421 WARNING J2EE OJR0107 Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    06/01/31 21:41:08 SEVERE: ApplicationStateRunning.initConnector Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Jan 31, 2006 9:41:08 PM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    06/01/31 21:41:08 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: com.mysql.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
         Loader: oc4j:10.1.3
         Code-Source: /C:/JDeveloper10g/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in C:\JDeveloper10g\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    Jan 31, 2006 9:41:08 PM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: com.mysql.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
         Loader: oc4j:10.1.3
         Code-Source: /C:/JDeveloper10g/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in C:\JDeveloper10g\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    06/01/31 21:41:08 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Jan 31, 2006 9:41:08 PM com.evermind.server.Application setConfig
    WARNING: Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    2006-01-31 21:41:08.531 WARNING J2EE 0JR0013 Exception initializing deployed application: current-workspace-app. Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 29125 ms.

    I did what Manu suggested with no success. Alternatively, I registered the driver jar with embedded OC4J preferences > global > libraries. Still does not work. Please, note, that when I run JUnit tests against my BC4J application modules with JDBC URL as connection type, everything works just fine. The problem comes while running the JSF application when the application module is using JDBC DataSource as connection type.

  • I am unable to burn any info-photo ect on to a disk. I have a 27" I mac mid 2010 version. I put in a disk, hit burn, it runs for about 3 mins and ejects the disk sayiny there was an error with the drive and will not restart.

    am unable to burn any info-photo ect on to a disk. I have a 27" I mac mid 2010 version. I put in a disk, hit burn, it runs for about 3 mins and ejects the disk sayiny there was an error with the drive and will not restart.

    The optical drive has probably failed. It's a fairly common thing with these slim SuperDrives. Does it read any discs you put into it? You can try resetting the SMC and pram but I'll be surprised if it helps.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on
    Resetting PRAM and NVRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Removed nas drive error on startup

    I have removed a nas drive from my network but everytime I restart my imac I get an error message that it cannot be found. Why can't it accept the fact that it has gone?

    Check the list of login items for your account in the Accounts pane of System Preferences.
    (58174)

  • Unable to reliability connect to an Iomega NAS drive.

    I'm running IOS 10.6.8 and my NAS drive isn't connecting to my iMac everytime.  I've gone to Finder - Go - Connect To Server and an error messages comes back as not being able to connect.
    When I run parallels within the iMac environment and use applications that require me to use the NAS drive, no problem.  The system see the drive everytime.
    Help!!!!

    clfarron4 wrote:
    devrepublic wrote:One question though: in /boot/grub/menu.lst, do I have to change root hd(X,Y) as well? If so, what should I put there?
    The linked part of the Wiki does that you need to change those bits to /dev/disk/by-label/LABEL as instructed by the linked part of the wiki
    The linked part of the wiki explains how to use labels for the kernel command line, but not for grub's internal disk and partition numbering scheme.

  • Successfully upgraded to 3.3 Unable to backup to external hard drive. Aperture closes unexpectedly without error message.

    Upgrade to 3.3 was successful. My library is stored on an external hard drive and I have vaults stored on different hard drives. Aperture seems to be functiong OK but I am unable to backup to my external hard drives. The application seems to go through the process of upgrading the library again and quits unexpectedly at step seven without an error message. Anyone come up with a work around before Apple sorts this bug out?

    What do you mean when you say "unable to backup to my external drives"?  Are you updating your Vaults?  If so, are you able to create a new Vault?  If you are, create them and confirm that they work.  If they work, delete the old Vaults and keep the new ones.

  • NAS Drive not working

    Hi,
    Just upgraded to Leopard today, and since doing it I have not been able to access my NAS drive. It appears in finder under shared drives, but I am unable to access it, any suggestions?
    Bob.

    I have run into a similar problem here as well. Running a micronet PlatinumNAS and it was working fine in Tiger. Today after upgrading, I cannot access the SMB shares at all. If I attempt to connect thorugh "connect to server" in the finder and type the SMB address, it attempts to connect then fails after a minute stating:
    "Connection failed. The server may not exist or it is not operational at this time. Check the server name or IP address and your network connection and try again"
    I click OK on the error with no other options and then get this error:
    "The Finder cannot complete the operation because some data in "It gives my SMB address here" could not be rear or written.
    (Error code -36)"
    According to Apple, error -36 is an I/O error. So now I am really confused.
    I have attempted to show mounted drives on my desktop as suggested by 127.0.0.1 above in the finder prefs. Nothing doing there. File sharing is on as well, although that should not matter.
    In Tiger, in the Finder window I would see the workgroups that I could browse. Now with the shared side bar option, it shows machines in the office I can access, but not the workgroups. I used to access the NAS by going to Network, selecting the workgroup it was in and the picking the NAS. Then the system would ask which drive and ask for the password. Then the drive would mount. Now none of that is even an option.
    Any help would be appreciated.

  • Connect nas drive to mac

    We have a CoolMax NAS drive CN-330; all the PC's on the network can access it just fine.
    However we have a MAC, which opens up the shares just fine... however trying to save anything on the NAS from MAC gives the error "action could not be completed because you do not have sufficient privileges" we have tried using protocols including SMB; however it still gives the same error message.
    Please advice.

    You may be connected as guest. To write files, you probably will need to be a registered user and log in.
    Try connecting in the usual way, then open a Finder window and click on the mounted drive in the Finder window sidebar. It will open a window showing the shared device, with a header inside the window saying connected as :<username> or <guest>. There are buttons there to connect as a specific user, or disconnect and re-connect as a specific user.
    Some other articles remind us that the firewalls beteen computers can cause problems if all the correct ports are not opened. If you are using DHCP on a Router you control, you do not need the firewalls on individual computers.

  • Unable to load LabVIEW RT from drive

    Trying to boot RT on PXI-8187 controller with original setup, what ever RT boot selection is used either hardware switch or BIOS RT boot option, the terminal will show the following:
    Unable to load LabVIEW RT from drive!
    Booting safe mode from ROM...
    mount: Mounting /dev/Ma1 on /home/ftp/c failed: Invalid argument
    Entering safe mode.
    IP address is: 0.0.0.0
    Of course after that you can't do any thing to configure the RT target from the MAX on the host computer.
    Please Help.

    Hi,
    I used the recovery CD to change the file system to NTFS, it took a while and it installed windows XP from scratch differently from FirstWare that ghosts it (I think). And it didn't install any NI stuff what so ever.
    At the end I got the same result as with using the remote system format disk option.
    i.e. The RT controller boots in safe mode displaying the previous message without the mount error but this time I can configure the IP address.
    Still I can't install software to it, I get the list of features to install, I select them and press next, then I get a dialog saying:
    Cannot process install because other dependencies are required:
    LabVIEW RT 1.0.1
    LabVIEW RT 6.0.1
    LabVIEW RT 6.1.0
    LabVIEW RT 7.0.0
    LabVIEW RT 7.1
    Is this a host or RT Controller issue now?
    What's next? Thanks for the help

  • [Solved]IDE Drive mounting problem.

    Hey all, I've got an annoying problem with one of my IDE drives.
    Basically I just can't get it to mount, during boot up I get a few errors:
    end_request: I/O error, dev sda, sector 0
    Buffer I/O error on device sda, logical block 0
    ata2: EH complete
    unable to read partition table
    Corrupt partition table, simple enough? I wish. I can mount the drive without error in both my Windows and Ubuntu 7.10 install. Which leads me to think it dislikes using the PATA driver or whatever the change was in later kernels.
    The really puzzling part is that I can wipe the drive and create a new partition with parted, then mount it manually and copy data to it. But as soon as I reboot I am back the start, getting I/O errors and can't mount.
    A couple of guys on IRC were saying to rmmod the pata drivers and modprobe the ide ones, but I have no experience with either of those functions. And from what I can see there is like 15 different IDE drives I could choose from, so have no idea what I should be doing.
    Any help is appreciated.
    Last edited by BluntBox (2008-05-02 06:27:42)

    Well as insane as this seems to me, removing the jumper on drive and making it cable select fixed it...

  • WDMyCloud NAS drive not visible

    Hi,
    on new Win8.1 pro PC, my NAS drive, WDMyCloud, is not visible in Network as a computer. It is visible under Media Devices and under Storage section though. So I can play media from it and access the management console but not access/transfer files and map
    a drive to it. The WDMyCloud drive is accessible via my Android smart phone. Also my Windows 8.1 laptop can see it as computer (though sometimes takes a while now - until I connected the new PC all was working fine). The drive is connected to WiFi
    router by ethernet cable and I can ping it from all devices. Please help me map the drive.
    peter

    Hi Fangzhou,
    disabling the firewall had no effect. The link you provided did not provide a solution either. I don't use Norton antivirus, just the default Windows Defender. The fact that "unspecified error" mostly means "access denied" is interesting
    though. I therefore investigated further and found 2 errors in the system event log which might point to the cause. The pc17 is the computer where I am having the problem, pc8 is another computer on my network. They seem to be having some kind
    of dispute though lol. Not being able to join WORKGROUP and the NAS, as the settings indicate, would have made itself part of WORKGROUP, this may well prevent the NAS being visible and cause the "unspecified error". If this is the
    cause then not really sure how to make these two combatants be nice to each other :-D.  
    Log Name:      System
    Source:        BROWSER
    Date:          10/04/2015 12:52:44 AM
    Event ID:      8019
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      pc17
    Description:
    The browser was unable to promote itself to master browser.  The browser will continue to attempt to promote itself to the master browser, but will no longer log any events in the event log in Event Viewer.
    Event Xml:
    <Event>
      <System>
        <Provider Name="BROWSER" />
        <EventID Qualifiers="49152">8019</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-09T14:52:44.000000000Z" />
        <EventRecordID>2295</EventRecordID>
        <Channel>System</Channel>
        <Computer>pc17</Computer>
        <Security />
      </System>
      <EventData>
        <Binary>34000000</Binary>
      </EventData>
    </Event>
    Log Name:      System
    Source:        NetBT
    Date:          10/04/2015 12:52:44 AM
    Event ID:      4321
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      pc17
    Description:
    The name "WORKGROUP      :1d" could not be registered on the interface with IP address 10.0.0.17. The computer with the IP address 10.0.0.8 did not allow the name to be claimed by this computer.
    <Event>
      <System>
        <Provider Name="NetBT" />
        <EventID Qualifiers="49152">4321</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-09T14:52:44.164199800Z" />
        <EventRecordID>2296</EventRecordID>
        <Channel>System</Channel>
        <Computer>pc17</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
        </Data>
        <Data>WORKGROUP      :1d</Data>
        <Data>10.0.0.17</Data>
        <Data>10.0.0.8</Data>
        <Binary>000000000400320000000000E11000C001010000010000C033000000000000000000000000000000</Binary>
      </EventData>
    </Event>

Maybe you are looking for

  • Is there a way for a form field to show a name when the client sees it, but have the name disappear

    My client needs a PDF with fields. It's a letter. They want the areas for the header - names/addresses/company name/date, etc. to be variable, but when THEIR client looks at it, they want them to know what the field is. So they want the field labeled

  • Optimization of PL/SQL Block

    Hi I am using Oracle 10g on Linux. I wrote one Store Procedure , which is running fine when i execute from SQL prompt but when i execute this SP from code it takes lot of time to gave me the result. What can i do to improve the performance? Thanks in

  • Photo books on ipad2

    Is there a way to create photo books on the ipad2? One of the main reasons I purchased the ipad2 was to edit and organize photos with the touch screen. I love the feature on iphoto, but can't seem to find anything comparable on my ipad.

  • Can't understand how autocommit works

    Hey, I can't get TopLink working the way I want. I use TopLink as JPA provider in GlassFish. I have a stateless session bean that manages persistence by itself (Bean Managed Persistence). One of the bean's methods does the following thing: UserTransa

  • What is an Itunes  Gift Card and Certicates code?

    I have to make an account to get something in App-store, but when i have filled in the visa card information, its a question that says "Gift Cards and Certicates code" what is this?