| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Fri, 13 Jul 2007 16:15:26 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: if [ -w branching: how to spot a locked USB stick |
| Message-ID: | <20070713141526.GW6851@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <469715CF DOT 7090105 AT bonhard DOT uklinux DOT net> <46977404 DOT 6070105 AT byu DOT net> <20070713130620 DOT GT6851 AT calimero DOT vinschen DOT de> <46978595 DOT 5070605 AT byu DOT net> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <46978595.5070605@byu.net> |
| User-Agent: | Mutt/1.4.2.2i |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 Jul 13 08:00, Eric Blake wrote:
> According to Corinna Vinschen on 7/13/2007 7:06 AM:
> >> Actually, this is a cygwin question. Bash's [ command only reports what
> >> access("/h",W_OK) tells it to report,
> >
> > It's the latter. The fact that the USB stick is locked doesn't
> > mean that the permission bits returned by the OS calls are augmented
> > to reflect the fact that the stick is not writable. All permission
> > bits are still intact. Only when actually trying to write to the device,
> > you'll get the Win32 error message equivalent of EROFS.
>
> But POSIX requires access(...,W_OK) to fail with EROFS on a read-only file
> system. Is there any way for cygwin to easily determine this without
> actually attempting a write?
Not that I'm aware of. I added this to my TODO list. However, as
usual, http://cygwin.com/acronyms/#PTC.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |