Re: How to map a NAS drive in /etc/fstab that is of type

2024-01-08 Thread Andrey Repin via Cygwin
Greetings, /dev /local/ca! > What would an entry in */etc/fstab* look like on Windows to map a nas > mapped drive N: I strongly suggest using UNC paths for network mapping. > When provisioning the drives, I selected file system type: btrfs Unrelated to the original question. >

Re: How to map a NAS drive in /etc/fstab that is of type

2024-01-08 Thread Adam Dinwoodie via Cygwin
On Mon, 8 Jan 2024 at 07:46, /dev /local/ca via Cygwin wrote: > > What would an entry in */etc/fstab* look like on Windows to map a nas > mapped drive N: > > When provisioning the drives, I selected file system type: btrfs > > --- > I am on Windows 10 Pro and

How to map a NAS drive in /etc/fstab that is of type

2024-01-07 Thread /dev /local/ca via Cygwin
What would an entry in */etc/fstab* look like on Windows to map a nas mapped drive N: When provisioning the drives, I selected file system type: btrfs --- I am on Windows 10 Pro and want to access the drive with the path: /n NAS: Synology 4 hard drives Raid 6 It is mapped to my Windows

Re: /etc/fstab

2011-08-11 Thread Fergus
I think the required line in /etc/fstab is none / cygdrive user,posix=0 0 0 but actually (here, ages ago, shortly after 1.7 was first presented) I deleted /etc/fstab entirely*. To achieve your particular purpose, which I like too, I just have /bin/mount -c / in ~/.bashrc, so that C:\ is /c/, E

Re: /etc/fstab

2011-08-11 Thread Thorsten Kampe
* J.V. (Wed, 10 Aug 2011 16:17:42 -0600) What is the exact line I should put in /etc/fstab to get C:\ mounted to /c on Windows 7? none / cygdrive binary,posix=0,user 0 0 The documentation makes me think. Please do not make me think. I know, thinking can sometimes hurt. This is because

Re: /etc/fstab

2011-08-11 Thread Larry Hall (Cygwin)
On 8/11/2011 2:46 AM, Fergus wrote: I think the required line in /etc/fstab is none / cygdrive user,posix=0 0 0 but actually (here, ages ago, shortly after 1.7 was first presented) I deleted /etc/fstab entirely*. To achieve your particular purpose, which I like too, I just have /bin/mount -c

/etc/fstab

2011-08-10 Thread J.V.
What is the exact line I should put in /etc/fstab to get C:\ mounted to /c on Windows 7? How do I edit the documentation to put this line as the very first line in that section for /etc/fstab? I really do not care about all the crap I have to read there, I just want the frikken line

Re: minor error from /etc/fstab

2010-01-15 Thread Corinna Vinschen
On Jan 14 16:21, Paul McFerrin wrote: I always get the following error when cygwin1.dll gets loaded for the first time: 1 [main] ksh 3000 read_flags: invalid fstab option - '0' Anyone know why I see such a message. Your /etc/fstab or /etc/fstab.d/$USER file has a broken line. Check

Re: minor error from /etc/fstab

2010-01-15 Thread Christopher Faylor
/etc/fstab or /etc/fstab.d/$USER file has a broken line. Check against the required layout as described in the ... User's Guide: http://cygwin.com/cygwin-ug-net/using.html#mount-table This is rather unprecedented isn't it? There is a problem with a data file, an error is reported on same? I

minor error from /etc/fstab

2010-01-14 Thread Paul McFerrin
I always get the following error when cygwin1.dll gets loaded for the first time: 1 [main] ksh 3000 read_flags: invalid fstab option - '0' Anyone know why I see such a message. On the flip side, every things else seems normal. Here is my mount tab: $ mount C:/cygwinV/bin on /usr/bin type

default /etc/fstab contains dead link

