Sunday, February 9, 2014

Waldorf: USB FAT32 "Daemon is Inhibited" error

1. Check the device
sudo fdisk -l
Disk /dev/sde: 31.7 GB, 31657558016 bytes
255 heads, 63 sectors/track, 3848 cylinders, total 61831168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sde1            8192    61831167    30911488    c  W95 FAT32 (LBA)
2. Create target mount point
sudo mkdir /mnt/fatty
3. Mount the USB drive onto /mnt/fatty
sudo mount /dev/sde1 /mnt/fatty

No comments:

Post a Comment