sysprog21 / simplefs

A simple native file system for Linux kernel
Other
379 stars 92 forks source link

Fix the ret value when wrong magic number error occur #4

Closed colinyoyo26 closed 4 years ago

colinyoyo26 commented 4 years ago

Difference between this modification when mounting simplefs with wrong fs type:

Before:

    mount: /home/yoyi/simplefs/test: permission denied.

After:

    mount: /home/yoyi/simplefs/test: wrong fs type,
    bad option, bad superblock on /dev/loop17,
    missing codepage or helper program, or other error.