DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 489IOrM4891976 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=H/SMVnf9 X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8912A3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1725906290; bh=g2QonRoVAlx+aCgVNbeU2vQUuuLTZtMVMmQakFhRvvs=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=H/SMVnf90d6ihbS8qIXnk/drw5dgzt9IGXmF1sOcrlUqPO1eSeoZanWmaa8cGWQV7 BuDVKIUBel0l77R/+jPJXgVcN7qvZK82pa2KQwuXtdF/6l/ujwvN0QbK8bMDf12o2L UGJTgP6FS7nGtDkjlDq9FRlolUC23Ztuj7HWSPX4= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1E9053858D39 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1E9053858D39 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725906228; cv=none; b=JVDHCH5ZqwNsPKw10XU2zONlfDDoU7YzuOCg0L5lJdxp2T2sy6OjcctlvRBVA6YqUeUYYPAah1ohLsFPqjp8tzyTNsLB/oRIZzteAht8LuTL82coISYvzKGKE5cU1fJkSmEe2W3SIVtVVdk7dm43LFACfKp33u/ZX5SdUX0yqnI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725906228; c=relaxed/simple; bh=NcVfN4gRXf4gxhacpStWrWxrpptmGFmUnEbk8yhZ1xM=; h=DKIM-Signature:Message-ID:Date:MIME-Version:To:From:Subject; b=FEBqmjpTpGb9K6Y8dFKe/gA/wpGsoWo7xz5qVPNPJz+bHJURXN+0YSU9VUQ/8r6VRoSl4KPOjvfnB4nu8sUlvL7ZgvWHTjIcKQoUIMIu9PB3xaUOUFCl9OQDos2wf4alcJb9jtjpmJAou3RBiHyCRNJ/ZBTwB9onzMvxY+ifWu8= ARC-Authentication-Results: i=1; server2.sourceware.org X-ASG-Debug-ID: 1725906225-24039d16a314cb4e0001-w5GHUG X-Barracuda-Envelope-From: moss AT cs DOT umass DOT edu X-Barracuda-RBL-Trusted-Forwarder: 128.119.240.136 DKIM-Filter: OpenDKIM Filter v2.11.0 mailsrv.cs.umass.edu B06BE5BDC9 X-Barracuda-RBL-Trusted-Forwarder: 172.27.235.130 Message-ID: Date: Mon, 9 Sep 2024 14:23:44 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US To: cygwin Subject: Help understanding why a mount command is not working and how to fix it X-ASG-Orig-Subj: Help understanding why a mount command is not working and how to fix it X-Barracuda-Connect: mailsrv.cs.umass.edu[128.119.240.136] X-Barracuda-Start-Time: 1725906226 X-Barracuda-Encrypted: TLS_AES_256_GCM_SHA384 X-Barracuda-URL: https://barramail.cs.umass.edu:443/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Virus-Scanned: by bsmtpd at cs.umass.edu X-Barracuda-Scan-Msg-Size: 723 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.7 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.130221 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, JMQ_SPF_NEUTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Eliot Moss via Cygwin Reply-To: Eliot Moss Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" Dear Cygwiners -- For convenience, I would like to mount my OneDrive folder under /cygdrive/o. I put this line in my /etc/fstab: c:/Users/Eliot\040Moss/OneDrive /cygdrive/o ntfs binary,noacl,posix=0,user 0 0 However, /cygdrive/o is not created. Manually doing this: mount -obinary,noacl,posix=0,user "/c/Users/Eliot Moss/OneDrive" /foo results in this output if /foo does not exist: mount: warning - /foo does not exist. mount: /foo: Invalid argument and this output if I do mkdir /foo first: mount: /foo: Invalid argument Using \040 instead of the space for the quoted command line argument gives the same behavior. Hints on how to make this mount work? Best wishes - Eliot Moss -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple