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

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

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