Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unmountable: wrong or no filesystem when trying to format new disks

Featured Replies

Added 10 new disks to my array, 4 of them formatted and mounted as expected. 6 of them will attempt to format and then immediately say 'Unmountable: wrong or no filesystem' Has anyone seen this before?

Log:

Jul 29 10:31:55 Cosmos kernel: mdcmd (46): nocheck pause
Jul 29 10:31:57 Cosmos emhttpd: creating volume: disk14 (xfs)
Jul 29 10:31:57 Cosmos emhttpd: shcmd (388): /sbin/wipefs -af --lock /dev/md14p1
Jul 29 10:31:57 Cosmos emhttpd: shcmd (389): mkfs.xfs -K -f -m crc=1,finobt=1 /dev/md14p1
Jul 29 10:31:58 Cosmos root: size 4091 of data subvolume is too small, minimum 4096 blocks
Jul 29 10:31:58 Cosmos root: Usage: mkfs.xfs
Jul 29 10:31:58 Cosmos root: /* blocksize */#011#011[-b size=num]
Jul 29 10:31:58 Cosmos root: /* config file */#011[-c options=xxx]
Jul 29 10:31:58 Cosmos root: /* metadata */#011#011[-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    inobtcount=0|1,bigtime=0|1,autofsck=xxx,
Jul 29 10:31:58 Cosmos root: #011#011#011    metadir=0|1]
Jul 29 10:31:58 Cosmos root: /* quota */#011#011[-m uquota|uqnoenforce,gquota|gqnoenforce,
Jul 29 10:31:58 Cosmos root: #011#011#011    pquota|pqnoenforce]
Jul 29 10:31:58 Cosmos root: /* data subvol */#011[-d agcount=n,agsize=n,file,name=xxx,size=num,
Jul 29 10:31:58 Cosmos root: #011#011#011    (sunit=value,swidth=value|su=num,sw=num|noalign),
Jul 29 10:31:58 Cosmos root: #011#011#011    sectsize=num,concurrency=num]
Jul 29 10:31:58 Cosmos root: /* force overwrite */#011[-f]
Jul 29 10:31:58 Cosmos root: /* inode size */#011[-i perblock=n|size=num,maxpct=n,attr=0|1|2,
Jul 29 10:31:58 Cosmos root: #011#011#011    projid32bit=0|1,sparse=0|1,nrext64=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    exchange=0|1]
Jul 29 10:31:58 Cosmos root: /* no discard */#011[-K]
Jul 29 10:31:58 Cosmos root: /* log subvol */#011[-l agnum=n,internal,size=num,logdev=xxx,version=n
Jul 29 10:31:58 Cosmos root: #011#011#011    sunit=value|su=num,sectsize=num,lazy-count=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* label */#011#011[-L label (maximum 12 characters)]
Jul 29 10:31:58 Cosmos root: /* naming */#011#011[-n size=num,version=2|ci,ftype=0|1,parent=0|1]]
Jul 29 10:31:58 Cosmos root: /* no-op info only */#011[-N]
Jul 29 10:31:58 Cosmos root: /* prototype file */#011[-p fname]
Jul 29 10:31:58 Cosmos root: /* quiet */#011#011[-q]
Jul 29 10:31:58 Cosmos root: /* realtime subvol */#011[-r extsize=num,size=num,rtdev=xxx,rgcount=n,rgsize=n,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* sectorsize */#011[-s size=num]
Jul 29 10:31:58 Cosmos root: /* version */#011#011[-V]
Jul 29 10:31:58 Cosmos root: #011#011#011devicename
Jul 29 10:31:58 Cosmos root: <devicename> is required unless -d name=xxx is given.
Jul 29 10:31:58 Cosmos root: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
Jul 29 10:31:58 Cosmos root:       xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
Jul 29 10:31:58 Cosmos root: <value> is xxx (512 byte blocks).
Jul 29 10:31:58 Cosmos emhttpd: shcmd (389): exit status: 1
Jul 29 10:31:58 Cosmos emhttpd: mounting /mnt/disk14
Jul 29 10:31:58 Cosmos emhttpd: shcmd (390): mkdir -m 0666 -p /mnt/disk14
Jul 29 10:31:58 Cosmos emhttpd: /sbin/blkid /dev/md14p1 2>&1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (391): mount -t xfs -o noatime,nodiscard,nouuid /dev/md14p1 /mnt/disk14
Jul 29 10:31:58 Cosmos root: mount: /mnt/disk14: wrong fs type, bad option, bad superblock on /dev/md14p1, missing codepage or helper program, or other error.
Jul 29 10:31:58 Cosmos root:        dmesg(1) may have more information after failed mount system call.
Jul 29 10:31:58 Cosmos kernel: XFS (md14p1): Invalid superblock magic number
Jul 29 10:31:58 Cosmos emhttpd: shcmd (391): exit status: 32
Jul 29 10:31:58 Cosmos emhttpd: shcmd (392): rmdir /mnt/disk14
Jul 29 10:31:58 Cosmos emhttpd: disk14: mount error: wrong or no file system
Jul 29 10:31:58 Cosmos emhttpd: creating volume: disk15 (xfs)
Jul 29 10:31:58 Cosmos emhttpd: shcmd (394): /sbin/wipefs -af --lock /dev/md15p1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (395): mkfs.xfs -K -f -m crc=1,finobt=1 /dev/md15p1
Jul 29 10:31:58 Cosmos root: size 4091 of data subvolume is too small, minimum 4096 blocks
Jul 29 10:31:58 Cosmos root: Usage: mkfs.xfs
Jul 29 10:31:58 Cosmos root: /* blocksize */#011#011[-b size=num]
Jul 29 10:31:58 Cosmos root: /* config file */#011[-c options=xxx]
Jul 29 10:31:58 Cosmos root: /* metadata */#011#011[-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    inobtcount=0|1,bigtime=0|1,autofsck=xxx,
Jul 29 10:31:58 Cosmos root: #011#011#011    metadir=0|1]
Jul 29 10:31:58 Cosmos root: /* quota */#011#011[-m uquota|uqnoenforce,gquota|gqnoenforce,
Jul 29 10:31:58 Cosmos root: #011#011#011    pquota|pqnoenforce]
Jul 29 10:31:58 Cosmos root: /* data subvol */#011[-d agcount=n,agsize=n,file,name=xxx,size=num,
Jul 29 10:31:58 Cosmos root: #011#011#011    (sunit=value,swidth=value|su=num,sw=num|noalign),
Jul 29 10:31:58 Cosmos root: #011#011#011    sectsize=num,concurrency=num]
Jul 29 10:31:58 Cosmos root: /* force overwrite */#011[-f]
Jul 29 10:31:58 Cosmos root: /* inode size */#011[-i perblock=n|size=num,maxpct=n,attr=0|1|2,
Jul 29 10:31:58 Cosmos root: #011#011#011    projid32bit=0|1,sparse=0|1,nrext64=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    exchange=0|1]
Jul 29 10:31:58 Cosmos root: /* no discard */#011[-K]
Jul 29 10:31:58 Cosmos root: /* log subvol */#011[-l agnum=n,internal,size=num,logdev=xxx,version=n
Jul 29 10:31:58 Cosmos root: #011#011#011    sunit=value|su=num,sectsize=num,lazy-count=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* label */#011#011[-L label (maximum 12 characters)]
Jul 29 10:31:58 Cosmos root: /* naming */#011#011[-n size=num,version=2|ci,ftype=0|1,parent=0|1]]
Jul 29 10:31:58 Cosmos root: /* no-op info only */#011[-N]
Jul 29 10:31:58 Cosmos root: /* prototype file */#011[-p fname]
Jul 29 10:31:58 Cosmos root: /* quiet */#011#011[-q]
Jul 29 10:31:58 Cosmos root: /* realtime subvol */#011[-r extsize=num,size=num,rtdev=xxx,rgcount=n,rgsize=n,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* sectorsize */#011[-s size=num]
Jul 29 10:31:58 Cosmos root: /* version */#011#011[-V]
Jul 29 10:31:58 Cosmos root: #011#011#011devicename
Jul 29 10:31:58 Cosmos root: <devicename> is required unless -d name=xxx is given.
Jul 29 10:31:58 Cosmos root: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
Jul 29 10:31:58 Cosmos root:       xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
Jul 29 10:31:58 Cosmos root: <value> is xxx (512 byte blocks).
Jul 29 10:31:58 Cosmos emhttpd: shcmd (395): exit status: 1
Jul 29 10:31:58 Cosmos emhttpd: mounting /mnt/disk15
Jul 29 10:31:58 Cosmos emhttpd: shcmd (396): mkdir -m 0666 -p /mnt/disk15
Jul 29 10:31:58 Cosmos emhttpd: /sbin/blkid /dev/md15p1 2>&1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (397): mount -t xfs -o noatime,nodiscard,nouuid /dev/md15p1 /mnt/disk15
Jul 29 10:31:58 Cosmos kernel: XFS (md15p1): Invalid superblock magic number
Jul 29 10:31:58 Cosmos root: mount: /mnt/disk15: wrong fs type, bad option, bad superblock on /dev/md15p1, missing codepage or helper program, or other error.
Jul 29 10:31:58 Cosmos root:        dmesg(1) may have more information after failed mount system call.
Jul 29 10:31:58 Cosmos emhttpd: shcmd (397): exit status: 32
Jul 29 10:31:58 Cosmos emhttpd: shcmd (398): rmdir /mnt/disk15
Jul 29 10:31:58 Cosmos emhttpd: disk15: mount error: wrong or no file system
Jul 29 10:31:58 Cosmos emhttpd: creating volume: disk16 (xfs)
Jul 29 10:31:58 Cosmos emhttpd: shcmd (400): /sbin/wipefs -af --lock /dev/md16p1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (401): mkfs.xfs -K -f -m crc=1,finobt=1 /dev/md16p1
Jul 29 10:31:58 Cosmos root: size 4091 of data subvolume is too small, minimum 4096 blocks
Jul 29 10:31:58 Cosmos root: Usage: mkfs.xfs
Jul 29 10:31:58 Cosmos root: /* blocksize */#011#011[-b size=num]
Jul 29 10:31:58 Cosmos root: /* config file */#011[-c options=xxx]
Jul 29 10:31:58 Cosmos root: /* metadata */#011#011[-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    inobtcount=0|1,bigtime=0|1,autofsck=xxx,
Jul 29 10:31:58 Cosmos root: #011#011#011    metadir=0|1]
Jul 29 10:31:58 Cosmos root: /* quota */#011#011[-m uquota|uqnoenforce,gquota|gqnoenforce,
Jul 29 10:31:58 Cosmos root: #011#011#011    pquota|pqnoenforce]
Jul 29 10:31:58 Cosmos root: /* data subvol */#011[-d agcount=n,agsize=n,file,name=xxx,size=num,
Jul 29 10:31:58 Cosmos root: #011#011#011    (sunit=value,swidth=value|su=num,sw=num|noalign),
Jul 29 10:31:58 Cosmos root: #011#011#011    sectsize=num,concurrency=num]
Jul 29 10:31:58 Cosmos root: /* force overwrite */#011[-f]
Jul 29 10:31:58 Cosmos root: /* inode size */#011[-i perblock=n|size=num,maxpct=n,attr=0|1|2,
Jul 29 10:31:58 Cosmos root: #011#011#011    projid32bit=0|1,sparse=0|1,nrext64=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    exchange=0|1]
Jul 29 10:31:58 Cosmos root: /* no discard */#011[-K]
Jul 29 10:31:58 Cosmos root: /* log subvol */#011[-l agnum=n,internal,size=num,logdev=xxx,version=n
Jul 29 10:31:58 Cosmos root: #011#011#011    sunit=value|su=num,sectsize=num,lazy-count=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* label */#011#011[-L label (maximum 12 characters)]
Jul 29 10:31:58 Cosmos root: /* naming */#011#011[-n size=num,version=2|ci,ftype=0|1,parent=0|1]]
Jul 29 10:31:58 Cosmos root: /* no-op info only */#011[-N]
Jul 29 10:31:58 Cosmos root: /* prototype file */#011[-p fname]
Jul 29 10:31:58 Cosmos root: /* quiet */#011#011[-q]
Jul 29 10:31:58 Cosmos root: /* realtime subvol */#011[-r extsize=num,size=num,rtdev=xxx,rgcount=n,rgsize=n,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* sectorsize */#011[-s size=num]
Jul 29 10:31:58 Cosmos root: /* version */#011#011[-V]
Jul 29 10:31:58 Cosmos root: #011#011#011devicename
Jul 29 10:31:58 Cosmos root: <devicename> is required unless -d name=xxx is given.
Jul 29 10:31:58 Cosmos root: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
Jul 29 10:31:58 Cosmos root:       xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
Jul 29 10:31:58 Cosmos root: <value> is xxx (512 byte blocks).
Jul 29 10:31:58 Cosmos emhttpd: shcmd (401): exit status: 1
Jul 29 10:31:58 Cosmos emhttpd: mounting /mnt/disk16
Jul 29 10:31:58 Cosmos emhttpd: shcmd (402): mkdir -m 0666 -p /mnt/disk16
Jul 29 10:31:58 Cosmos emhttpd: /sbin/blkid /dev/md16p1 2>&1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (403): mount -t xfs -o noatime,nodiscard,nouuid /dev/md16p1 /mnt/disk16
Jul 29 10:31:58 Cosmos kernel: XFS (md16p1): Invalid superblock magic number
Jul 29 10:31:58 Cosmos root: mount: /mnt/disk16: wrong fs type, bad option, bad superblock on /dev/md16p1, missing codepage or helper program, or other error.
Jul 29 10:31:58 Cosmos root:        dmesg(1) may have more information after failed mount system call.
Jul 29 10:31:58 Cosmos emhttpd: shcmd (403): exit status: 32
Jul 29 10:31:58 Cosmos emhttpd: shcmd (404): rmdir /mnt/disk16
Jul 29 10:31:58 Cosmos emhttpd: disk16: mount error: wrong or no file system
Jul 29 10:31:58 Cosmos emhttpd: creating volume: disk17 (xfs)
Jul 29 10:31:58 Cosmos emhttpd: shcmd (406): /sbin/wipefs -af --lock /dev/md17p1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (407): mkfs.xfs -K -f -m crc=1,finobt=1 /dev/md17p1
Jul 29 10:31:58 Cosmos root: size 4091 of data subvolume is too small, minimum 4096 blocks
Jul 29 10:31:58 Cosmos root: Usage: mkfs.xfs
Jul 29 10:31:58 Cosmos root: /* blocksize */#011#011[-b size=num]
Jul 29 10:31:58 Cosmos root: /* config file */#011[-c options=xxx]
Jul 29 10:31:58 Cosmos root: /* metadata */#011#011[-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    inobtcount=0|1,bigtime=0|1,autofsck=xxx,
Jul 29 10:31:58 Cosmos root: #011#011#011    metadir=0|1]
Jul 29 10:31:58 Cosmos root: /* quota */#011#011[-m uquota|uqnoenforce,gquota|gqnoenforce,
Jul 29 10:31:58 Cosmos root: #011#011#011    pquota|pqnoenforce]
Jul 29 10:31:58 Cosmos root: /* data subvol */#011[-d agcount=n,agsize=n,file,name=xxx,size=num,
Jul 29 10:31:58 Cosmos root: #011#011#011    (sunit=value,swidth=value|su=num,sw=num|noalign),
Jul 29 10:31:58 Cosmos root: #011#011#011    sectsize=num,concurrency=num]
Jul 29 10:31:58 Cosmos root: /* force overwrite */#011[-f]
Jul 29 10:31:58 Cosmos root: /* inode size */#011[-i perblock=n|size=num,maxpct=n,attr=0|1|2,
Jul 29 10:31:58 Cosmos root: #011#011#011    projid32bit=0|1,sparse=0|1,nrext64=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    exchange=0|1]
Jul 29 10:31:58 Cosmos root: /* no discard */#011[-K]
Jul 29 10:31:58 Cosmos root: /* log subvol */#011[-l agnum=n,internal,size=num,logdev=xxx,version=n
Jul 29 10:31:58 Cosmos root: #011#011#011    sunit=value|su=num,sectsize=num,lazy-count=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* label */#011#011[-L label (maximum 12 characters)]
Jul 29 10:31:58 Cosmos root: /* naming */#011#011[-n size=num,version=2|ci,ftype=0|1,parent=0|1]]
Jul 29 10:31:58 Cosmos root: /* no-op info only */#011[-N]
Jul 29 10:31:58 Cosmos root: /* prototype file */#011[-p fname]
Jul 29 10:31:58 Cosmos root: /* quiet */#011#011[-q]
Jul 29 10:31:58 Cosmos root: /* realtime subvol */#011[-r extsize=num,size=num,rtdev=xxx,rgcount=n,rgsize=n,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* sectorsize */#011[-s size=num]
Jul 29 10:31:58 Cosmos root: /* version */#011#011[-V]
Jul 29 10:31:58 Cosmos root: #011#011#011devicename
Jul 29 10:31:58 Cosmos root: <devicename> is required unless -d name=xxx is given.
Jul 29 10:31:58 Cosmos root: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
Jul 29 10:31:58 Cosmos root:       xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
Jul 29 10:31:58 Cosmos root: <value> is xxx (512 byte blocks).
Jul 29 10:31:58 Cosmos emhttpd: shcmd (407): exit status: 1
Jul 29 10:31:58 Cosmos emhttpd: mounting /mnt/disk17
Jul 29 10:31:58 Cosmos emhttpd: shcmd (408): mkdir -m 0666 -p /mnt/disk17
Jul 29 10:31:58 Cosmos emhttpd: /sbin/blkid /dev/md17p1 2>&1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (409): mount -t xfs -o noatime,nodiscard,nouuid /dev/md17p1 /mnt/disk17
Jul 29 10:31:58 Cosmos kernel: XFS (md17p1): Invalid superblock magic number
Jul 29 10:31:58 Cosmos root: mount: /mnt/disk17: wrong fs type, bad option, bad superblock on /dev/md17p1, missing codepage or helper program, or other error.
Jul 29 10:31:58 Cosmos root:        dmesg(1) may have more information after failed mount system call.
Jul 29 10:31:58 Cosmos emhttpd: shcmd (409): exit status: 32
Jul 29 10:31:58 Cosmos emhttpd: shcmd (410): rmdir /mnt/disk17
Jul 29 10:31:58 Cosmos emhttpd: disk17: mount error: wrong or no file system
Jul 29 10:31:58 Cosmos emhttpd: creating volume: disk18 (xfs)
Jul 29 10:31:58 Cosmos emhttpd: shcmd (412): /sbin/wipefs -af --lock /dev/md18p1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (413): mkfs.xfs -K -f -m crc=1,finobt=1 /dev/md18p1
Jul 29 10:31:58 Cosmos root: size 4091 of data subvolume is too small, minimum 4096 blocks
Jul 29 10:31:58 Cosmos root: Usage: mkfs.xfs
Jul 29 10:31:58 Cosmos root: /* blocksize */#011#011[-b size=num]
Jul 29 10:31:58 Cosmos root: /* config file */#011[-c options=xxx]
Jul 29 10:31:58 Cosmos root: /* metadata */#011#011[-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    inobtcount=0|1,bigtime=0|1,autofsck=xxx,
Jul 29 10:31:58 Cosmos root: #011#011#011    metadir=0|1]
Jul 29 10:31:58 Cosmos root: /* quota */#011#011[-m uquota|uqnoenforce,gquota|gqnoenforce,
Jul 29 10:31:58 Cosmos root: #011#011#011    pquota|pqnoenforce]
Jul 29 10:31:58 Cosmos root: /* data subvol */#011[-d agcount=n,agsize=n,file,name=xxx,size=num,
Jul 29 10:31:58 Cosmos root: #011#011#011    (sunit=value,swidth=value|su=num,sw=num|noalign),
Jul 29 10:31:58 Cosmos root: #011#011#011    sectsize=num,concurrency=num]
Jul 29 10:31:58 Cosmos root: /* force overwrite */#011[-f]
Jul 29 10:31:58 Cosmos root: /* inode size */#011[-i perblock=n|size=num,maxpct=n,attr=0|1|2,
Jul 29 10:31:58 Cosmos root: #011#011#011    projid32bit=0|1,sparse=0|1,nrext64=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    exchange=0|1]
Jul 29 10:31:58 Cosmos root: /* no discard */#011[-K]
Jul 29 10:31:58 Cosmos root: /* log subvol */#011[-l agnum=n,internal,size=num,logdev=xxx,version=n
Jul 29 10:31:58 Cosmos root: #011#011#011    sunit=value|su=num,sectsize=num,lazy-count=0|1,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* label */#011#011[-L label (maximum 12 characters)]
Jul 29 10:31:58 Cosmos root: /* naming */#011#011[-n size=num,version=2|ci,ftype=0|1,parent=0|1]]
Jul 29 10:31:58 Cosmos root: /* no-op info only */#011[-N]
Jul 29 10:31:58 Cosmos root: /* prototype file */#011[-p fname]
Jul 29 10:31:58 Cosmos root: /* quiet */#011#011[-q]
Jul 29 10:31:58 Cosmos root: /* realtime subvol */#011[-r extsize=num,size=num,rtdev=xxx,rgcount=n,rgsize=n,
Jul 29 10:31:58 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:58 Cosmos root: /* sectorsize */#011[-s size=num]
Jul 29 10:31:58 Cosmos root: /* version */#011#011[-V]
Jul 29 10:31:58 Cosmos root: #011#011#011devicename
Jul 29 10:31:58 Cosmos root: <devicename> is required unless -d name=xxx is given.
Jul 29 10:31:58 Cosmos root: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
Jul 29 10:31:58 Cosmos root:       xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
Jul 29 10:31:58 Cosmos root: <value> is xxx (512 byte blocks).
Jul 29 10:31:58 Cosmos emhttpd: shcmd (413): exit status: 1
Jul 29 10:31:58 Cosmos emhttpd: mounting /mnt/disk18
Jul 29 10:31:58 Cosmos emhttpd: shcmd (414): mkdir -m 0666 -p /mnt/disk18
Jul 29 10:31:58 Cosmos emhttpd: /sbin/blkid /dev/md18p1 2>&1
Jul 29 10:31:58 Cosmos emhttpd: shcmd (415): mount -t xfs -o noatime,nodiscard,nouuid /dev/md18p1 /mnt/disk18
Jul 29 10:31:58 Cosmos kernel: XFS (md18p1): Invalid superblock magic number
Jul 29 10:31:58 Cosmos root: mount: /mnt/disk18: wrong fs type, bad option, bad superblock on /dev/md18p1, missing codepage or helper program, or other error.
Jul 29 10:31:58 Cosmos root:        dmesg(1) may have more information after failed mount system call.
Jul 29 10:31:58 Cosmos emhttpd: shcmd (415): exit status: 32
Jul 29 10:31:58 Cosmos emhttpd: shcmd (416): rmdir /mnt/disk18
Jul 29 10:31:58 Cosmos emhttpd: disk18: mount error: wrong or no file system
Jul 29 10:31:58 Cosmos emhttpd: creating volume: disk19 (xfs)
Jul 29 10:31:58 Cosmos emhttpd: shcmd (418): /sbin/wipefs -af --lock /dev/md19p1
Jul 29 10:31:59 Cosmos emhttpd: shcmd (419): mkfs.xfs -K -f -m crc=1,finobt=1 /dev/md19p1
Jul 29 10:31:59 Cosmos root: size 4091 of data subvolume is too small, minimum 4096 blocks
Jul 29 10:31:59 Cosmos root: Usage: mkfs.xfs
Jul 29 10:31:59 Cosmos root: /* blocksize */#011#011[-b size=num]
Jul 29 10:31:59 Cosmos root: /* config file */#011[-c options=xxx]
Jul 29 10:31:59 Cosmos root: /* metadata */#011#011[-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
Jul 29 10:31:59 Cosmos root: #011#011#011    inobtcount=0|1,bigtime=0|1,autofsck=xxx,
Jul 29 10:31:59 Cosmos root: #011#011#011    metadir=0|1]
Jul 29 10:31:59 Cosmos root: /* quota */#011#011[-m uquota|uqnoenforce,gquota|gqnoenforce,
Jul 29 10:31:59 Cosmos root: #011#011#011    pquota|pqnoenforce]
Jul 29 10:31:59 Cosmos root: /* data subvol */#011[-d agcount=n,agsize=n,file,name=xxx,size=num,
Jul 29 10:31:59 Cosmos root: #011#011#011    (sunit=value,swidth=value|su=num,sw=num|noalign),
Jul 29 10:31:59 Cosmos root: #011#011#011    sectsize=num,concurrency=num]
Jul 29 10:31:59 Cosmos root: /* force overwrite */#011[-f]
Jul 29 10:31:59 Cosmos root: /* inode size */#011[-i perblock=n|size=num,maxpct=n,attr=0|1|2,
Jul 29 10:31:59 Cosmos root: #011#011#011    projid32bit=0|1,sparse=0|1,nrext64=0|1,
Jul 29 10:31:59 Cosmos root: #011#011#011    exchange=0|1]
Jul 29 10:31:59 Cosmos root: /* no discard */#011[-K]
Jul 29 10:31:59 Cosmos root: /* log subvol */#011[-l agnum=n,internal,size=num,logdev=xxx,version=n
Jul 29 10:31:59 Cosmos root: #011#011#011    sunit=value|su=num,sectsize=num,lazy-count=0|1,
Jul 29 10:31:59 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:59 Cosmos root: /* label */#011#011[-L label (maximum 12 characters)]
Jul 29 10:31:59 Cosmos root: /* naming */#011#011[-n size=num,version=2|ci,ftype=0|1,parent=0|1]]
Jul 29 10:31:59 Cosmos root: /* no-op info only */#011[-N]
Jul 29 10:31:59 Cosmos root: /* prototype file */#011[-p fname]
Jul 29 10:31:59 Cosmos root: /* quiet */#011#011[-q]
Jul 29 10:31:59 Cosmos root: /* realtime subvol */#011[-r extsize=num,size=num,rtdev=xxx,rgcount=n,rgsize=n,
Jul 29 10:31:59 Cosmos root: #011#011#011    concurrency=num]
Jul 29 10:31:59 Cosmos root: /* sectorsize */#011[-s size=num]
Jul 29 10:31:59 Cosmos root: /* version */#011#011[-V]
Jul 29 10:31:59 Cosmos root: #011#011#011devicename
Jul 29 10:31:59 Cosmos root: <devicename> is required unless -d name=xxx is given.
Jul 29 10:31:59 Cosmos root: <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
Jul 29 10:31:59 Cosmos root:       xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
Jul 29 10:31:59 Cosmos root: <value> is xxx (512 byte blocks).
Jul 29 10:31:59 Cosmos emhttpd: shcmd (419): exit status: 1
Jul 29 10:31:59 Cosmos emhttpd: mounting /mnt/disk19
Jul 29 10:31:59 Cosmos emhttpd: shcmd (420): mkdir -m 0666 -p /mnt/disk19
Jul 29 10:31:59 Cosmos emhttpd: /sbin/blkid /dev/md19p1 2>&1
Jul 29 10:31:59 Cosmos emhttpd: shcmd (421): mount -t xfs -o noatime,nodiscard,nouuid /dev/md19p1 /mnt/disk19
Jul 29 10:31:59 Cosmos kernel: XFS (md19p1): Invalid superblock magic number
Jul 29 10:31:59 Cosmos root: mount: /mnt/disk19: wrong fs type, bad option, bad superblock on /dev/md19p1, missing codepage or helper program, or other error.
Jul 29 10:31:59 Cosmos root:        dmesg(1) may have more information after failed mount system call.
Jul 29 10:31:59 Cosmos emhttpd: shcmd (421): exit status: 32
Jul 29 10:31:59 Cosmos emhttpd: shcmd (422): rmdir /mnt/disk19
Jul 29 10:31:59 Cosmos emhttpd: disk19: mount error: wrong or no file system
Jul 29 10:31:59 Cosmos kernel: mdcmd (47): check resume

Untitled.png

Solved by JorgeB

  • Community Expert
  • Solution

They have an existing partition that is too small; wipe them before with wipefs -a /dev/sdX, then restart the array and reformat. And since the disks were not cleared, best to run a correcting parity check after.

  • Author

Ran the command, when I stopped the array it gave me a 'Wrong' error on all of the disks I ran the command on. Wouldn't let me restart the array. Started a new config, ran a parity check in maintenance mode, and the disks successfully formatted/mounted on the next format. Thank you for the help

  • Community Expert
1 hour ago, dpunk3 said:

Wouldn't let me restart the array. Started a new config,

Yes, that was expected; sorry, forgot to point that out.

  • Author
18 minutes ago, JorgeB said:

Yes, that was expected; sorry, forgot to point that out.

All good, after that command (super helpful) everything was straightforward but wanted to make sure anyone who reads this in the future looking for a solution isn't surprised when this happens

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.