Unable to mount second drive with intel optane

like i said fast startup is off also ntfsfix doesn’ help

ok ill update it

I switched to 5.12.2-2 no effect on that issue

also now is:

sudo ntfsfix /dev/sdb5                                                                                                                                                                                            
Mounting volume... The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb5 was processed successfully. 
sudo mount /dev/sdb5 /home/arturitu12/Data                                                                                                                                                                            
fuse: mount failed: Device or resource busy

but every time i reboot its back to previous error

:

pasteboard co/YFORGKYNrCHT.jpg

next error… only appears if i use ntfsfix before shutdown/reboot
(You need to add a dot after pasteboard cause i cant include links or images in posts idk why)

My mistake, i didn’t take the time to read everything.


It’s as if the drive is too slow to start up when the system boots. You might work around this by explicitly setting mount options for its partitions, and use an option that let’s it enough time to properly start (see man mount).

Alternatively, this may be a sign that your drive is starting to fail.
S.M.A.R.T. - ArchWiki.

What looks strange to me is that its look like a RAID controller is active and ‘sdb’ is attached to it. Have you done changes in your bios/uefi or connect the hdd to an other sata port?

nothing at all, like i said maybe its cause of optane. But i had prevoilsy dual-boot Ubuntu Studio and same Win11 everything was ok.

again you didn’t read, i done fstab and mountpoint and its not working aslo my fstab:

UUID=C4809BFD809BF460                     /home/arturitu12/Programy ntfs-3g auto,nofail,uid=1000,gid=1000,utf8,umask=022,defaults 0 0
UUID=FCB0AC91B0AC5444                     /home/arturitu12/Data ntfs-3g auto,nofail,uid=1000,gid=1000,utf8,umask=022,defaults 0 0

Hello @Arturitu12 and welcome :wink:

What I understand here is:

  1. You have Intel RAID Controller which is running in AHCI mode:
  1. As you said, you have a an Intel Optane running, there which is by definition like a special raid1 software mode.
  1. I believe (not sure), that the MetaCache is on the optane drive and therefore it cannot be mounted.

I am not an expert of Intel Fake Raid or Optane, but could you run and post the output?

sudo mdadm --detail --scan

I believe the drive is blocked, because it is somehow linked to the Optane Drive.

Hi, here you are:

sudo mdadm --detail --scan                                                                                                                                                                                   
ARRAY /dev/md/imsm0 metadata=imsm UUID=08ee01e5:0219ee1f:f0b84d98:b60c2a9b

1 Like

OK, idea for checking the drive:

Please post the output of:

mount

as well as

smartctl  --all /dev/sda

and

smartctl  --all /dev/sdb

and

smartctl  --all /dev/sdc
1 Like

mount:

mount                                                                                                                                                                                                                  ✔ 
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=4021788k,nr_inodes=1005447,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda3 on / type ext4 (rw,noatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13796)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
tmpfs on /tmp type tmpfs (rw,noatime,inode64)
/dev/sda5 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=805936k,nr_inodes=201484,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

/dev/sda is my SSD which working ok, both win and manjaro partition is accessible:

sudo smartctl  --all /dev/sda                                                                                                                                                                                       
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.2-2-MANJARO] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Marvell based SanDisk SSDs
Device Model:     SanDisk SSD PLUS 240GB
Serial Number:    1907DE801023
LU WWN Device Id: 5 001b44 8b9399d49
Firmware Version: UF5000RL
User Capacity:    240 065 183 744 bytes [240 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
TRIM Command:     Available, deterministic
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 T13/2015-D revision 3
SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sat Dec  4 15:09:51 2021 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (  32) The self-test routine was interrupted
                                        by the host with a hard or soft reset.
Total time to complete Offline 
data collection:                (  120) seconds.
Offline data collection
capabilities:                    (0x15) SMART execute Offline immediate.
                                        No Auto Offline data collection support.
                                        Abort Offline collection upon new
                                        command.
                                        No Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        No Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine 
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  42) minutes.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0032   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       7391
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       2065
165 Total_Write/Erase_Count 0x0032   100   100   000    Old_age   Always       -       9499
166 Min_W/E_Cycle           0x0032   100   100   ---    Old_age   Always       -       62
167 Min_Bad_Block/Die       0x0032   100   100   ---    Old_age   Always       -       0
168 Maximum_Erase_Cycle     0x0032   100   100   ---    Old_age   Always       -       104
169 Total_Bad_Block         0x0032   100   100   ---    Old_age   Always       -       244
170 Unknown_Marvell_Attr    0x0032   100   100   ---    Old_age   Always       -       0
171 Program_Fail_Count      0x0032   100   100   000    Old_age   Always       -       0
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 Avg_Write/Erase_Count   0x0032   100   100   000    Old_age   Always       -       62
174 Unexpect_Power_Loss_Ct  0x0032   100   100   000    Old_age   Always       -       252
184 End-to-End_Error        0x0032   100   100   ---    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   ---    Old_age   Always       -       0
194 Temperature_Celsius     0x0022   070   052   000    Old_age   Always       -       30 (Min/Max 19/52)
199 SATA_CRC_Error          0x0032   100   100   ---    Old_age   Always       -       0
230 Perc_Write/Erase_Count  0x0032   100   100   000    Old_age   Always       -       6926 3112 6926
232 Perc_Avail_Resrvd_Space 0x0033   100   100   005    Pre-fail  Always       -       100
233 Total_NAND_Writes_GiB   0x0032   100   100   ---    Old_age   Always       -       15389
234 Perc_Write/Erase_Ct_BC  0x0032   100   100   000    Old_age   Always       -       72433
241 Total_Writes_GiB        0x0030   100   100   000    Old_age   Offline      -       23720
242 Total_Reads_GiB         0x0030   100   100   000    Old_age   Offline      -       53404
244 Thermal_Throttle        0x0032   000   100   ---    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

