Skip to content
#

hdd

Here are 70 public repositories matching this topic...

Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

  • Updated Feb 23, 2020
  • Shell

This is the combination of cmpsc 311 assignments in PSU. Based upon you providing an easily used set of functionsso that an application that uses your code can easily talk to an external block storage device like a hard drive(HDD). This device already has its own pre-defined set of functions that allows communication with it.However, they are tedious to use (a common problem with hardware) and not as abstracted as programmerswould prefer. Thus, we are going to translate them to mimic the standard C file commands (open, close, read,write, and seek) so that communicating to the device is easier for others. In other words, your application isacting like a driver for the HDD device.

  • Updated Jul 21, 2018
  • C

Improve this page

Add a description, image, and links to the hdd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hdd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.