Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tvflash(8) [debian man page]

tvflash(8)						      System Manager's Manual							tvflash(8)

NAME
tvflash - Tool to flash Mellanox HVAs SYNOPSIS
tvflash DESCRIPTION
WARNING! This program may corrupt the flash and render your HCA useless. Please be careful and use at your own risk. This program does not currently have a manpage. Please see the package documentation in /usr/share/doc/tvflash AUTHOR
Guy Coates < gmpc@sanger.ac.uk > TVFLASH tvflash(8)

Check Out this Related Man Page

MOUNT_CHFS(8)						    BSD System Manager's Manual 					     MOUNT_CHFS(8)

NAME
mount_chfs -- mount a CHFS flash file system SYNOPSIS
mount_chfs DESCRIPTION
Mounts a flash file system from a flash(4) device. CHFS file systems can be only mounted from flash devices. For regular block devices like SSD drives or USB drives, please use a regular file system. The file system will be created during the first mount. CHFS stands for Chip File System. EXAMPLES
mount_chfs /dev/flash0 /mnt SEE ALSO
flash(4), fstab(5), mount(8), flash(9) HISTORY
CHFS was originally called ChewieFS during development. The name was changed to avoid legal issues and to have a more neutral name. AUTHORS
CHFS was developed at the Department of Software Engineering, University of Szeged, Hungary. BUGS
CHFS has a few known bugs as of 2011. Writing the FS full can cause problems. Truncating a file and growing it again can cause the new bytes not having all zeroes, but filled with the old content instead. BSD
November 29, 2011 BSD
Man Page