fdisk – SD/flash drive on freebsd.

fdisk – freebsd
Składnia fdisk pod Linuksem i pod FreeBSD znacznie się różni.
Poniższy przykład prezentuje usunięcie partycji z pamięci usb i formatowanie jej do FAT32:

Ostrożnie, to usunie wszystkie dane z twojego dysku/This will remove all data from your disk!

=====================
dmesg
dd if=/dev/zero of=/dev/da0 bs=1k count=1
fdisk -BI /dev/da0
bsdlabel -e da0
newfs_msdos /dev/da0

=====================

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Free(BSD)
Search for duplicated files

This will be short (but hopefully I will find more time to show entire process to search duplicated files together with some examples). In case you are searching for duplicated files I can recommend two software which actually rocks in openSource world

Azure
NFS issue, cannot be mounted or is not visible

The same kind of issue I have encountered numerous times while working across different environments and with various customers. The problem with NFS mounts connected from remote locations is so common. This issue extends beyond communication solely over WAN and also include connections between datacenters (DC) where we lack control …

Free(BSD)
Converting MOV File to Smaller Size: A Guide to Converting to MP4

If, like me, you happen to be recording your desktop, which is quite simple and convenient on any current operating system (including ChromeOS or MacOS), sooner or later you may run into a disk space issue. From time to time, when I’m working on new configurations or playing around with …