Selective Self-tests/Logging not supported

/dev/sdb which is that HDD+Optane:

sudo smartctl  --all /dev/sdb                                                                                                                                                                                          ✔ 
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.2-2-MANJARO] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Blue
Device Model:     WDC WD10EZEX-22MFCA0
Serial Number:    WD-WCC6Y2LLA8X4
LU WWN Device Id: 5 0014ee 210010337
Firmware Version: 01.01A01
User Capacity:    1 000 204 886 016 bytes [1,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 3b
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sat Dec  4 15:11:07 2021 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82) Offline data collection activity
                                        was completed without error.
                                        Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever 
                                        been run.
Total time to complete Offline 
data collection:                (10620) seconds.
Offline data collection
capabilities:                    (0x7b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine 
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        ( 111) minutes.
Conveyance self-test routine
recommended polling time:        (   5) minutes.
SCT capabilities:              (0x3035) SCT Status supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   178   171   021    Pre-fail  Always       -       2075
  4 Start_Stop_Count        0x0032   098   098   000    Old_age   Always       -       2336
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   090   090   000    Old_age   Always       -       7982
 10 Spin_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   098   098   000    Old_age   Always       -       2280
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       285
193 Load_Cycle_Count        0x0032   196   196   000    Old_age   Always       -       14324
194 Temperature_Celsius     0x0022   107   089   000    Old_age   Always       -       36
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   200   200   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   200   200   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.


/dev/sdc is my usb stick i forgot to unplug its works too

Ah nice that makes it clearer… Now please:

sudo mdadm --examine /dev/md/imsm0
1 Like
sudo mdadm --examine /dev/md/imsm0                                                                                                                                                                                     ✔ 
/dev/md/imsm0:
          Magic : Intel Raid ISM Cfg Sig.
        Version : 1.4.01
    Orig Family : b78aebf6
         Family : b78aebf6
     Generation : 0000ea88
mdadm: (IMSM): Unsupported attributes : 3000000
     Attributes : not supported
           UUID : 08ee01e5:0219ee1f:f0b84d98:b60c2a9b
       Checksum : 93474d28 correct
    MPB Sectors : 1
          Disks : 1
   RAID Devices : 1

  Disk00 Serial : WD-WCC6Y2LLA8X4
          State : active
             Id : 00000004
    Usable Size : 1953520896 (931.51 GiB 1000.20 GB)

[WD-WCC6Y2LLA8X4]:
           UUID : da897890:58f11656:d9f34214:c2f98b98
     RAID Level : 0
        Members : 1
          Slots : [U]
    Failed disk : none
      This Slot : 0
    Sector Size : 512
     Array Size : 1953520647 (931.51 GiB 1000.20 GB)
   Per Dev Size : 1953520911 (931.51 GiB 1000.20 GB)
  Sector Offset : 0
    Num Stripes : 15261882
     Chunk Size : 64 KiB
       Reserved : 0
  Migrate State : idle
      Map State : normal
    Dirty State : clean
     RWH Policy : off

1 Like

sda5 not equal to sdb5 … It is perfectly fine…

Em… its sda5 which is my efi partition… on that quote…

I guess in general, you need to setup the software raid again (assemble)…

sudo mdadm --assemble --scan

It should add all devices to an array…

Then check again:

sudo mdadm --detail --scan 

opps sry … my fault

sudo mdadm --assemble --scan 
mdadm: No arrays found in config file or automatically