vermaden / automount

Simple devd(8) based automounter for FreeBSD
66 stars 20 forks source link

NVD0 not mount (nvme disk) #33

Closed steambsd closed 1 year ago

steambsd commented 2 years ago

I cant see nvme devices I add after 483 number:

      (nvd*)
        __check_block_device "${DEV}"
        __guess_fs_type "${DEV}"
        FS_TYPE=${?}
        ;;

but still not work

vermaden commented 2 years ago

The automount is for removable devices.

The nvdX (same as adaX) devices are not removable ... or am I missing something :)

steambsd commented 2 years ago

The automount is for removable devices.

The nvdX (same as adaX) devices are not removable ... or am I missing something :)

HMM. May be.