FAT32-Image-Manipulator

所属分类:磁盘编程
开发工具:C
文件大小:7090KB
下载次数:0
上传日期:2021-03-29 22:37:31
上 传 者sh-1993
说明:  FAT32图像操纵器,,
(FAT32-Image-Manipulator,,)

文件列表:
.idea (0, 2021-03-16)
Base (0, 2021-03-16)
Base\Commands (0, 2021-03-16)
Base\Commands\cd.c (1628, 2021-03-16)
Base\Commands\cd.h (252, 2021-03-16)
Base\Commands\close.c (2269, 2021-03-16)
Base\Commands\close.h (251, 2021-03-16)
Base\Commands\cp.c (20677, 2021-03-16)
Base\Commands\cp.h (284, 2021-03-16)
Base\Commands\creat.c (586, 2021-03-16)
Base\Commands\creat.h (199, 2021-03-16)
Base\Commands\help.c (2618, 2021-03-16)
Base\Commands\help.h (59, 2021-03-16)
Base\Commands\info.c (2362, 2021-03-16)
Base\Commands\info.h (107, 2021-03-16)
Base\Commands\ls.c (1574, 2021-03-16)
Base\Commands\ls.h (193, 2021-03-16)
Base\Commands\lseek.c (2651, 2021-03-16)
Base\Commands\lseek.h (354, 2021-03-16)
Base\Commands\mkdir.c (591, 2021-03-16)
Base\Commands\mkdir.h (204, 2021-03-16)
Base\Commands\mv.c (11225, 2021-03-16)
Base\Commands\mv.h (208, 2021-03-16)
Base\Commands\open.c (1930, 2021-03-16)
Base\Commands\open.h (241, 2021-03-16)
Base\Commands\read.c (4533, 2021-03-16)
Base\Commands\read.h (309, 2021-03-16)
Base\Commands\rm.c (5405, 2021-03-16)
Base\Commands\rm.h (307, 2021-03-16)
Base\Commands\rmdir.c (5996, 2021-03-16)
Base\Commands\rmdir.h (206, 2021-03-16)
Base\Commands\size.c (924, 2021-03-16)
Base\Commands\size.h (175, 2021-03-16)
Base\Commands\write.c (10618, 2021-03-16)
Base\Commands\write.h (259, 2021-03-16)
Base\Helpers (0, 2021-03-16)
Base\Helpers\directorylist.c (10810, 2021-03-16)
... ...

# FAT32-Image-Manipulator ## Divison of Labor | Name | Sections | | --- | --- | | Alexander Kostandarithes | lseek, read, write, and README | | Karl Cooley | initial setup, exit, info, size, ls, creat, mkdir, open, close, write, debugging, and reformatted code. | | Ryan Goldberg | cd, mv, rm, cp, rmdir | ## How to compile and run (Unix): ``` Type "make" in the "Base" folder Type "./project3 fat32.img" to execute the program. Type "make clean" to delete all object files. ``` ## Bugs/Noted Behaviors: 1. If you copy LONGFILE it will take a while to finish properly. 2. If you open directory GREEN it will take awhile to allocate all the empty files to allow for correct behavior with write/read/rm/cp/ect. 3. Reading characters from a file can be misleading to actually how many characters there are inbetween items. Null characters aren't printed to the screen as spaces so items may be farther away in the Data Region than shown to user. 4. Write/Read do move the file offset when used (as required by spec). However, this isn't made clear to the user when using the program. ## Screenshot ![Image of Utility](https://i.imgur.com/I0kRBfX.png)

近期下载者

相关文件


收藏者