私はLinuxに初めて触れました。 Windowsと2つのドライブがありますC
。D
Windowsの電源が入っていますC
。その後、Windowsの代わりにUbuntuをインストールし、ファイルがD
保存されると予想しました。しかし、見つかりません。
私が知っている限り、この目的のために何かをインストールする必要があるのにsda*
適したsudo lsblk
デバイスが見つかりませんでした。すべてインストールしてみましたが、結果はありませんでした。申し訳ありません。sudo lsblk
これはすべて私の友人のラップトップで発生し、友達が今離れているので出力を提供することはできません。
それでは、ファイルがまだどこかに存在する可能性はありますか?
答え1
@Celeoが共有したように、あなたの可能性は薄いと思います。インストールする前に実行する必要がある2つのことは次のとおりです。
ㅏ。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
別のドライブデータが必要な場合は、Ubuntuのインストール中に最初のオプションを選択しないでください