X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: My experience build the 2.6.17 kernel under Cygwin Date: Tue, 9 Jan 2007 18:34:10 -0000 Message-ID: <00b701c7341c$c0cbf870$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <93F4D0C26363FF45A4953C121889B6AC5BF0@brak.anidea.local> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 09 January 2007 18:01, Gabriel Goldstein wrote: > 2. Cygwin does not appear to handle the advanced file system mechanics > to support mknod properly. This may be a specific thing to my > situation, but my dev kit had a sample file system. It would not untar > into cygwin without a seg fault. Can you narrow it down to a tarball containing just a single file? Or is it a fairly small tarchive? > My workaround was to basically do this > on a VM Ware / RH machine. Annoying, but it did work. What I may > suggest is a way to have a real linux file system that you can 'mount' > and provide this functionality. This one gets raised every so often, but it's not really a cygwin issue. It requires a windows filesystem driver that knows how to mount a linux filesystem. That's a device driver, whereas cygwin is all user-mode application; if you have such a driver on your machine, the linux drive will show up in windows and have a drive letter, and will automatically be availably through /cygdrive/letter. (Yes, it would be *possible* to provide a cygwin filesystem driver that runs in usermode, and just uses ioctls to do raw sector reads and writes. Maybe porting FUSE to cygwin would be the way to go at some stage....) cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/