저는 Linux를 처음 접했습니다. Windows와 두 개의 드라이브가 있습니다 C
. D
Windows가 켜져 있습니다 C
. 그런 다음 Windows 대신 Ubuntu를 설치했는데 파일이 D
보존될 것으로 예상했습니다. 하지만 찾을 수 없습니다.
제가 아는 한, 이 목적을 위해 무언가를 설치해야 하는데 sda*
적합한 sudo lsblk
장치를 찾지 못했습니다. 모두 설치해 보았지만 결과가 없었습니다. 죄송합니다. sudo lsblk
이 모든 일이 내 친구의 노트북에서 발생하고 친구가 지금 멀리 있기 때문에 출력을 제공할 수 없습니다 .
그렇다면 파일이 여전히 어딘가에 존재할 가능성이 있습니까?
답변1
@Celeo가 공유했듯이 귀하의 가능성은 희박하다고 생각합니다. 설치하기 전에 수행해야 할 두 가지 작업은 다음과 같습니다.
ㅏ. D
이 작업을 수행하기 전에 드라이브의 내용을 백업하십시오. b. D
파티션을 축소한 다음 E
비어 있는 공간으로 만듭니다.
그런 다음 설치 시 E를 선택하여 Ubuntu 또는 설치하려는 GNU/Linux 배포판을 설치합니다. 그런 다음 설치가 완료되면 MS-Windows 파티션을 볼 수 있습니다.ntfs-3g driver
$ aptitude show ntfs-3g
Package: ntfs-3g
State: installed
Automatically installed: yes
Version: 1:2014.2.15AR.3-1
Priority: optional
Section: otherosfs
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Architecture: amd64
Uncompressed Size: 1,542 k
Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), libgnutls-deb0-28 (>= 3.3.0), libgpg-error0 (>= 1.14)
PreDepends: multiarch-support, fuse
Provides: libntfs-3g853
Description: read/write NTFS driver for FUSE
NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows.
Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/
도움이 될 수 있는 몇 가지 포렌식 도구가 있을 수 있지만 @Celeo가 공유한 것처럼 모든 것은 설치 방법에 따라 다릅니다.
마지막으로 NTFS 파티션:-
$ mount | grep Data
/dev/sda5 on /media/shirish/Data type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
실제로 fdisk도 일부 출력을 제공해야 합니다. 이는 이중 부팅 시스템에서 나온 것입니다.
$ sudo fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: xxxxxxxxx
Device Boot Start End Sectors Size Id Type
/dev/sda1 63 102398309 102398247 48.8G 7 HPFS/NTFS/exFAT
/dev/sda2 102398371 1953523711 1851125341 882.7G f W95 Ext'd (LBA)
/dev/sda5 102398373 204796619 102398247 48.8G 7 HPFS/NTFS/exFAT
/dev/sda6 * 204797952 595421183 390623232 186.3G 83 Linux
/dev/sda7 595423232 790732799 195309568 93.1G 83 Linux
/dev/sda8 790734848 1943076863 1152342016 549.5G 83 Linux
/dev/sda9 1943078912 1953523711 10444800 5G 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.
Partition 6 does not start on physical sector boundary.
Even this should give you some output, see that /dev/sda1 and /dev/sda5 are both NTFS partitions.
답변2
다른 드라이브 데이터를 원하면 우분투를 설치하는 동안 첫 번째 옵션을 선택하지 마십시오