fsck_cachefs(1M) System Administration Commands fsck_cachefs(1M)NAME
fsck_cachefs - check integrity of data cached with CacheFS
SYNOPSIS
fsck -F cachefs [-m] [-o noclean] cache_directory
DESCRIPTION
The CacheFS version of the fsck command checks the integrity of a cache directory.This utility corrects any CacheFS problems it finds by
default. There is no interactive mode. The most likely invocation of fsck for CacheFS file systems is at boot time from an entry in the
/etc/vfstab file. See vfstab(4).
OPTIONS
The following options are supported:
-m Check, but do not repair.
-o noclean Force a check on the cache even if there is no reason to suspect there is a problem.
EXAMPLES
Example 1: Using fsck_cachefs to Force a Check on the Cache Directory
The following example forces a check on the cache directory /cache3:
example% fsck -F cachefs -o noclean /cache3
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO cfsadmin(1M), fsck(1M), mount_cachefs(1M), vfstab(4), attributes(5)SunOS 5.10 9 Oct 2002 fsck_cachefs(1M)
Check Out this Related Man Page
fsck_cachefs(1M) System Administration Commands fsck_cachefs(1M)NAME
fsck_cachefs - check integrity of data cached with CacheFS
SYNOPSIS
fsck -F cachefs [-m] [-o noclean] cache_directory
DESCRIPTION
The CacheFS version of the fsck command checks the integrity of a cache directory.This utility corrects any CacheFS problems it finds by
default. There is no interactive mode. The most likely invocation of fsck for CacheFS file systems is at boot time from an entry in the
/etc/vfstab file. See vfstab(4).
OPTIONS
The following options are supported:
-m Check, but do not repair.
-o noclean Force a check on the cache even if there is no reason to suspect there is a problem.
EXAMPLES
Example 1: Using fsck_cachefs to Force a Check on the Cache Directory
The following example forces a check on the cache directory /cache3:
example% fsck -F cachefs -o noclean /cache3
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO cfsadmin(1M), fsck(1M), mount_cachefs(1M), vfstab(4), attributes(5)SunOS 5.10 9 Oct 2002 fsck_cachefs(1M)
I just got a couple of Solaris boxes (real old, but free) and one of them is booting and says it is in read only mode. I ran fsck but with no change is there some option on fsck I need to use or what could this be? Thanks for any help (6 Replies)
I am having a problem with fsck. I am new to UNIX but was placed in a position where I must learn it. Anyway, one of the instructions that I have been given is to use 'fsck -f -y' when I am having trouble with the filesystem. The problem is that I am getting an error message that says the -f... (1 Reply)
Be careful, we've just found out that the fsck command in Solaris 8 has caused corruption of our ufs files-stores.
This was introduced in patch SUNWcsu patch 110910-05.
Be warned, Sun are fixing this as we speak :eek: (1 Reply)
Hi Experts
/etc/vfstab is corrupted as while editing it i forgot to comment some of the line.
how can i edit the file in single in user mod?
also, i have some problem in CD drive , so i cant boot it from CD and do the changes.
i tried mounding the root file system as rw, however no... (10 Replies)
Does anyone know how or if its possible to automatically run fsck -y at boot if the initial fsck check finds that there has been data lost. Usually the initial fsck check will fix low level inconsistencies but if it finds that data has been lost it will put you into single user mode for you to log... (6 Replies)
Please be informed that ,
When i did below command new error occured
1. Check output of df -h
2. Check output of cat /etc/vfstab
3. Compare between those commands result 4. If inconsistencies found, comment unneeded mount point (but you have to ask first to your user, what file system... (1 Reply)
hi all,
On reading the docs, on fsck pass in /etc/vfstab ->
q1) how do we specify the to run the fsck in preen mode ( -o p ) inside /etc/vfstab ?
q2) if this parameter is use to determine whether fsck on the mount point / raw device is needed during boot time, how does the system bootup... (5 Replies)
Up until today I haven't had a problem using an SD card with Fedora ( 25 ) but when I went to insert the SD adapter with the micro-sd card this time, the computer froze. It has frozen every time since. It is still reading the card, and after a minute or two of losing control of the GUI and terminal... (4 Replies)
NOTICE: /: unexpected free inode 45262, run fsck(1M)
fsck: cannot open vfstab
Looks like /etc/vfstab (and a few other files has gone)
Any ideas?
Boot from cd, mount disk and recreate vfstab so that I can run fsck? (1 Reply)