Sponsored Content
Full Discussion: UFS benifits
Special Forums Hardware Filesystems, Disks and Memory UFS benifits Post 50303 by RajaRC on Wednesday 21st of April 2004 02:10:07 AM
Old 04-21-2004
Thanks guys this thread can be closed
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UFS partition

Hi all, I have FreeBSD and Debian in my HD, the FreeBSD partition is very small and I'd like to change. I try to use partition magic but it does not work with UFS parition. Anyone know a good partition software? (1 Reply)
Discussion started by: SeVEn
1 Replies

2. Solaris

UFS Version

Hi, Can anyone help me. I would like to know the ufs version on solaris 7 & 8. Also i would like to know is there any command to verify it. Regards, Raja (1 Reply)
Discussion started by: RajaRC
1 Replies

3. Solaris

UFS logging

I have a couple of servers where something weird is going on. When I run the command "mount | grep logging" I get something similair to this / on /dev/dsk/c0t0d0s0 read/write/setuid/devices/intr/largefiles/logging/xattr/onerror=panic/dev=220000 But when I look at /etc/vfstab I dont... (6 Replies)
Discussion started by: csaunders
6 Replies

4. AIX

Ufs

Hi i have 2 know the full details of unix file systems. some one please help me (1 Reply)
Discussion started by: sathish2win
1 Replies

5. Solaris

Can you migrate UFS to ZFS ?

I have some UFS volumes (non root), that I would like to change into ZFS volumes. Is this possible ? I think the only method is to create a new zfs volume and copy the data accoss, this would take a long time for us. Is there a quicker way ? Regards (5 Replies)
Discussion started by: wjones
5 Replies

6. Solaris

Formatting disk to UFS

Hello all, I have a laptop with a FAT32 files system, and I want to convert to UFS (unix file system) to install Solaris 10. somebody knows the way to do that?:confused: Please help Thank you! (4 Replies)
Discussion started by: Geller
4 Replies

7. Solaris

Zones not in ufs

Hi All, I am installing Solaris Kernel Update Patch 2.1 When I am installing , An error message is saying that Non Global Zones is not mounted in ufs. I have two non global zones. When i see in the vfstab , the filesystem in vxfs. I dont know whether it will give any impact... (2 Replies)
Discussion started by: jegaraman
2 Replies

8. Solaris

ufs file system

I ;ve an application which has does not support zfs and i 've a 100Gb Lun with zfs on it , how to go back to ufs .. and use SVM for the same ? (2 Replies)
Discussion started by: fugitive
2 Replies

9. Boot Loaders

Does grub support ufs

hey, I've done a lot of searching on the internet and I can't seem to find anything that answers this question. All I'm finding are old post from 2005 where it didn't have support for it. So does grub currently have support for booting from a disk with the Unix file system? (4 Replies)
Discussion started by: neur0n
4 Replies

10. Solaris

UFS defragmentation

is there any other/better way to defragment the ufs slice instead of backup+restore? how to tell which slice needs defragmenting? (2 Replies)
Discussion started by: orange47
2 Replies
quotacheck(8)						      System Manager's Manual						     quotacheck(8)

NAME
quotacheck - Checks file system quota consistency SYNOPSIS
/usr/sbin/quotacheck [-guv] filesystem ... /usr/sbin/quotacheck -a [-guv] [-l number] [-t [no]type] PARAMETERS
Specifies one or more file systems. Specify any file system by entering its full path name. The full path name is the file system's mount point in the /etc/fstab file. You can also specify a UFS file system by entering the name of its device special file. For example: /dev/disk/dsk3c. You can also specify an AdvFS fileset by entering the name of the file domain, a pound sign (#), and the name of the fileset. For example: root_domain#root. FLAGS
Checks all UFS and AdvFS file systems identified in the /etc/fstab file as read/write with userquota and/or groupquota options specified, and a pass number of 1 or greater. If -t option is specified, only the file systems of the specified type will be checked. Alternatively, if type is prefixed with no, then the valid file systems in the /etc/fstab file that do not have that type will be checked. Checks group quotas only. Specifies the maximum number of parallel quotacheck processes to run at one time. Specifies the file system type. The sup- ported file systems are as follows Advanced File System (AdvFS) UNIX File System (UFS) See fstab(4) for a description of file system types. If the no prefix is used, all of the above file types except the one specified are checked. Note that the -t flag is only valid when used with the -a flag. Checks user quotas only. Reports discrepancies between the calculated and recorded disk quotas. DESCRIPTION
The quotacheck command examines each of the specified file systems, building a table of current disk usage. It then compares this table against the table stored in the disk quota file for the file system. If any inconsistencies are detected, both the quota file and the cur- rent system copy of the incorrect quotas are updated. The quotacheck -a command runs parallel passes on file systems using the number specified in the /etc/fstab pass number field. The command only checks file systems with pass number 1 or higher in the fsck field. A file system with no pass number is not checked. For both UFS file systems and AdvFS filesets, you should assign the root file system a pass number of 1, and a value of 2 or higher to other file systems. See fstab(4) for more information. The quotacheck command checks only file systems that are mounted. UFS file systems must also have userquota and/or groupquota options specified in the /etc/fstab file. The userquota and groupquota options are only needed for AdvFS file systems if quotas are actually going to be enforced or if they are to be selected with the -a option. The quotacheck command must be run by a user with superuser authority. By default, both user and group quotas listed in the /etc/fstab file are checked. Use the -g flag to specify that only group quotas be checked; use the -u flag to specify that only user quotas be checked. The quotacheck command does not display activity information while checking file systems. Use the -v flag to report inconsistencies found or procedures performed by the quotacheck command. The file systems to be checked should be quiescent while the quotacheck command is running. NOTES
The term file system represents either a UFS file system or an AdvFS fileset. RESTRICTION
You must be the root user to use the quotacheck command. FILES
Specifies the command path Contains user quotas for fileset Contains group quotas for fileset Contains file system names and locations RELATED INFORMATION
Commands: edquota(8), fsck(8), quota(1), quotaon(8), repquota(8). Functions: quotactl(2). Files: fstab(4). delim off quotacheck(8)
All times are GMT -4. The time now is 03:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy