Bonsoir,
Je viens de réinstaller complètement mon vieux portable. À tort ou à raison je me suis dit que j’allais conserver Windows xp, en double boot avec Debian. J’ai créé une partition d’échange/de données, pour l’instant formatée en fat32 avec l’installateur Debian (/dev/sda6 > /Data). J’aimerais la passer en ntfs, pour ne pas avoir à la défragmenter en permanence. Que dois-je faire, dans linux et dans windows, pour que ça se passe bien ?
sfdisk -f
[code]root@paris:/home/darko# sfdisk -l
Disk /dev/sda: 19457 cylinders, 255 heads, 63 sectors/track
sfdisk: Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
Units: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 2552 2553- 20506941 7 HPFS/NTFS/exFAT
/dev/sda2 2553+ 5106- 2554- 20507648 83 Linux
/dev/sda3 5106+ 19457- 14351- 115273729 5 Extended
/dev/sda4 0 - 0 0 0 Empty
/dev/sda5 5106+ 7051- 1946- 15624192 83 Linux
/dev/sda6 7051+ 18905- 11854- 95213568 b W95 FAT32
/dev/sda7 18905+ 19457- 552- 4433920 82 Linux swap / Solaris
[/code]
df
root@paris:/home/darko# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 20054280 2695288 16317228 15% /
udev 10240 0 10240 0% /dev
tmpfs 206336 5076 201260 3% /run
tmpfs 515832 68 515764 1% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 515832 0 515832 0% /sys/fs/cgroup
/dev/sda6 95190304 32 95190272 1% /data
/dev/sda5 15247760 60336 14389832 1% /home
tmpfs 103168 4 103164 1% /run/user/118
tmpfs 103168 8 103160 1% /run/user/1000
: