代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/311187/3687691
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/311187/3687747
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/100018/15888510
cgi mkfs_form.cgi
#!/usr/local/bin/perl
# newfs_form.cgi
# Display a form asking for the parameters of a new filesystem
require './fdisk-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error($text{'mkfs_ecannot'
www.eeworm.com/read/374163/9418744
readme
util-linux is a random collection of Linux utilities
The stuff in the subdirectories mount, fdisk, disk-utils, text-utils,
misc-utils, sys-utils, getopt-* should be rather distribution-neutral,
and i
www.eeworm.com/read/492789/6409073
8 cfdisk.8
.TH CFDISK 8 "16 June, 2006" fdisk "GNU cfdisk Manual"
.SH NAME
GNU cfdisk - a curses-based partition table manipulation program
.SH SYNOPSIS
.B cfdisk
[options] [device]
.SH DESCRIPTION
.B cfdisk
is
www.eeworm.com/read/100018/15888516
cgi tunefs_form.cgi
#!/usr/local/bin/perl
# tunefs_form.cgi
# Display a form asking for filesystem tuning parameters
require './fdisk-lib.pl';
&can_edit_disk($in{'dev'}) || &error($text{'tunefs_ecannot'});
&header($text
www.eeworm.com/read/100018/15888528
cgi fsck_form.cgi
#!/usr/local/bin/perl
# fsck_form.cgi
# Ask questions before running fsck on a filesystem
require './fdisk-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error($text{'fsck_ecannot'});
&header(
www.eeworm.com/read/374163/9418752
8 sfdisk.8
.\" Copyright 1995 Andries E. Brouwer (aeb@cwi.nl)
.\" May be distributed under the GNU General Public License
.\" The `DOS 6.x Warning' was taken from the old fdisk.8, which says
.\" -- Copyright 199
www.eeworm.com/read/410187/11299348
8 sfdisk.8
.\" Copyright 1995 Andries E. Brouwer (aeb@cwi.nl)
.\" May be distributed under the GNU General Public License
.\" The `DOS 6.x Warning' was taken from the old fdisk.8, which says
.\" -- Copyright 199
www.eeworm.com/read/100018/15888511
cgi edit_part.cgi
#!/usr/local/bin/perl
# edit_part.cgi
# Edit an existing partition, or create a new one
require './fdisk-lib.pl';
&ReadParse();
@dlist = &list_disks();
$dinfo = $dlist[$in{'disk'}];
&can_edit_disk($d