代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/418731/10934016
txt formatting an hdd, when fdisk won't.txt
This was originally posted by andro11meda in Hardware and Networking Support. It worked so well for me on a problem-computer that I was working on that I had to post it in tutorials. Thanks andro11me
www.eeworm.com/read/415537/11065481
txt formatting an hdd, when fdisk won't.txt
This was originally posted by andro11meda in Hardware and Networking Support. It worked so well for me on a problem-computer that I was working on that I had to post it in tutorials. Thanks andro11me
www.eeworm.com/read/327092/6347736
html 280-283.html
Special Edition Using Linux, Fourth Edition:Managing File Systems
www.eeworm.com/read/492789/6409051
news
1.0 (6 Jul 2007)
================
* GPLv3
* support for BSD-style named devices
* cfdisk now optional
* Terminal fixes
* msdos logical partition fix (previous versions left a 4 MB gap)
* minor test su
www.eeworm.com/read/492789/6409053
changelog
Please see the RCS change log.
------------------------------------------------------------------------------
This file is part of GNU fdisk
Copyright (C) 2006 Free Software Foundation Inc.
This fi
www.eeworm.com/read/492789/6409067
thanks
Robert Millan : small fixes, support for compiling without
GNU extensions to reduce size.
Alexey Gladkov : small fix.
Julien Louis : sma
www.eeworm.com/read/492789/6409099
c main.c
/*
GNU fdisk - a clone of Linux fdisk.
Copyright (C) 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of th
www.eeworm.com/read/150324/12299027
bat go.bat
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
call buildasm.bat
make clobber
m
www.eeworm.com/read/150324/12299088
bat makezip.bat
@echo off
if \%1 == \ echo Please enter a version number like makezip 111
if \%1 == \ goto end
pkzip -p -r ..\..\fdisk%1.zip ..\*.*
if not errorlevel 1 goto success
echo error while creating
www.eeworm.com/read/131512/14142763
bat go.bat
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
call buildasm.bat
make clobber
m