mkdir: No such file or directory error -


i trying mount file system using read only, getting error.

# cd downloads # ls .localized # mkdir /mnt/temp mkdir: /mnt/temp: file exists #  mount -o ro,loop -t ext3 system1 /mnt/temp mount: exec /library/filesystems/ext3.fs/contents/resources/mount_ext3 /mnt/temp: no such file or directory` 

why isn't /mnt/temp showing up? in sudo


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -