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)
yt-dlp – download your data from youtube

Hi, this short article only to mention that there is a wonderful application that exists for a years for the purpose to download YOUR or maybe some other movies from youtube. I don’t want to go in to legal aspect too much, what can be downloaded from youtube, what not …

Free(BSD)
Convert pdf file to jpeg – with imagemagic

Short article just to write down not-so frequently (for me) task: remove /opt/homebrew/bin from that command where using on other system than macOs Options: cheers

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