The Arch Linux experience thus far has been spending an hour just trying to partition the fucking disk
why doesn't Arch recognise the partitions on my disk? i created them within Arch
seen from United States
seen from Türkiye
seen from Türkiye
seen from China

seen from Malaysia
seen from Germany
seen from Germany
seen from China
seen from China
seen from United States

seen from China

seen from Germany

seen from Germany
seen from Hong Kong SAR China

seen from Germany
seen from Ireland
seen from China
seen from United Kingdom
seen from China

seen from Japan
The Arch Linux experience thus far has been spending an hour just trying to partition the fucking disk
why doesn't Arch recognise the partitions on my disk? i created them within Arch

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Porady Admina: fdisk
W kolejnym wpisie z cyklu Porady Admina zajmiemy się programem fdisk https://linuxiarze.pl/porady-admina-fdisk/
How to clone a memory card in Linux
Case
You have a memory card, for example a CF card which is corrupt or which needs to be cloned to another memory card. This article provides instructions on how to clone a memory card in Linux. To implement this solution you need to have a memory card reader. In most cases a reader comes in the form of a memory card to USB converter, which plugs into a USB port of your computer and allows for reading of any type of memory card.
Solution
Boot your computer from a Linux bootable image. In this example we will be using Linux Ubuntu 22.04 LTS. After booting into the Linux environment, either on an installed Ubuntu system or from the Ubuntu desktop .iso (USB drive), open a terminal by hitting the combination of Ctrl-Alt-T keys on your keyboard and run the following commands. #Check first the device structure of your Linux system and pinpoint the source memory card you need to clone. In this example we assume that the card is /dev/sbc. lsblk #Clone the entire disk corresponding to the bootable memory card to an output file. sudo dd if=/dev/sdc of=mycfcard.img #Copy back the generated .img file to the target memory card, ensure first that the new memory card has been inserted. sudo dd if=mycfcard.img of=/dev/sdc If the target memory card has multiple partitions, you can erase all partitions by using fdisk. You should leave only one partition in the target memory card by running the following commands. sudo fdisk /dev/sdc #View partition table p #Delete a partition, run this command as many times as needed to delete all partitions d #Write changes to memory card partition table w
You can also use the Windows disk manager MMC console or the command line diskpart utility to fdisk and format the target memory card. Note that the above solution can be used when trying to restore a malfunctioning or dead hard drive. To streamline your recovery process, you can make use of a disk drive cloning and docking station, which essentially takes a full image copy (sector by sector) of the source (faulty) disk into a new target (functional) disk. In this way, the disk data is preserved and cloned into a functional disk. You can find plenty of options when considering purchase of a cloning station, such as the following examples: https://www.amazon.com/cloning-station/s?k=cloning+station
Also you can use third party software such as GParted, EaseUS, Acronis Cyber Protect Home Office, Steven Gibson's Spinrite (DOS-based app written in Assembly) and Clonezilla, which can greatly reduce your time when troubleshooting disk issues. Read the full article
RAID0のメンバディスクのパーティションが壊れた
なぜかわからんけど、サーバのRAID0を組んでいるメンバディスクの1本が、GPT情報が壊れて、アレイから外れてしまった。
以下、復旧ログ
Reparar el Grub con un USB Live
Reparar el Grub con un USB Live, u otro dispositivo de inicio. Que nuestro Grub quede inservible, es más común de lo que parece. Un claro ejemplo lo tenemos cuando un usuario novel instala Windows en modo arranque dual, e inconscientemente modifica la configuración del Grub. Esto se produce porque al instalar el sistema operativo de Microsoft, es Windows Boot Manager quien se hace cargo del gestor de arranque y este no reconoce la distribución Linux que teníamos instalada. No te preocupes, tiene solución... ademas sencilla. Lo único que necesitas es un pendrive USB Live, o cualquier dispositivo de almacenamiento que contenga una iso live de tu distribución favorita. Puedes generar la live con el comando dd.
Reparar el Grub con un USB Live
El proceso es muy sencillo, pero también delicado y peligroso. Debes tener mucho cuidado, así que mucho ojo!!!. Vamos al lío. Este método se ha probado en MX Linux, Ubuntu, y ArchBang; debería funcionar en cualquier distribución linux. Iniciamos nuestro sistema con el USB Live en modo probar antes de instalar, una vez inicie el sistema desde el Live abrimos la terminal / consola. Lo que vamos a hacer es identificar la partición donde tenemos instalado nuestro linux. Podemos utilizar fdisk, pero a mí me gusta más el comando blkid que nos ofrece gran cantidad de datos especialmente si las particiones las tenemos etiquetadas. Vemos las dos opciones. Con fdisf: sudo fdisk -l Con blkid: sudo blkid ejemplo de salida con blkid... sololinux ~ # sudo blkid /dev/sda1: UUID="7e71febb-76f6-4755-9276-effd54d7a33e" TYPE="ext4" PARTUUID="feef2cd0-01" /dev/sda5: UUID="1ab5109f-02bd-44dd-b774-9b1d4865a204" TYPE="swap" PARTUUID="feef2cd0-05" /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/sdb1: UUID="1DDB-CBD3" TYPE="vfat" PARTUUID="d4b020bd-01" Si observas con atención el ejemplo anterior, nuestro linux lo encontramos en sda1 --> ext4. Toma nota.
Reparar el gestor de arranque Grub Un detalle que se nos paso por alto... como hemos iniciado nuestra maquina con una USB Live, las particiones del disco duro se detectan, pero están sin montar. Montamos la partición con el siguiente comando. sudo mount /dev/sda1 /mnt Para reparar el Grub vamos a utilizar grub-install. Esta utilidad la encontramos en todas las distribuciones que hacen uso del gestor de arranque Grub, y básicamente vamos a restaurar los archivos necesarios desde el pendrive USB Live, al linux instalado en la partición seleccionada. Suerte. sudo grub-install --boot-directory=/mnt/boot /dev/sda Si todo es correcto reinicia el sistema para seguir disfrutando de linux. Espero que este articulo te sea de utilidad, puedes ayudarnos a mantener el servidor con una donación (paypal), o también colaborar con el simple gesto de compartir nuestros artículos en tu sitio web, blog, foro o redes sociales. Read the full article

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Como criar uma partição de disco no Linux
Como criar uma partição de disco no Linux
Neste artigo, explicaremos como criar uma partição de disco no Linux , assim como nas distribuições CentOS, RHEL, Fedora, Debian e Ubuntu.
Para usar efetivamente dispositivos de armazenamento, como discos rígidos e drives USB no seu computador , você precisa entender e saber como estruturá-los antes de usar no Linux. Na maioria dos casos, grandes dispositivos de armazenamentosão divididos em…
View On WordPress
Usually Linux admins check the available hard disk and it's partitions whenever they want to add a new disks or additional partition in the system. We used to
2DayGeeK: This tutorial helps you to check the hard disks and partitions in Linux using multiple ways.
Cómo crear y configurar discos LVM - Guía de uso de fdisk
Cómo crear y configurar discos #LVM #fdisk @ubuntu
Amigos, en este post explicaré como configurar discos LVM en Ubuntu.
LVM es una implementación de un administrador de volúmenes lógicos para el kernel Linux.
LVM incluye muchas de las características, incluyendo: – Redimensionado de grupos lógicos – Redimensionado de volúmenes lógicos – Instantáneas de sólo lectura (LVM2 ofrece lectura y escritura) – RAID0 de volúmenes lógicos.
https://es.wikipe…
View On WordPress