Skip to content

Instantly share code, notes, and snippets.

@jhaubrich
Created August 10, 2015 21:02
Show Gist options
  • Save jhaubrich/aa76507e7c5b1348b64c to your computer and use it in GitHub Desktop.
Save jhaubrich/aa76507e7c5b1348b64c to your computer and use it in GitHub Desktop.
readable on linux, but not windows.
root(p720config.waas.lab)> cfgmgr
root(p720config.waas.lab)> udfcreate -d /dev/usbms0 -f3
root(p720config.waas.lab)> mount -Vudfs -o log=NULL /dev/usbms0 /usb_mnt
root(p720config.waas.lab)> ls /usb_mnt
lostfile.dir
root(p720config.waas.lab)> touch /usb_mnt/me
@jhaubrich
Copy link
Author

ideas:

  • try fomatting with 1.5, 2.0 from aix
  • try those versions when formatting from windows
  • try specifying block size when mounting on aix (bs=512)

http://aperiodic.net/phil/archives/Geekery/portable-filesystems.html
http://superuser.com/questions/39942/using-udf-on-a-usb-flash-drive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment