rumpkernel / fs-utils

File System Access Utilities in Userland
Other
75 stars 9 forks source link

fsu_stat needs better error handling #5

Closed anttikantee closed 11 years ago

anttikantee commented 11 years ago

e.g.

pooka@i7:~/fs-utils$ ./fsu_stat ~/mini.iso Stating (null) Erreur de segmentation

stacktic commented 11 years ago

This one, like fsu_dir should not have been commited, they are just debug programs to test the compatibility of struct stat and struct dirent respectively between Rump and Linux. As they are clearly misleading, I just have removed them.

anttikantee commented 11 years ago

ok. do you have plans to include stat(1) as fsu_stat?

stacktic commented 11 years ago

If you think it is useful and time allows, I do not see anything that could prevent it.

anttikantee commented 11 years ago

yes, i think it's useful. that's why I was trying to use fsu_stat today ;)

stacktic commented 11 years ago

Just added :)

anttikantee commented 11 years ago

works great! thanks!