X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_05,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-Id: <4D7E53C2.3030300@saic.com> Date: Mon, 14 Mar 2011 13:43:30 -0400 From: "Roger K. Wells" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: dd to thumb drive, W7 permission problem References: <4D7E3467 DOT 2060606 AT bellsouth DOT net> In-Reply-To: <4D7E3467.2060606@bellsouth.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 03/14/2011 11:29 AM, Charles Russell wrote: > The following works on Windows XP, but fails on Windows 7, apparently > because of some permission setting (even in Administrator mode). > > # dd if=binary.img of=/dev/sdb > dd: writing to `/dev/sdb': Permission denied > 3+0 records in > 2+0 records out > 1024 bytes (1.0 kB) copied, 0.081 s, 12.6 kB/s > > I would be grateful for suggestions of what to change and where to > find it. > Here's what I had to do to get any usb drive to be accessible on Windows 7 in fstab: e:/ /mnt/e ntfs noacl, nouser, binary obviously pick your own mount point(/mnt/e), source(e:/), and filesystem type (ntfs). I put four of these lines in for e:/, f:/, g:/, h:/ to cover all (hopefully) eventualities. May not be the only, best, approved, etc way but it got me going. HTH, roger wells > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger DOT k DOT wells AT saic DOT com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple