Hello,
I am having difficulty with an external USB drive (portable).
I have wiped the drive via the webui and formatted it as ext4.
I can mount the drive through the webui (it is online) and have copied some files (via an rsync job)... but I can't find the drive at the command line.
Am I overlooking something? I can't find the drive in /media folder (all my other disks are there).... Probably a complete noob mistake.
I have rewiped the drive a couple times, reformatted and remounted. And rebooted OMV.
Other commands I have tried
Also here is the output of cat /etc/fstab
Code
UUID=d395e9cf-18a1-4cd3-a239-ca52f1cff6df /media/d395e9cf-18a1-4cd3-a239-ca52f1cff6df ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=fd5a67ee-3408-42cc-bb1b-b286c44abb59 /media/fd5a67ee-3408-42cc-bb1b-b286c44abb59 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=ecb2c00d-0b64-469a-9419-83d4766e2504 /media/ecb2c00d-0b64-469a-9419-83d4766e2504 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=10167e70-2e8c-4ddc-8d83-ff64ed976b41 /media/10167e70-2e8c-4ddc-8d83-ff64ed976b41 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
blkid
Code
/dev/sda1: LABEL="D1" UUID="d395e9cf-18a1-4cd3-a239-ca52f1cff6df" TYPE="ext4" PARTUUID="e4dac1d7-11bd-4e7b-943f-5693bd2ddfff"
/dev/sdc1: LABEL="D3" UUID="ecb2c00d-0b64-469a-9419-83d4766e2504" TYPE="ext4" PARTUUID="f6ee8b11-8abb-4ceb-9561-70a82221def2"
/dev/sdb1: LABEL="D2" UUID="fd5a67ee-3408-42cc-bb1b-b286c44abb59" TYPE="ext4" PARTUUID="873e58c0-d080-4831-af7f-338d01d41fbe"
Many thanks in advance.
G