zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _mount -t ext3
@ 2001-10-05  0:44 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-10-05  0:44 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Unix/Command/_mount
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_mount,v
retrieving revision 1.5
diff -u -r1.5 _mount
--- Completion/Unix/Command/_mount	2001/07/13 12:30:21	1.5
+++ Completion/Unix/Command/_mount	2001/10/05 00:37:20
@@ -365,6 +365,12 @@
       'fat[specify fat type]:fat type (bit):(12 16)'
       'quiet[quiet mode]'
     )
+    _fs_ext3=(
+      "$_fs_ext2[@]"
+      'journal[update fs journal]:update or inode number:(update)'
+      'noload[do not load journal]'
+      'data[specify mode for data]:journalling mode:(journal ordered writeback)'
+    )
     _fs_msdos=( "$_fs_fat[@]" )
     _fs_umsdos=( "$_fs_fat[@]" )
     _fs_vfat=( "$_fs_fat[@]"
@@ -523,7 +529,7 @@
     )
     fss=( minix ext ext2 xiafs hpfs msdos umsdos vfat proc nfs iso9660
           smbfs ncpfs affs ufs romfs sysv adfs autofs coda devpts efs
-          hfs ntfs qnx4 smbfs udf )
+          hfs ntfs qnx4 smbfs udf ext3 )
     [[ -r /proc/filesystems ]] &&
         fss=( ${$(</proc/filesystems)#nodev} )
     ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-05  0:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-05  0:44 PATCH: _mount -t ext3 Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).