kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
6 results tagged partition  ✕
Comment monter des partitions temporaires dans la RAM sous Linux ? – Korben https://korben.info/monter-tmpfs-linux.html
02/08/2020 23:02:22
tmpfs partition temporaire
Catacombae - HFSExplorer http://www.catacombae.org/hfsexplorer/
03/05/2016 15:09:31

Génial ! Un outil pour lire et récupérer des fichiers à partir d'une partition HFS, HFS+ ou HFSX (MacOS) à partir de Windows.

Via http://korben.info/lire-partition-hfs-mac-osx-windows.html

hfs hfsx macos partition windows disque
How to delete a partition on a USB drive? http://superuser.com/questions/536813/how-to-delete-a-partition-on-a-usb-drive/536833#536833
12/02/2016 08:56:40

Supprimer une ou des partitions sur un support de stockage à l'aide de l'outil diskpart en ligne de commande sous Windows.

Ça m'a été bien utile après avoir tenté de créer une clé USB bootable et interrompu le processus en cours de route. Je me retrouvais avec une partition de 2 Mo et tout le reste en non-alloué.

Je me recopie ici la procédure.

Open an elevated command prompt.

$ diskpart
$ list disk

Note the disk number that corresponds to your USB drive (it should be obvious going by size)

$ select disk X
$ list partition

There should be two, numbered 0 and 1, each about 7 GB

$ select partition 0
$ delete partition
$ select partition 1
$ delete partition
$ create partition primary
$ exit

Exit Command Prompt (type exit or just close the window)
In Windows, go to Computer and try to open the disk. It will ask you to format it.
Format it with the default settings and give it a name if you want.

partition stockage usb supprime
GParted -- A free application for graphically managing disk device partitions http://gparted.org/
28/01/2016 18:26:45

Parfait pour mettre sur une clé USB bootable pour gérer les partitions quand on arrive plus à booter correctement.

bootable partition disque
Upgrade de VPS OVH - Comment augmenter la taille de votre partition ? - Korben http://korben.info/upgrade-de-vps-ovh-comment-augmenter-la-taille-de-votre-partition.html
24/09/2015 14:44:15

Très intéressant. Ça pourrait me servir un jour, étant donné que les VPS OVH me font de l'oeil.

vps ovh dimension partition stockage disque
VexFlow - HTML5 Music Engraving http://vexflow.com/
19/02/2014 12:45:15

Une librairie Javascript pour faire des partitions musicales, à base de HTML5, Canevas et SVG.

partition musique html5 svg canevas
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn