You are not logged in.
Sorry if I'm not making a perfect post, tried to replicate clear posts
My computer is on dual-boot. I have 2 SSDs and 1 HDD, arch is on an SSD, the windows boot is on the other and the HDD is where I store the files and etc.
I am trying to mount the HDD so that I can access those files on arch too and not need to swap OS every time just to read a file. I tried following this guide https://www.youtube.com/watch?v=HnRsel0-Qzc but when I run
lsblk -fthis is my output
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
├─sda2
└─sda3
sdb
├─sdb1 vfat FAT32 20D5-919B 831.9M 19% /boot
└─sdb2 btrfs 82569ccd-8e21-4ed1-a07c-7f074077f684 765.4G 17% /var/log
/var/cache/pacman/pkg
/home
/.snapshots
/
zram0 [SWAP]
nvme0n1
├─nvme0n1p1 vfat FAT32 2283-68E0
├─nvme0n1p2
├─nvme0n1p3 ntfs DE7684137683EA9B
└─nvme0n1p4 ntfs BA58A42958A3E27D I don't have the UUID of the sda which is my HDD. How can I proceed?
Last edited by raysuoo (2024-12-09 17:44:11)
Offline
I tried following this guide https://www.youtube.com/watch?v=HnRsel0-Qzc
https://wiki.archlinux.org/title/Installation_guide
https://wiki.archlinux.org/title/Dual_boot_with_Windows - and notably the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
lsblk -f … don't have the UUID of the sda which is my HDD
Is that from some chroot? Sure sda isn't the install iso?
Offline
Just checked and fast boot is disabled. I am sure that the sda is not the iso and is my HDD because of the size. I can differentiate them easily by their size
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 1.8T 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 127M 0 part
└─sda3 8:3 0 1.8T 0 part
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 1G 0 part /boot
└─sdb2 8:18 0 930.5G 0 part /var/log
/var/cache/pacman/pkg
/home
/.snapshots
/
zram0 254:0 0 4G 0 disk [SWAP]
nvme0n1 259:0 0 465.8G 0 disk
├─nvme0n1p1 259:1 0 100M 0 part
├─nvme0n1p2 259:2 0 16M 0 part
├─nvme0n1p3 259:3 0 418.6G 0 part
└─nvme0n1p4 259:4 0 499M 0 part Arch is working perfectly but I wanted to have access to that disk, if I do
sudo mount /dev/sda3 /mnt/Windowsbut the output is as following
mount: /mnt/Windows: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error.Offline
Is the drive bitlocker encrypted?
Offline
No it is not, neither device or driver encrypted. On windows I can see the main drive and the partition that I created for sharing the files and it's seemingly all regular
Offline
sudo file -s /dev/sda3
sudo fdisk -l /dev/sdaOffline
the first one
/dev/sda3: datathe second one
Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: ST2000DM006-2DM1
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: gpt
Disk identifier: 7C9238C0-0DCA-483E-85FC-9C75DAB0485B
Device Start End Sectors Size Type
/dev/sda1 34 2081 2048 1M Microsoft LDM metadata
/dev/sda2 2082 262177 260096 127M Microsoft reserved
/dev/sda3 262178 3907029134 3906766957 1.8T Microsoft LDM data
Partition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.Offline
Offline
Finally got it using ldmtool!! TY
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline