Tuesday, October 28, 2014

How to format usb drive to fat32 from terminal to make it bootable

                                                                            step 1

                                                          sudo fdisk -l
                                                                          step 2

                                                          sudo fdisk -l
                                                                           step3

                                                      sudo umount /dev/sdb1
                                                                              step 4

                                                          sudo mkfs.vfat -n 'nameyouwant' -I /dev/sdb1
                                                                                step 5

                                                           results >>>  with warning
                                                                               step 6

                                                       sudo mkfs.vfat -n 'NameYouwant' -I /dev/sdb1
                                                                            step 7

                                                         Verification
                                                                     
                                                             Thank you.

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...