Running WAMP (XAMPP) and LAMP from One SSD, On 64-bit Windows and Linux Machines

Posted by nicorellius on Server Fault See other posts from Server Fault or by nicorellius
Published on 2012-09-19T20:59:42Z Indexed on 2012/09/19 21:39 UTC
Read the original article Hit count: 194

Filed under:
|
|

I have an solid state drive that I develop websites on. The reason I do this is because I work on a few different computers. Historically, I created separate developing environments to use for each machine. This was OK, but if the system changed for some reason, eg, new OS install, it was a pain. So I bought a USB 3.0 enclosure and put a solid state drive in there and it's pretty darn fast, which is good.

I was working with three Windows machines and I could simply hook up the drive, launch my XAMPP server and away I went, developing websites: using Dreamweaver, Komodo, Notepad++, Eclipse, etc.

Recently, however, one of my Windows machines' hard drive went down and instead of going back to Windows in this case, I went with Ububntu 12.04. I have several Ubuntu workstations and servers and I like Linux, so I thought his was a great opportunity to transition.

I went to work installing and trying to set up a LAMP server and, besides from XAMPP 64-bit compatibility out of the box, I'm seeing other issues with getting this Linux server running. I will keep trying to resolve this, but in the meantime...

my question is, has anyone ever successfully run both WAMP and LAMP from the same SSD (formatted to NTFS)? I'm sure there are lots of barriers to this happening, like local file system, OS libraries, dependencies, etc. But I was thinking it would be cool if it could be done.

I'm no expert, so if this is just plain old stupid, please don't hesitate to let me know.

© Server Fault or respective owner

Related posts about linux

Related posts about Windows