Spanned volume and NTFS file system limite

Hello Guys,
I am planning to setup a file server.As i have a idea below,can it work?
Create three Luns each is 10TB for the server using GPT partion style.Then I will use the three luns to create a 30TB spanned volume and format the volume with NTFS using 4-KB cluster.Is he
maximum size of an NTFS volume is 16 TB minus 4 KB?
Thnak
you.

Hi,
If you format the volume with NTFS using 4-KB cluster, the maximum size of an NTFS volume is 16 TB minus 4 KB.
For more detailed information, please refer to the article below:
Reviewing Storage Limits
http://technet.microsoft.com/en-us/library/cc773268(v=ws.10).aspx
Regards,
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Difference between ASM Disk Group, ADVM Volume and ACFS File system

    Q1. What is the difference between an ASM Disk Group and an ADVM Volume ?
    To my mind, an ASM Disk Group is effectively a logical volume for Database files ( including FRA files ).
    11gR2 seems to have introduced the concepts of ADVM volumes and ACFS File Systems.
    An 11gR2 ASM Disk Group can contain :
    ASM Disks
    ADVM volumes
    ACFS file systems
    Q2. ADVM volumes appear to be dynamic volumes.
    However is this therefore not effectively layering a logical volume ( the ADVM volume ) beneath an ASM Disk Group ( conceptually a logical volume as well ) ?
    Worse still if you have left ASM Disk Group Redundancy to the hardware RAID / SAN level ( as Oracle recommend ), you could effectively have 3 layers of logical disk ? ( ASM on top of ADVM on top of RAID/SAN ) ?
    Q3. if it is 2 layers of logical disk ( i.e. ASM on top of ADVM ), what makes this better than 2 layers using a 3rd party volume manager ( eg ASM on top of 3rd party LVM ) - something Oracle encourages against ?
    Q4. ACFS File systems, seem to be clustered file systems for non database files including ORACLE_HOMEs, application exe's etc ( but NOT GRID_HOME, OS root, OCR's or Voting disks )
    Can you create / modify ACFS file systems using ASM.
    The oracle toplogy diagram for ASM in the 11gR2 ASM Admin guide, shows ACFS as part of ASM. I am not sure from this if ACFS is part of ASM or ASM sits on top of ACFS ?
    Q5. Connected to Q4. there seems to be a number of different ways, ACFS file systems can be created ? Which of the below are valid methods ?
    through ASM ?
    through native OS file system creation ?
    through OEM ?
    through acfsutil ?
    my head is exploding
    Any help and clarification greatly appreciated
    Jim

    Q1 - ADVM volume is a type of special file created in the ASM DG.  Once created, it creates a block device on the OS itself that can be used just like any other block device.  http://docs.oracle.com/cd/E16655_01/server.121/e17612/asmfilesystem.htm#OSTMG30000
    Q2 - the asm disk group is a disk group, not really a logical volume.  It combines attributes of both when used for database purposes, as the database and certain other applications know how to talk "ASM" protocol.  However, you won't find any general purpose applications that can do so.  In addition, some customers prefer to deal directly with file systems and volume devices, which ADVM is made to do.  In your way of thinking, you could have 3 layers of logical disk, but each of them provides different attributes and characteristics.  This is not a bad thing though, as each has a slightly different focus - os file system\device, database specific, and storage centric.
    Q3 - ADVM is specifically developed to extend the characteristics of ASM for use by general OS applications.  It understands the database performance characteristics and is tuned to work well in that situation.  Because it is developed in house, it takes advantage of the ASM design model.  Additionally, rather than having to contact multiple vendors for support, your support is limited to calling Oracle, a one-stop shop.
    Q4 - You can create and modify ACFS file systems using command line tools and ASMCA.  Creating and modifying logical volumes happens through SQL(ASM), asmcmd, and ASMCA.  EM can also be used for both items.  ACFS sits on top of ADVM, which is a file in an ASM disk group.  ACFS is aware of the characteristics of ASM\ADVM volumes, and tunes it's IO to make best use of those characteristics. 
    Q5 - several ways:
    1) Connect to ASM with SQL, use 'alter diskgroup add volume' as Mihael points out.  This creates an ADVM volume.  Then, format the volume using 'mkfs' (*nix) or acfsformat (windows).
    2) Use ASMCA - A gui to create a volume and format a file system.  Probably the easiest if your head is exploding.
    3) Use 'asmcmd' to create a volume, and 'mkfs' to format the ACFS file system.
    Here is information on ASMCA, with examples:
    http://docs.oracle.com/cd/E16655_01/server.121/e17612/asmca_acfs.htm#OSTMG94348
    Information on command line tools, with examples:
    Basic Steps to Manage Oracle ACFS Systems

  • Accessing FAT and NTFS file systems in same machine

    hi
    i m new in solaris
    is it possible to access my windows file system in solaris.
    file systems are FAT and NTFS.
    regards

    You should be able to mount FAT filesystems as type pcfs.
    Theres no native support for NTFS, but I seem to remember a project working on that.
    So google for solaris NTFS will probably find it..

  • Bug: Unhandled Exception: System.IO.IOException: The requested operation could not be completed due to a file system limitation

    Hello, I have a 35GB text file that I'm copying from one folder to another folder via c#
    (I simply open a StreamReader and a StreamWriter and copy line by line (something like sw.WriteLine(sr.ReadLine());)
    If [the destination folder is a "windows compress folder" (right click folder > properties > Advanced > Compress content to save disk space)] then it fails else it works well.
    Any idea how to solve the issue?
    I have windows 8.1 with all latest updates. The ssd is a samsung 850 pro, and I tried on 2 machines, same results.
    So to recap, it seems the issue is with the writing of big files on a compress folder, the reading is fine.
    thanks.
    w
    Error:
    2015.01.08 10:15:27] Unhandled Exception: System.IO.IOException: The requested operation could not be completed due to a file system limitation
    [Err, 2015.01.08 10:15:27] 
    [Err, 2015.01.08 10:15:27]    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    [Err, 2015.01.08 10:15:27]    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
    [Err, 2015.01.08 10:15:27]    at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
    [Err, 2015.01.08 10:15:27]    at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
    [Err, 2015.01.08 10:15:27]    at System.IO.StreamWriter.Write(String value)
    w.

    Hi w,
    Per my understanding. This is not a C# code issue. I doubt the issue related your OS.
    After search the error info,
    here is a possible solution, please take a look
    “The requested operation
    could not be completed due to a file system limitation.”
    <copied>
    Please use Disk Defragmenter to defrag the NTFS volume on your side, which should fix this issue.
    Please refer to:
    A heavily fragmented file in an NTFS volume may not grow beyond a certain size
    http://support.microsoft.com/kb/967351
    For the limitation of NTFS, please check the following online guide.
    How NTFS Works
    http://technet.microsoft.com/en-us/library/cc781134(WS.10).aspx
    </copied>
    Best of luck!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there a way to configure NTFS file system on an NSS 324 SmartStorage unit. So far I can setup ext 3 or ext 4 but no option for NTFS

    Is there a way to configure NTFS file system on an NSS 324 SmartStorage unit. So far I can setup ext 3 or ext 4 but no option for NTFS. This unit should be joining a Windows Server 2008 R2 network and needs to be shared with all users. This unit will replace a File server running Win 2003 SP2.
    Message was edited by: Hermann Koster
    Thank you very much for your reply. The idea is to decommission the Windows file server which is running Windows Server 2003 SP2 operating system but is not running as a DC but just a member server. All this server is doing is providing file server services so my idea is to replace it with the NSS 324 box. My only concern is that when my NSS joins the domain all my users would be able to see and access network shares transparently, the same way they saw the former W2003 file server. After I transferred the data from File server I will use the same for NSS that was used for file server as well as same IP address and folders path as before.
    Any suggestions or advice?
    Once again thank you very much for your reply.
    Cheers,

    The internal HDDs must be formatted in either EXT3 or EXT4 file system because NSS uses Linux OS.  This is mainly because the RAM designed to fit with the customized Linux OS's size.
    You can connect to an external HDD via a  USB or eSATA port. The external HDD's file system can be NTFS, FAT32, AFT or EXT3/4 to be recognized for read/write. You can connect a 2TB USB/eSATA drive connec to the NSS via USB port to format your HDD for NTFS, AFT, FAT32, or EXT3/4 partition.
    You can join the NSS to a Windows domainr so all domain users to access NSS. You cannot replace the NSS for the Windows 2003 SP2 server. They are two different products and do different jobs. Windows server is features sets server while the NSS is the files/data server.
    Hope that helps!!

  • Memory Management, Crit Structure Corrupt, Bad Pool Caller, ntfs file system error

    So after freshly installing Win 8.1 I was happy, untill I started to play some games that I previously played on Win 7, I've started to get a whole heap of errors, I did have more written down but have lost the bit of paper they were written on. 
    Here are the list of errors I can remember.
    Memory Management, Crit Structure Corrupt, Bad Pool Caller, ntfs file system error
    Specs:
    Operating System
    Windows 8.1 Pro 64-bit
    CPU
    AMD Athlon II X2 250
    35 °C
    Regor 45nm Technology
    RAM
    6.00GB Dual-Channel DDR2 @ 400MHz (5-5-5-18)
    Motherboard
    ASUSTeK Computer INC. M3N-H/HDMI (Socket AM2 )
    40 °C
    Graphics
    SyncMaster (1440x900@60Hz)
    SAMSUNG (1440x900@60Hz)
    ATI Radeon HD 4800 Series (Microsoft Corporation - WDDM v1.1) (Sapphire/PCPartner)
    Storage
    698GB Western Digital WDC WD7500AAKS-00RBA0 ATA Device (SATA)

    Adam
    These are Related to
    atikmdag.sys ATI Radeon Kernel Mode Driver.  Yours is 2+ years old.  I would update to the newest driver available.
    Microsoft (R) Windows Debugger Version 6.3.9600.16384 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Ken\Desktop\A040614-65203-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    ************* Symbol Path validation summary **************
    Response Time (ms) Location
    Deferred SRV*H:\symbols*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*H:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 8 Kernel Version 9600 MP (2 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 9600.16384.amd64fre.winblue_rtm.130821-1623
    Machine Name:
    Kernel base = 0xfffff803`be013000 PsLoadedModuleList = 0xfffff803`be2da9b0
    Debug session time: Mon Apr 7 00:35:03.785 2014 (UTC - 4:00)
    System Uptime: 0 days 0:08:48.334
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    * Bugcheck Analysis *
    Use !analyze -v to get detailed debugging information.
    BugCheck 3B, {c0000005, fffff80001cf7d73, ffffd0002305c470, 0}
    *** WARNING: Unable to verify timestamp for atikmdag.sys
    *** ERROR: Module load completed but symbols could not be loaded for atikmdag.sys
    Probably caused by : atikmdag.sys ( atikmdag+70d73 )
    Followup: MachineOwner
    0: kd> !analyze -v
    * Bugcheck Analysis *
    SYSTEM_SERVICE_EXCEPTION (3b)
    An exception happened while executing a system service routine.
    Arguments:
    Arg1: 00000000c0000005, Exception code that caused the bugcheck
    Arg2: fffff80001cf7d73, Address of the instruction which caused the bugcheck
    Arg3: ffffd0002305c470, Address of the context record for the exception that caused the bugcheck
    Arg4: 0000000000000000, zero.
    Debugging Details:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    FAULTING_IP:
    atikmdag+70d73
    fffff800`01cf7d73 8a040a mov al,byte ptr [rdx+rcx]
    CONTEXT: ffffd0002305c470 -- (.cxr 0xffffd0002305c470;r)
    rax=0000000000000000 rbx=ffffcf80021783a0 rcx=ffffcf8002334ff5
    rdx=0000307ffdccb010 rsi=ffffcf8004734470 rdi=ffffcf80021783a0
    rip=fffff80001cf7d73 rsp=ffffd0002305cea8 rbp=ffffd0002305cf00
    r8=0000000000000006 r9=0000000000000000 r10=0000000000000384
    r11=ffffcf8002334ff0 r12=0000000000000001 r13=ffffcf8004734470
    r14=0000000000000000 r15=ffffcf8004734470
    iopl=0 nv up ei ng nz na po nc
    cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010286
    atikmdag+0x70d73:
    fffff800`01cf7d73 8a040a mov al,byte ptr [rdx+rcx] ds:002b:00000000`00000005=??
    Last set context:
    rax=0000000000000000 rbx=ffffcf80021783a0 rcx=ffffcf8002334ff5
    rdx=0000307ffdccb010 rsi=ffffcf8004734470 rdi=ffffcf80021783a0
    rip=fffff80001cf7d73 rsp=ffffd0002305cea8 rbp=ffffd0002305cf00
    r8=0000000000000006 r9=0000000000000000 r10=0000000000000384
    r11=ffffcf8002334ff0 r12=0000000000000001 r13=ffffcf8004734470
    r14=0000000000000000 r15=ffffcf8004734470
    iopl=0 nv up ei ng nz na po nc
    cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010286
    atikmdag+0x70d73:
    fffff800`01cf7d73 8a040a mov al,byte ptr [rdx+rcx] ds:002b:00000000`00000005=??
    Resetting default scope
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR: 0x3B
    PROCESS_NAME: csrss.exe
    CURRENT_IRQL: 0
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    LAST_CONTROL_TRANSFER: from fffff800025cf3d7 to fffff80001cf7d73
    STACK_TEXT:
    ffffd000`2305cea8 fffff800`025cf3d7 : ffffcf80`04734470 ffffcf80`04734470 00000000`00000000 ffffcf80`01f52450 : atikmdag+0x70d73
    ffffd000`2305ceb0 ffffcf80`04734470 : ffffcf80`04734470 00000000`00000000 ffffcf80`01f52450 ffffd000`2305cf00 : atikmdag+0x9483d7
    ffffd000`2305ceb8 ffffcf80`04734470 : 00000000`00000000 ffffcf80`01f52450 ffffd000`2305cf00 fffff800`025f48d3 : 0xffffcf80`04734470
    ffffd000`2305cec0 00000000`00000000 : ffffcf80`01f52450 ffffd000`2305cf00 fffff800`025f48d3 ffffcf80`04734470 : 0xffffcf80`04734470
    FOLLOWUP_IP:
    atikmdag+70d73
    fffff800`01cf7d73 8a040a mov al,byte ptr [rdx+rcx]
    SYMBOL_STACK_INDEX: 0
    SYMBOL_NAME: atikmdag+70d73
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: atikmdag
    IMAGE_NAME: atikmdag.sys
    DEBUG_FLR_IMAGE_TIMESTAMP: 4fdf9bbd
    STACK_COMMAND: .cxr 0xffffd0002305c470 ; kb
    FAILURE_BUCKET_ID: 0x3B_VRF_atikmdag+70d73
    BUCKET_ID: 0x3B_VRF_atikmdag+70d73
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:0x3b_vrf_atikmdag+70d73
    FAILURE_ID_HASH: {1ec4cdaf-008d-03dd-4ca9-ade1993441da}
    Followup: MachineOwner
    Wanikiya and Dyami--Team Zigzag

  • USB Hardrive NTFS file system

    Ive just changed from windows to mac. I am now having a bit of a problem. With my old windows computer i used a 180gb usb hardrive on NTFS file system. I can read the files on my new mac but i cant put anything on there. So i now realise i have to convert the hardrive to a mac file system. But i have lots of files on there and i assume reformating will wipe all the files??? Does anyone have any suggestions of what i can do? I also have one final question if and when i do format which is the best file system to use? and is there anyfile system other than FAT32 that will work with mac and windows?

    The Mac can only read NTFS, not read.
    My suggestion would be a) move the things to another already formatted external drive, b) get lots of DVD's and start making those archive copies that you've been putting off for so long, c) move the files onto the Mac temporarily and reformat the drive and then put them back on the external drive.
    For maximum interoperability you'll want FAT32, if you are going to do that it'd probably be easier to offload the files onto your PC, reformat and then move them again.
    I recently did this and I went through the files on the drive first and found that I could delete a lot of the files that I had on there so good luck.

  • New zone and inherited file system mount point error

    Hi - would anyone be able to help with the following error please. I've tried to create a new zone that has the following inherited file system:
    inherit-pkg-dir:
    dir: /usr/local/var/lib/sudo
    But when I try to install it fails with:
    root@tdukunxtest03:~ 532$ zoneadm -z tdukwbprepz01 install
    A ZFS file system has been created for this zone.
    Preparing to install zone <tdukwbprepz01>.
    ERROR: cannot create zone <tdukwbprepz01> inherited file system mount point </export/zones/tdukwbprepz01/root/usr/local/var/lib>
    ERROR: cannot setup zone <tdukwbprepz01> inherited and configured file systems
    ERROR: cannot setup zone <tdukwbprepz01> file systems inherited and configured from the global zone
    ERROR: cannot create zone boot environment <tdukwbprepz01>
    I've added this because unknown to me when I installed sudo from sunfreeware in the global it requires access to /usr/local/var/lib/sudo - sudo itself installs in /usr/local. And when I try to run any sudo commands in the new zone it gave this:
    sudo ls
    Password:
    sudo: Can't open /usr/local/var/lib/sudo/tdgrunj/8: Read-only file system
    Thanks - Julian.

    Think I've just found the answer to my problem, I'd already inherited /usr ..... and as sudo from freeware installs in /usr/local I guess this is never going to work. I can only think to try the sudo version of the Solaris companion DVD or whatever it's called.

  • Can i format ipod classic with NTFS file system on win7?

    can i format ipod classic with NTFS file system on win7?

    Not if you want to have an iPod as opposed to an ordinary external drive.
    (60693)

  • Moving copy of project laptop to iMac.  When I try to export my laptop project to either a thumbdrive or a SD card, the export fails and says 'file system of destination volume not supported'.  How to fix?

    When trying to move a project from Macbook Pro laptop to iMac, the program says, 'file system of the destination volume is not supported.'
    This is true for both a thumb drive and a SD card.  What is the fix? Thanks

    Format them OS X Extended. Aperture libraries have to be on OS X Extended formatted volumes.
    Use Disk Utility. Remember when you format a drive you erase all the data that is on it. So it there is anything you want on those copy it off first.

  • Problems with UAC and NTFS File Permissions on a File Server.

    LarryG. wrote:
    It looks to me like your account doesn't have the proper permissions on all of the sub folders.  Can you verify that?  Once you have the proper permissions this issue should go away.
    This is a feature, not a bug.  You do not have permissions.

    Hello Everyone,I'm curious about your experience with UAC and NTFS permissions--in particular on a file server. In my case, I'm running Server 2012 R2.I have a very large company shared folder. I right click on it and go to properties to check the size. The size is only 5GB or so and should be over 300GB. How is this possible? I'm finding that some of its subfolders are tied into UAC and some folders are not. UAC-related subfolder:Non-UAC related subfolder:In the pictures above, both folders are department-related folders. They are not system folders. The folders have the same owner. The folders are located on the same folder level. When I try to view the permissions of the UAC-related folder, I get this:I'm a domain admin, so when I go through the prompts, I can see the permissions.But this is a total pain because I now require third...
    This topic first appeared in the Spiceworks Community

  • Spotlight and FAT32 file system

    Does someone know if it is possible to tell Spotlight to index a partition containing a FAT32 file system like the one that can be set up for BootCamp ?
    TIA

    Well, the command is accepted and says the indexing has been turned on on the volume and it WORKS.
    The volume status does not seem to survive a reboot though. I am just wondering whether my question has a sense : perhaps indexing and search were already working on that volume but I had never noticed nor thought of using it.
    What I can tell is that the CPU didn't seem busy after I "turned" indexing on whereas it skyrocketed for a few tens of minutes on initial indexing of my drive.
    Thanks to you all anyway.

  • APEX 2.1 and server  file system interaction methods

    Hello experts
    I am building a web application using APEX 2.1 that would be used by a few hundred users as a secure and auditable portal to a word document file library.
    The main use case is that an authenticated user will find links to documents he/she has been granted access of various levels (read only or read/write).
    All the files are stored on the server file system.
    I have a couple of questions:
    1.some file" when placed in an HTML region source does not work. Is this normal ?
    2.Will I have to import the entire file library (very large in size and number of files) into APEX so I can access them from APEX or can I simply use the simple anchor HTML tag above.
    Many thanks. Zemus.
    Edited by: zemus on Jun 4, 2009 1:25 PM
    Edited by: zemus on Jun 4, 2009 1:26 PM
    Edited by: zemus on Jun 4, 2009 1:27 PM

    I think I answered your email. Also, you can have a look at these threads:
    Re: How to display bfile in Apex report
    Re: Linking to display an external file
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Missing Recovery Partition and Unrecognized File Systems

    So, a long time ago I accidentally deleted my recovery partition and have recently been trying to fix it so that I can upgrade my OS to Mavericks. After browsing around here I found the Recovery Partition Creator 3.7 and used it to create a new recovery partition. Using the diskutil list command everything seemed to be fine and it looked like the partition was successfully created so I tried reinstalling OS X Lion by holding command R at startup. Doing so brought up the internet recovery menu and I selected reinstall Lion which was still unsuccessful because "a recovery partition could not be created". So, I decided to check in disk utility to see what might be wrong and I used the disk utility debug command in order to access disk utility's debug menu and show all the hidden partitions. Now, looking at these partitions I see two hidden partitions: disk0s1 which is an EFI partition, and disk0s3 which is the Apple Boot Partition that was created by Recovery Partition Creator 3.7. After verifying the partitions, disk utility is telling me that both my EFI and apple boot partitions have unrecognized file systems, my Macintosh HD partition is fine. At this point I do not know what to do.
    Below are photos of the diskutil list and of what disk utility is showing me for the two hidden partitions.
    For reference I am running OSX Lion 10.7.5 (11G63) on a early 2011 13 inch Macbook Pro (Base Model).
    Bootrom version: MBP81.0047.B27
    SMC Version: 1.68f99
    Thank you all in advance for your help, feel free to ask me any questions.

    Just an update, I went ahead and installed Lion again over the existing TM restored installation using the Lion Update file and at least File Vault is working. Interestingly, I still do not have a Recover partition so obviously something new for Apple Support to learn.

  • File system and LR2 file system view summary

    Hello,
    Is there a way when navigating a directory via the Folders panel to click on the folder and get summary information about the contents of the folder both from a file system perspective as well as a Lightroom perspective?
    file system perspective: number of physical files supported by LR2 in the folder
    LR2 perspective: the number of files that have virtual copies, how many total virtual copies total, how many photos are in stacks, how many stacks, etc.
    Thanks,
    Matt
    -Windows XP x64 SP2
    -AMD Athlon 64 X2 Dual Core 6400+
    -4.00 GB of RAM
    -Lightroom Version 2.0 64-bit 481478 Camera Raw 4.5
    -Two Silicon Graphics GDM-5011P Monitors
    -Huey Pro with version 1.5 of their calibration/profiling software
    -Nvidia Evga 8800 GT graphics card with 512 MB of Video RAM
    -Monitor One: The 'normal' Lightroom window in either the Library or Develop Module
    -Monitor Two: 'Loupe-Normal' in 1:1 view

                   No, you can't specify an entire filesystem as something to cluster. I
              suggest using NFS or some shared filesystem and then running a cluster
              off of that.
                                       - Mike
              Michael Lenart wrote:
              >
              > yes
              > "Mike Benham" <[email protected]> wrote in message
              > news:[email protected]..
              > >
              > >
              > >
              > > I'm not sure if I understand what you're asking. How can you cluster a
              > > filesystem? It seems like you want to mount some filesystem via NFS and
              > > then access that from each instance of a server? Are you asking if
              > > Weblogic can perform the duty of NFS?
              > >
              > > - Mike
              > >
              > >
              > > Michael Lenart wrote:
              > > >
              > > > Can the file system be clustered?? For example, in the cluster level
              > > > property file can I have a file system with the name of XDrive and then
              > use
              > > > that file system in my components??
              

Maybe you are looking for

  • HELP PLEASE! Computer reads iTouch as a camera. Will not open in iTunes.

    Could an expert please answer this question. I've browsed the discussion board looking for answers but everyone just seems to have a different problem. I run Windows XP Pro. Everything was working fine until the new version of iTunes came out. Ok, so

  • Uploading File to server from local machine

    how to Upload the File to server from local machine. Using java applet, how to upload the file to secure server. I dont know how to proceed the steps for uploading Reply me ASAP.......

  • After ios6 is not possibile to update app

    Ipad2 ios6 altre update to ios6 we start to update app but neverland finisch all the time remai ing. In status "waiting

  • Calling character styles in group

    I'm getting frustrated at not being able to call character styles within groups in a simple manner. Shouldn't it work the same way as for paragraph styles? The following code is identical for the two style types, but while the paragraph style works t

  • [SOLVED] libreoffice not starting context fails to supply singleton

    Whenever I start libreoffice it shows this error: The application cannot be started. component context fails to supply singleton com.sun.star.deployment.ExtensionManager of type com.sun.star.deployment.XExtensionManager in a window. I found this old