mounting/change permission of partition
by merc718 from LinuxQuestions.org on (#5E4K3)
I set up a partition/ext4 of a nvme. Even though it shows as mounted, i dont think its actually mounted. I have Code:sudo mount /dev/nvme1n1p1 /mnt/data] and i check Code: lsblk -f and it shows as mounted. Whatever files i write to in /mnt/data it remains whether or not the m.2 is mounted or not.
I also tired to change permissions to the partition with Code:sudo chmod 777 /dev/disk/by-uuid/e9a483d3-2923-4e48-818c-4738a9151414 , but it doesnt work. i still have to sudo my cmds.
thanks in advance.
Quote:
Quote:


I also tired to change permissions to the partition with Code:sudo chmod 777 /dev/disk/by-uuid/e9a483d3-2923-4e48-818c-4738a9151414 , but it doesnt work. i still have to sudo my cmds.
thanks in advance.
Quote:
nvme1n1: nvme1n1p1 ext4 1.0 data e9a483d3-2923-4e48-818c-4738a9151414 890.1G 0% /mnt/data |
Disk /dev/nvme1n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors Disk model: PCIe SSD 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: dos Disk identifier: 0xac5f3c30 Device Boot Start End Sectors Size Id Type /dev/nvme1n1p1 2048 2000409263 2000407216 953.9G 83 Linux |