CLRI(8) BSD System Manager's Manual CLRI(8)NAME
clri -- clear an inode
SYNOPSIS
clri special_device inode_number ...
DESCRIPTION
The clri utility is obsoleted for normal file system repair work by fsck(8).
The clri utility zeroes out the inodes with the specified inode number(s) on the file system residing on the given special_device. The
fsck(8) utility is usually run after clri to reclaim the zeroed inode(s) and the blocks previously claimed by those inode(s). Both read and
write permission are required on the specified special_device.
The primary purpose of this routine is to remove a file which for some reason is not being properly handled by fsck(8). Once removed, it is
anticipated that fsck(8) will be able to clean up the resulting mess.
SEE ALSO fsck(8), fsdb(8)BUGS
If the file is open, the work of clri will be lost when the inode is written back to disk from the inode cache.
BSD April 19, 1994 BSD
Check Out this Related Man Page
CLRI(8) BSD System Manager's Manual CLRI(8)NAME
clri -- clear an inode
SYNOPSIS
clri special_device inode_number ...
DESCRIPTION
Clri is obsoleted for normal file system repair work by fsck(8).
Clri zeros out the inodes with the specified inode number(s) on the filesystem residing on the given special_device. The fsck(8) utility is
usually run after clri to reclaim the zero'ed inode(s) and the blocks previously claimed by those inode(s). Both read and write permission
are required on the specified special_device.
The primary purpose of this routine is to remove a file which for some reason is not being properly handled by fsck(8). Once removed, it is
anticipated that fsck(8) will be able to clean up the resulting mess.
SEE ALSO fsck(8), fsdb(8), icheck(8), ncheck(8)BUGS
If the file is open, the work of clri will be lost when the inode is written back to disk from the inode cache.
4th Berkeley Distribution April 19, 1994 4th Berkeley Distribution
Hi Gurus,
I am trying to create a FS using SVM but system is throwing the following error.
newfs /dev/md/rdsk/d1002
newfs: construct a new file system /dev/md/rdsk/d1002: (y/n)? y
/usr/sbin/clri: can't get execution attributes (1 Reply)
One of the common questions asked are: how do i remove/move/rename files with special (non-printable) characters in their name?
"Special" doesn't always mean the same. As there are more and less special characters, some solutions are presented, ranging from simple to very complicated. Usually a... (0 Replies)
There are some 40 files created by accident with filenames with semicolons, as well as other non-printable characters. I can not find a correct way to delete them. This is what I tried:
bash-2.03# ls bad|head -1
000025;001;1377795616;ű
bash-2.03# rm "bad/000025;001;1377795616;???"
rm:... (17 Replies)
Hi
I am having two node cluster. I was trying to change the to use scsi3 reservation for all disks having two paths. Please let me know where I went wrong or there any issue to implement the same.
On node1
bash-3.2# cldev status
=== Cluster DID Devices ===
Device Instance ... (8 Replies)
I use a Mac running OSX El Capitan = UNIX user the hood. After rearranging files on an external hard drive, I ended up with a folder in the trash containing a file called "~INITPicker 2.0". I cannot empty the trash, and so delete the file. I even tried terminal, using the rm file command and... (38 Replies)
Greetings,
I'm trying to delete a file with a weird name from within Terminal on a Mac.
It's a very old file (1992) with null characters in the name: ââWord FinderÂŽ Plusâ˘.
Here are some examples of what I've tried:
12FX009:5 dpontius$ ls
ââWord FinderÂŽ Plusâ˘
12FX009:5 dpontius$ rm... (29 Replies)
Hello,
I got into a wired state on one of solaris 10 server. When I noticed that server is having some issue, I found that there were dumpadm.conf entries in /etc/shadow and real entries were wiped of. Probably somebody fat fingers.
I was able to boot into failsafe, break SVM mirror, copied... (25 Replies)