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.

Unattached Storage Question

Featured Replies

Hello,

Got a quick questions about adding a local unattached hard drive to Unraid 6.  I have a plugin already that makes it so I can mount unattached drives in the GUI.  But I am unsure if Unraid has an easy way to format a drive that is not attached to the array?  My Linux knowledge is a little Noobish and any help would be great.

 

Thank you for any help

 

  • Author

Thank you for the link, I am using the plugin and it looks great.  The issue I have is that I have searched for a way in Linux to format a drive and there are many.  Does Unraid have a pre install app to format the drive or is there a recommended way so the permissions are correct?

 

Thanks

  • Community Expert

Thank you for the link, I am using the plugin and it looks great.  The issue I have is that I have searched for a way in Linux to format a drive and there are many.  Does Unraid have a pre install app to format the drive or is there a recommended way so the permissions are correct?

When running from the command line (i.e. in a telnet/console/ssh session) drives are normally formatted in Linux using the 'mkfs' command.  By default you can add .format to the name to specify the format wanted.  You also need to add the partition to the device name.

e.g.

mkfs.xfs /dev/sdf1

Would format the first partition on the disk on device /dev/sdf in XFS format using default settings.

 

If the disk is not already partitioned then you would use the gdisk command to partition it.

e.g.

gdisk /dev/sdf

to partition the disk attached as device /dev/sdf and follow the onscreen prompts to know what to do.  I used gdisk as that can handle disks larger than 2TB whereas the older fdisk command was limited to 2TB and also did not understand GPT style partitioning.

  • Author

Wonderful Thank you vary much

Archived

This topic is now archived and is closed to further replies.

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.