JElchison / format-udf

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.
GNU General Public License v2.0
516 stars 48 forks source link

unknown filesystem type udf #45

Closed arifainchtein closed 4 years ago

arifainchtein commented 6 years ago

Hello, I am having a problem after formatting with your script. I am running the following commands:

`

    sudo mkdir /media/usb
    sudo apt-get install -y udftools coreutils vim-common
    cd /home/pi/Teleonome/build/format-udf/
    sudo chmod +x format-udf.sh
    ./format-udf.sh -f sda "MyDrive"
    echo "Mouting USB Key to /media/usb

` I then take the usb out and plug it back in. Then I execute:

sudo mount -t udf /dev/sda /media/usb

that produces the following error:

mount: unknown filesystem type 'udf'

Do you have any suggestions?

Thanks

JElchison commented 6 years ago

Hi there,

More debugging information would be helpful.

Please copy and paste full output from each of the following:

Thanks!