2009-12-29 Thread Andy Koppe
The /etc/postinstall/000-cygwin-post-install.sh script places a dead link into /etc/fstab: # http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table The 1.7 needs to be dropped from that path, or perhaps a symlink should be created on the web server? Andy

Re: default /etc/fstab contains dead link

2009-12-29 Thread Corinna Vinschen
On Dec 29 15:56, Andy Koppe wrote: The /etc/postinstall/000-cygwin-post-install.sh script places a dead link into /etc/fstab: # http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table The 1.7 needs to be dropped from that path, or perhaps a symlink should be created on the web server

[1.7] mount -m output can contain flag 'noexec', which isn't understood in /etc/fstab

2009-07-22 Thread Jon TURNEY
,noexec,noacl,user 0 0 none /cygdrive cygdrive binary,posix=0,user 0 0 I want this to be permanent, so I edit /etc/fstab to add a copy of the line: //necker/jon /home/jon smbfs binary,noexec,noacl,user 0 0 close the window, and open another shell, which then says 3 [main] bash 3460 read_flags

Re: [1.7] mount -m output can contain flag 'noexec', which isn't understood in /etc/fstab

2009-07-22 Thread Corinna Vinschen
-m //necker/jon /home/jon smbfs binary,noexec,noacl,user 0 0 none /cygdrive cygdrive binary,posix=0,user 0 0 I want this to be permanent, so I edit /etc/fstab to add a copy of the line: //necker/jon /home/jon smbfs binary,noexec,noacl,user 0 0 close the window, and open another shell, which

Re: [1.7] mount -m output can contain flag 'noexec', which isn't understood in /etc/fstab

2009-07-22 Thread Andy Koppe
2009/7/22 Jon TURNEY: j...@byron ~ $ mount -m //necker/jon /home/jon smbfs binary,noexec,noacl,user 0 0 none /cygdrive cygdrive binary,posix=0,user 0 0 I want this to be permanent, so I edit /etc/fstab to add a copy of the line: //necker/jon /home/jon smbfs binary,noexec,noacl,user 0 0

Re: Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-10 Thread Corinna Vinschen
On Jun 3 13:11, Brian Keener wrote: With my recent attempt and ultimate success at compiling a debug version of Cygwin - I realize I must have stumbled on the new 1.7 version and subsequently tripped over the new /etc/fstab. Now that I have all of this working I wonder if there is a way

Re: Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-10 Thread Brian Keener
Corinna Vinschen wrote: On Jun 3 13:11, Brian Keener wrote: With my recent attempt and ultimate success at compiling a debug version of Cygwin - I realize I must have stumbled on the new 1.7 version and subsequently tripped over the new /etc/fstab. Now that I have all of this working

RE: Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-10 Thread Dave Korn
Brian Keener wrote on 10 June 2008 17:54: Well - what I'm thinking is what I seem to recall that Unix/Linux does in that I can set up fstab to know of a mount point but not mount it automatically until I tell it too and then I can mount and unmount at will for changing the cd. Cygwin does

Re: Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-10 Thread Brian Keener
Dave Korn wrote: But as I say I am probably overthinking this for the Cygwin on Windows environment - does it really care if I change cd's without a unmount and then mount? 'mount' and 'unmount' are utterly different kinds of beast on Cygwin as they are on the Linux platform; they

Re: Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-10 Thread Brian Mathis
On Tue, Jun 10, 2008 at 3:10 PM, Brian Keener [EMAIL PROTECTED] wrote: Dave Korn wrote: But as I say I am probably overthinking this for the Cygwin on Windows environment - does it really care if I change cd's without a unmount and then mount? 'mount' and 'unmount' are utterly different

Thought/Suggestion/Is it Possible for the new Cygwin 1.7 /etc/fstab

2008-06-03 Thread Brian Keener
With my recent attempt and ultimate success at compiling a debug version of Cygwin - I realize I must have stumbled on the new 1.7 version and subsequently tripped over the new /etc/fstab. Now that I have all of this working I wonder if there is a way on the new fstab to dictate that a drive