| Author |
Message |
Keith
Guest
|
Posted:
Fri Nov 11, 2005 5:16 pm Post subject:
Inexpensive alternative to a SAN |
|
|
I know it sounds kludgy, cheap and amateurish, but...
I have a legacy app that millions of small, static image files. The
app requires a mapped drive letter, so they all have to be on one
volume. Problem is, it's getting to be too much to store on a sigle
volume. Is there an inexpensive (or open source) software alternative
to a SAN? I need a virtual f:\ drive, where some of the subfolders are
stored here, others there, etc.
(oh, and please forgive my ignorance on stoarge in general, I'm a
developer, not an architect).
Thanks for any pearls of wisdom.
-Keith |
|
| Back to top |
|
 |
Roberto Giana
Guest
|
Posted:
Fri Nov 11, 2005 5:16 pm Post subject:
Re: Inexpensive alternative to a SAN |
|
|
Keith wrote:
| Quote: | I know it sounds kludgy, cheap and amateurish, but...
I have a legacy app that millions of small, static image files. The
app requires a mapped drive letter, so they all have to be on one
volume. Problem is, it's getting to be too much to store on a sigle
volume. Is there an inexpensive (or open source) software alternative
to a SAN? I need a virtual f:\ drive, where some of the subfolders are
stored here, others there, etc.
(oh, and please forgive my ignorance on stoarge in general, I'm a
developer, not an architect).
Thanks for any pearls of wisdom.
-Keith
|
Hi Keith
Basicly it's nothing new for the Unix/Linux world. That's exactly the way how partitions or shares are mounted into the
filesystem.
Under Windows 200x you can acheive now the same thing by using Distributed File System (DFS). You can map partitions or
shares from other computers into subdirectories and then share the directory as one to others.
http://www.microsoft.com/windows2000/techinfo/administration/fileandprint/dfsbp.asp
--
Best regards
Roberto Giana
_____________________________________________________
Giana Roberto Consulting - GiaRoCo
https://www.giaroco.ch/
_____________________________________________________ |
|
| Back to top |
|
 |
Keith
Guest
|
Posted:
Fri Nov 11, 2005 5:16 pm Post subject:
Re: Inexpensive alternative to a SAN |
|
|
| Thanks! That looks like exactly what I need. |
|
| Back to top |
|
 |
Zak
Guest
|
Posted:
Mon Nov 14, 2005 1:15 am Post subject:
Re: Inexpensive alternative to a SAN |
|
|
Keith wrote:
| Quote: | I know it sounds kludgy, cheap and amateurish, but...
I have a legacy app that millions of small, static image files. The
app requires a mapped drive letter, so they all have to be on one
volume. Problem is, it's getting to be too much to store on a sigle
volume. Is there an inexpensive (or open source) software alternative
to a SAN? I need a virtual f:\ drive, where some of the subfolders are
stored here, others there, etc.
|
A Linux/Samba file server could probably do this - depending on your
volume size and required growth.
Also, google for 'junction points': "You can surpass the 26 drive letter
limitation by using NTFS junction points. By using junction points, you
can graft a target folder onto another NTFS folder or "mount" a volume
onto an NTFS junction point. Junction points are transparent to programs."
This allows you to 'mount' multiple local drives under a single drive
letter.
Thomas |
|
| Back to top |
|
 |
|
|
|
|