So I just dual boot the latest version of Ubuntu 23.04 with Windows 10
And I have a total of 4 partitions 1 for Windows 2 other and 1 for Ubuntu I can't edit files on the two other 2 partitions like delete or moving something there from my Ubuntu OS
Please tell me if is there any solution to this or I just have to open my Windows OS in order to edit files in these partitions
Result of sudo -l parted
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 368MB 367MB fat32 boot, esp
2 368MB 209GB 209GB ntfs Basic data partition msftdata
3 209GB 210GB 597MB ntfs hidden, diag
4 210GB 210GB 564MB ntfs hidden, diag
5 210GB 577GB 367GB ntfs msftdata
6 577GB 893GB 316GB ntfs msftdata
7 893GB 901GB 8590MB linux-swap(v1) swap
8 901GB 1000GB 98.8GB ext4
dev/sda5 which is showing mounted but i dont know how to access it
man mount mount.ntfs-3g ntfsfix
. Trysudo mount -o remount,rw _device_ _mountpoint_
. The NTFS volumes must be mounted Read/Write. BTW, you did boot into Windows and do a full Windows shutdown, right? – waltinator Apr 23 '23 at 23:35Please help me if you have any solution
– imposter Apr 25 '23 at 12:29mount
. You can unmount with umount command & try manual mount. Manually Mount NTFS https://askubuntu.com/questions/11840/how-do-i-use-chmod-on-an-ntfs-or-fat32-partition/956072#956072 – oldfred Apr 25 '23 at 14:03sudo parted -l
Are you mounting with fstab or manually by clicking in file browser? – oldfred Apr 25 '23 at 14:21mount
and post just the lines for mount of your NTFS partitions. – oldfred Apr 25 '23 at 17:09