| Author |
Message |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 10/01/2009 12:04:22
|
Brahim
Joined: 09/04/2008 23:28:33
Messages: 2883
Offline
|
mheloy wrote:Hi,
is there a simple step by step on how can I use LSE to become DFS like
Thanks
I think it would help to read the LSE website tutorials.
Once you understand how to create hard links and junctions, it becomes trivial to create a view to your liking.
Again, this is all about creating a folder view that groups all of your data under one root.
Think of it as creating a folder and copying all of your data from different drives under it.
Now, instead of doing the actual copying, you are just pointing to the existing location through hard links and/or junctions.
Make sure that the root folder is outside of FlexRAID.
|
Server (VMware ESXi): dual Quad 8356@2.4Ghz | ASUS KFN5-D SLI | 16GB (4x 4GB) DDR2 667Mhz ECC REG w/Parity [Chipkill] | Radeon X300 | Intel 160GB SSD (VM datastore) | 6+ TB storage
File Server VM (running FlexRAID): 512MB RAM | 2 vCPUs | 6TB storage | Parity on 2TB NAS |
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 10/01/2009 19:39:34
|
mheloy
Joined: 04/09/2008 00:56:08
Messages: 44
Offline
|
I understand... thanks again.
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 12/01/2009 15:41:26
|
gorman
Joined: 03/11/2008 09:57:22
Messages: 166
Offline
|
Hi Brahim, using Link Shell Extension (http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html) here and I'm wondering...
I have 5 different movie folders on different harddrives and, so far, I've managed to create a Movie Aggregate folder that, inside, has junctions to the 5 different folders.
Is there a way to have Movie Aggregate containing directly all the files contained in the five different directories?
This "Movie Aggregate" is not part of the RAID, the hard drives containing the actual files are.
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 12/01/2009 20:16:27
|
Brahim
Joined: 09/04/2008 23:28:33
Messages: 2883
Offline
|
gorman wrote:Hi Brahim, using Link Shell Extension ( http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html) here and I'm wondering...
I have 5 different movie folders on different harddrives and, so far, I've managed to create a Movie Aggregate folder that, inside, has junctions to the 5 different folders.
Is there a way to have Movie Aggregate containing directly all the files contained in the five different directories?
This "Movie Aggregate" is not part of the RAID, the hard drives containing the actual files are.
Sadly, there is not easy way of doing this aside from link each individual movie folder.
You could write a simple script to make things easier (or if someone else wants to tackle this as I lack the time for it).
|
Server (VMware ESXi): dual Quad 8356@2.4Ghz | ASUS KFN5-D SLI | 16GB (4x 4GB) DDR2 667Mhz ECC REG w/Parity [Chipkill] | Radeon X300 | Intel 160GB SSD (VM datastore) | 6+ TB storage
File Server VM (running FlexRAID): 512MB RAM | 2 vCPUs | 6TB storage | Parity on 2TB NAS |
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 12/01/2009 21:50:22
|
gravy
Joined: 13/12/2008 14:34:07
Messages: 25
Offline
|
That's what I'm looking for as well. An aggregated view, or folder, that comprises same-named folders from multiple volumes. Given the plethora of file utilities, I'm kinda surprised there isn't any easy way to do this, or an app to handle it for you.
The hardlink thing is great, but this would be just a bit cooler.
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 12/01/2009 22:50:20
|
Brahim
Joined: 09/04/2008 23:28:33
Messages: 2883
Offline
|
gravy wrote:That's what I'm looking for as well. An aggregated view, or folder, that comprises same-named folders from multiple volumes. Given the plethora of file utilities, I'm kinda surprised there isn't any easy way to do this, or an app to handle it for you.
The hardlink thing is great, but this would be just a bit cooler.
I don't think it would be hard to come up with a good solution on Windows.
Linux already has a good solution (http://www.openegg.org/forums/posts/list/88.page).
On Windows, you could write a simple script (or a more complex one with directory monitoring) that would run every 5 minutes or so.
I could come up with the script, but I would prefer for a Windows developer to come up with a cleaner one.
Here is a good resource to follow: http://www.flexhex.com/docs/articles/hard-links.phtml.
Of course you could do it much simpler by using fsutil (http://technet.microsoft.com/en-us/library/cc753059.aspx).
|
Server (VMware ESXi): dual Quad 8356@2.4Ghz | ASUS KFN5-D SLI | 16GB (4x 4GB) DDR2 667Mhz ECC REG w/Parity [Chipkill] | Radeon X300 | Intel 160GB SSD (VM datastore) | 6+ TB storage
File Server VM (running FlexRAID): 512MB RAM | 2 vCPUs | 6TB storage | Parity on 2TB NAS |
|
|
 |
|
|