search for: fstyp

Displaying 11 results from an estimated 11 matches for "fstyp".

Did you mean: fstype
2006 Dec 18
1
zfs/fstyp slows down recognizing pcfs formatted floppies
I''ve noticed that fstyp on a floppy media formatted with "pcfs" now needs somewhere between 30 - 100 seconds to find out that the floppy media is formatted with "pcfs". E.g. on sparc snv_48, I currently observe this: % time fstyp /vol/dev/rdiskette0/nomedia pcfs 0.01u 0.10s 1:38.84 0.1% zfs''...
2013 Jun 19
0
[PATCH] xfstests: add 'check -btrfs' support
...755 --- a/check +++ b/check @@ -74,6 +74,7 @@ usage() check options -xfs test XFS (default) + -btrfs test Btrfs -udf test UDF -nfs test NFS -l line mode diff @@ -162,6 +163,7 @@ while [ $# -gt 0 ]; do -udf) FSTYP=udf ;; -xfs) FSTYP=xfs ;; -nfs) FSTYP=nfs ;; + -btrfs) FSTYP=btrfs ;; -g) group=$2 ; shift ; group_list=$(get_group_list $group) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More...
2017 Jun 30
2
4.4.14 on solaris, using ads, can't read/write as user
...ny via samba < > samba at lists.samba.org> wrote: > > > > > > > OK, What filesystem are you using ? > > > > > On Solaris /tmp is technically swap. > The partitions are generally set up as UFS, such as / > which is on /dev/dsk/c1t1d0s0 > > # fstyp /dev/dsk/c1t1d0s0 > ufs Try altering fstab to include 'acls' as an option, then add this to smb.conf: vfs objects = acl_xattr map acl inherit = Yes store dos attributes = Yes you will also need the solaris equivalents of the 'acl' & 'attr' packages foun...
2013 Oct 28
0
[PATCH] xfstests: add generic/320 to test fsync() on directories V2
...LK_DEV_SIZE flakey $SCRATCH_DEV 0 180 0" + FLAKEY_TABLE_DROP="0 $BLK_DEV_SIZE flakey $SCRATCH_DEV 0 0 180 1 drop_writes" + $DMSETUP_PROG create flakey-test --table "$FLAKEY_TABLE" || \ + _fatal "failed to create flakey device" +} + +_mount_flakey() +{ + mount -t $FSTYP $MOUNT_OPTIONS $FLAKEY_DEV $SCRATCH_MNT +} + +_unmount_flakey() +{ + $UMOUNT_PROG $SCRATCH_MNT +} + +_cleanup_flakey() +{ + # If dmsetup load fails then we need to make sure to do resume here + # otherwise the umount will hang + $DMSETUP_PROG resume flakey-test > /dev/null 2>&1 + $UMOUNT_...
2017 Jun 30
0
4.4.14 on solaris, using ads, can't read/write as user
...rote: > > > > > > > > > > > OK, What filesystem are you using ? > > > > > > > > On Solaris /tmp is technically swap. > > The partitions are generally set up as UFS, such as / > > which is on /dev/dsk/c1t1d0s0 > > > > # fstyp /dev/dsk/c1t1d0s0 > > ufs > > Try altering fstab to include 'acls' as an option, then add this to > smb.conf: > > vfs objects = acl_xattr > map acl inherit = Yes > store dos attributes = Yes > > you will also need the solaris equivalents of the &...
2013 Nov 15
7
[PATCH 1/2] xfstests: add generic/321 to test fsync() on directories V2
...-FLAKEY_DEV=/dev/mapper/flakey-test SEED=1 testfile=$SCRATCH_MNT/$seq.fsync -FLAKEY_TABLE="0 $BLK_DEV_SIZE flakey $SCRATCH_DEV 0 180 0" -FLAKEY_TABLE_DROP="0 $BLK_DEV_SIZE flakey $SCRATCH_DEV 0 0 180 1 drop_writes" -_TEST_OPTIONS="" - -_mount_flakey() -{ - mount -t $FSTYP $MOUNT_OPTIONS $FLAKEY_DEV $SCRATCH_MNT -} - -_unmount_flakey() -{ - $UMOUNT_PROG $SCRATCH_MNT -} - -_load_flakey_table() -{ - # _load_flakey_table <table> - - table="$FLAKEY_TABLE" - [ $1 -eq 1 ] && table="$FLAKEY_TABLE_DROP" - - suspend_opt="" - [ $nolo...
2005 Jun 01
1
CIFS/ACLs
Hi, I am using CIFS 2.01.01 on HPUX11V2. CIFS is running in ADS security-mode. Winbind is used to map the userers from the W2K3-Domain (german) to an tdb-file. The user mapping works fine, but I have problems with the ACLS: setting the ACLS to a file or folder from windows leads in "access denied". I'm the owner of the object and have full access. The really crazy thing is,
2011 Jul 10
3
How create a FAT filesystem on a zvol?
The `lofiadm'' man page describes how to export a file as a block device and then use `mkfs -F pcfs'' to create a FAT filesystem on it. Can''t I do the same thing by first creating a zvol and then creating a FAT filesystem on it? Nothing I''ve tried seems to work. Isn''t the zvol just another block device? -- -Gary Mills- -Unix Group-
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2003 Dec 01
0
No subject
...ifdef'ed for HPUX, of course)which enabled me to pass smbtorture lock3 test > on an nfsV2 share: > > # diff posix.c posix.c.orig > 27d26 > < #include <mntent.h> > 67,76d65 > < int is_nfsv2(fd){ > < struct stat buf; > < char filetype[FSTYPSZ]; > < fstat(fd, &buf); > < sysfs(GETFSTYP, buf.st_fstype, filetype); > < DEBUG(0,("fstyp is %s\n",filetype)); > < if (strcmp(filetype,MNTTYPE_NFS) == 0) > < return 1; > < return 0; > <...
2003 Dec 01
0
No subject
...something like the following (appropriately ifdef'ed for HPUX, of course)which enabled me to pass smbtorture lock3 test on an nfsV2 share: # diff posix.c posix.c.orig 27d26 < #include <mntent.h> 67,76d65 < int is_nfsv2(fd){ < struct stat buf; < char filetype[FSTYPSZ]; < fstat(fd, &buf); < sysfs(GETFSTYP, buf.st_fstype, filetype); < DEBUG(0,("fstyp is %s\n",filetype)); < if (strcmp(filetype,MNTTYPE_NFS) == 0) < return 1; < return 0; < } < if (!ret && ((...