Navigation Menu

Skip to content

BAKFR/UDF-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDF Reader

UDF Reader is a very basic command-line explorer for UDF filesystem.

It was a proposed subject for courses of Project Training, from Beijing Jiaotong University (Beijing, China).


An UDF file must be passed in argument:

$> make
$> ./UDF_reader my_UDF_file.iso	# or with a real DVD: ./UDF_reader /dev/sr0
Is it a valid UDF file ? true
$> # type commands here
$>exit

When started, it provides a basic prompt where you can execute some commands:

  • dir: display informations about current directory and it's content.
  • cd: move into UDF subdirectories.
  • cp: copy a file from UDF file system. example: cp myFileFromDisk.txt ~/file.txt
  • exit for exitting the program.

About

A small command-line visualizer for UDF file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages