Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _mount -t ext3
- X-seq: zsh-workers 15938
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _mount -t ext3
- Date: Thu, 4 Oct 2001 20:44:24 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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} )
;;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author