私はUbuntuにかなり慣れていませんが、Linuxがどのように機能するかをまだ学習しています。
私の質問は簡単です。しかし、最初に、私のコンテキストを説明します。
新しいラップトップを手に入れ、それにWindows 10に加えてUbuntu 18.04 LTSを追加しました。また、NTFSに3つ目のパーティションを作成し、両方のOSが必要に応じて相互にファイルを共有できるようにしました。 Ubuntuに正しくマウントしました。Windows10でもアクセスできます。
しかし、Ubuntuで作成したWindows 10でファイルを表示できません。 Ubuntuで起動したときにも、Windows 10で作成したファイルが表示されません。
両方のOSで作成したファイルは、共有パーティションをテストするためだけに.txtファイルです。
Windows 10を使用している場合、共有パーティション上のUbuntuファイルを確認するにはどうすればよいですか?また、同じ共有パーティションにあるUbuntuでWindows 10ファイルを表示するにはどうすればよいですか?
編集(Shunz氏への回答):
$ Sudo fdisk -l
の出力:
/dev/loop0: 14.5 MiB, 15208448 bytes, 29704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 3.7 MiB, 3878912 bytes, 7576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 34.6 MiB, 36216832 bytes, 70736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 456.4 MiB, 478527488 bytes, 934624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 184.8 MiB, 193806336 bytes, 378528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 140.7 MiB, 147496960 bytes, 288080 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: E9EA0CA7-17E8-4BDB-9892-D6D1E154E090
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 534527 532480 260M EFI System
/dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved
/dev/nvme0n1p3 567296 499080587 498513292 237.7G Microsoft basic data
/dev/nvme0n1p4 793366528 998164479 204797952 97.7G Microsoft basic data
/dev/nvme0n1p5 998166528 1000214527 2048000 1000M Windows recovery environmen
/dev/nvme0n1p6 499081216 793366527 294285312 140.3G Linux filesystem
Partition table entries are not in disk order.
Disk /dev/loop8: 91 MiB, 95408128 bytes, 186344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 104.2 MiB, 109252608 bytes, 213384 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 3.7 MiB, 3854336 bytes, 7528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 53.7 MiB, 56315904 bytes, 109992 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
$ ls -laR /dev/nvme0n1p4
の出力:
brw-rw---- 1 root disk 259, 4 May 10 18:18 /dev/nvme0n1p4
SOLUTION FOUND:問題が何であるかを見つけました。見つけるのは簡単ではありませんでしたが、ようやく問題を解決しました。同じ問題がある場合は、こちらを参照してください。 読み取り専用パーティション、デュアルブートWIn1
質問者@ Bravo2bad、あなたはサンプルのfile.txt
ファイルをWindows 10のNTFSパーティションディスクに提出しています。Ubuntuからread-write
モードでそのファイルにアクセスする前に、パーティションにrw。
通常、全員が/etc/fstab
に直接エントリを作成しようとしますが、これは通常の慣行と見なされます。それでも、変更の場合は、GUIを使用して/etc/fstab
ファイルにエントリを作成し、このプロセスでこのGUIメソッドを普及させます。
以下のようにbash
を開き、Disks
を検索します。
Disks
をクリックしてソフトウェアを開き、目的のNTFSパーティションディスクを選択します。ターゲットディスクが1 TBで、すべてNTFSファイルシステムの3つのパーティションがあるとします。
read-write
として作成するのはWarehouse
パーティションであると想定します。
小さな赤いボックスに表示されているcog
アイコンをクリックすると、すぐにドロップダウンメニューが表示されます。 Edit Mount Options ...をクリックすると、、rw以下のスクリーンショットに示すように:
OK
を押して終了します。
次に、以下のように/mnt
ディレクトリにシンボリックリンクを作成します。
$ cd /mnt
$ Sudo ln -s F6A4656DA46530F3 Warehouse
次のコマンドを発行して、symlink Warehouse
が正しく作成されたことを確認するには:
$ ls -l /mnt
drwxrwxrwx 1 root root 4096 May 8 02:31 F6A4656DA46530F3
lrwxrwxrwx 1 root root 16 May 6 11:22 Warehouse -> F6A4656DA46530F3
次のコマンドを実行して、GUIメソッドによって/etc/fstab
ファイルにエントリが正常に作成されたことを確認します。
$ cat /etc/fstab | grep F6A4656DA46530F3
/dev/disk/by-uuid/F6A4656DA46530F3 /mnt/F6A4656DA46530F3 auto nosuid,nodev,nofail,x-gvfs-show,rw 0 0
これで、Ubuntuからこのパーティション上の任意のファイルにアクセスまたは作成できます。このNTFSパーティションでUbuntuから作成されたファイルは、Windows 10からもアクセスできます。
@Marmayogi回答ありがとうございます。あなたは私にかなりうまく進める方法を説明します。
しかし、私はあなたの説明を一歩一歩追いました、そしてここに私の結果があります:
512 BGディスクウィンドウマウントオプションサブウィンドウ
$ Sudo ln -s F8D42178D4213A70 SharedPartition
およびls -l /mnt/
の出力:
total 4
drwxrwxrwx 1 root root 4096 May 9 20:17 F8D42178D4213A70
lrwxrwxrwx 1 root root 16 May 12 22:14 SharedPartition -> F8D42178D4213A70
$ cat /etc/fstab | grep F8D42178D4213A70
の出力:
/dev/disk/by-uuid/F8D42178D4213A70 /mnt/F8D42178D4213A70 auto nosuid,nodev,nofail,x-gvfs-show,rw 0 0
次に、パーティションに新しいfile.txtを作成しようとしました。
$ touch /mnt/SharedPartition/fileUbuntu.txt
の出力:
touch: cannot touch '/mnt/SharedPartition/fileUbuntu.txt': Read-only file system
だから、これは私の問題を解決しませんでしたが、とにかく試みてくれてありがとう。 :)
更新:問題が何であるかを見つけました。見つけるのは簡単ではありませんでしたが、ようやく問題を解決しました。同じ問題がある場合は、こちらを参照してください。 読み取り専用パーティション、デュアルブートWIn1
あなたの設定は私のものに似ています:
$ lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,MODEL |egrep -v "^loop"
NAME FSTYPE LABEL MOUNTPOINT SIZE MODEL
nvme0n1 477G Samsung SSD 960 PRO 512GB
├─nvme0n1p9 swap [SWAP] 7.9G
├─nvme0n1p7 ext4 Old_Ubuntu_16.04 /mnt/old 23.1G
├─nvme0n1p5 ntfs 859M
├─nvme0n1p3 16M
├─nvme0n1p1 ntfs 450M
├─nvme0n1p8 ntfs Shared_WSL+Linux /mnt/e 9G
├─nvme0n1p10 ext4 Ubuntu_18.04 /mnt/clone 27.2G
├─nvme0n1p6 ext4 New_Ubuntu_16.04 / 45.1G
├─nvme0n1p4 ntfs NVMe_Win10 /mnt/c 363.2G
└─nvme0n1p2 vfat /boot/efi 99M
sr0 1024M DVD+/-RW DW316
sda 931.5G HGST HTS721010A9
├─sda4 ntfs WINRETOOLS 450M
├─sda2 128M
├─sda5 ntfs Image 11.4G
├─sda3 ntfs HGST_Win10 /mnt/d 919G
└─sda1 vfat ESP 500M
Ubuntu + Windows 10共有パーティションに注意してください:
nvme0n1p8 ntfs Shared_WSL+Linux /mnt/e 9G
UUIDを取得するには:
$ lsblk -o NAME,LABEL,TYPE,UUID |egrep -v "^loop"
NAME LABEL TYPE UUID
nvme0n1 disk
├─nvme0n1p9 part b4512bc6-0ec8-4b17-9edd-88db0f031332
├─nvme0n1p7 Old_Ubuntu_16.04 part f3f8e7bc-b337-4194-88b8-3a513f6be55b
├─nvme0n1p5 part C0C65F23C65F18CC
├─nvme0n1p3 part
├─nvme0n1p1 part 7040FA5240FA1F12
├─nvme0n1p8 Shared_WSL+Linux part F2C2ACE4C2ACADF3
├─nvme0n1p10 Ubuntu_18.04 part 8337e8c8-6461-44f2-b5fe-dfd5b6b05883
├─nvme0n1p6 New_Ubuntu_16.04 part b40b3925-70ef-447f-923e-1b05467c00e7
├─nvme0n1p4 NVMe_Win10 part 5CCC5867CC583E08
└─nvme0n1p2 part D656-F2A8
sr0 rom
sda disk
├─sda4 WINRETOOLS part 221A463E1A460F6B
├─sda2 part
├─sda5 Image part 38D4470BD446CB38
├─sda3 HGST_Win10 part F03ED48E3ED44F6A
└─sda1 ESP part 9478-B6E2
私のUUIDに注意してください。共有パーティション用に取得する必要があります。
├─nvme0n1p8 Shared_WSL+Linux part F2C2ACE4C2ACADF3
/etc/fstab
ファイルを変更するUbuntu + Windows 10共有パーティションをUbuntuの/etc/fstab
ファイルに設定して、書き込み権限で正しくマウントされるようにする必要があります。
$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p6 during installation
UUID=b40b3925-70ef-447f-923e-1b05467c00e7 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=D656-F2A8 /boot/efi vfat umask=0077 0 1
# Windows drives C, D & E
UUID=F2C2ACE4C2ACADF3 /mnt/e ntfs-3g permissions,locale=en_US.utf8,x-gvfs-show 0 0
UUID=F03ED48E3ED44F6A /mnt/d ntfs-3g permissions,locale=en_US.utf8 0 0
UUID=5CCC5867CC583E08 /mnt/c ntfs-3g permissions,locale=en_US.utf8,x-gvfs-show 0 0
# Broken Ubuntu 16.04
UUID=f3f8e7bc-b337-4194-88b8-3a513f6be55b /mnt/old ext4 x-gvfs-show 0 0
# Clone Ubuntu 18.04
UUID=8337e8c8-6461-44f2-b5fe-dfd5b6b05883 /mnt/clone ext4 x-gvfs-show 0 0
# swap was on /dev/nvme0n1p9 during installation
UUID=b4512bc6-0ec8-4b17-9edd-88db0f031332 none swap sw 0 0
次の行に注意してください。
UUID=F2C2ACE4C2ACADF3 /mnt/e ntfs-3g permissions,locale=en_US.utf8,x-gvfs-show 0 0
/mnt/e
は、パーティションがマウントされたときにUbuntuに与えられる人工的な場所です。 "D:\"がWindows 10で共有パーティションに付けられている名前である場合は、/mnt/d
の方が快適かもしれません。