Just type in the following command: [root@mail ~]# for d in `ls /workplace/imap/user/`; do du -s -h /workplace/imap/user/$d; done; That’s all. Checking Cyrus Mail Box Directory Size 30 May 2011 bash
1. fdisk -l to list out the device for your usb drive 2. fdisk /dev/sdb to fdisk your device sdb and using the following steps to prepare your Fat 32 disk p – to view the existing partition d – to delete the existing partition n – to add How to format external USB Drive to Fat 32 under Linux 20 October 2009 fat32