[Risolto] Error mounting Memoria USB "Samsung M3 Portable"

Riconoscimento, installazione e configurazione delle periferiche.
Scrivi risposta
Avatar utente
Sargonsei
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2563
Iscrizione: domenica 17 febbraio 2008, 13:56

[Risolto] Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da Sargonsei »

Salve a tutti. Da alcuni giorni, quando connetto la Memoria USB "Samsung M3 Portable" al PC con Lubuntu 24.4 (ovvero con qualsiasi altro Sistema Operativo), la memoria non viene montata e compare il messaggio di errore "Error mounting /dev/sdb1 at /media/lubuntu24l4/ntfs01: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error".
A giudicare dall'output dei comandi

Codice: Seleziona tutto

:~$ sudo fdisk -l|tail -10
Disk /dev/sdb: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: M3 Portable     
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: dos
Disk identifier: 0x32dd665e

Dispositivo Avvio Start      Fine   Settori   Size Id Tipo
/dev/sdb1   *        64 976768064 976768001 465,8G  7 HPFS/NTFS/exFAT
:~$ A0=`dmesg|grep found|grep idVendor|tail -1`; echo $A0; B1=${A0/*b /""}; B0=${B1/:*/""}; C1=${A0/*r=/""}; C2=${C1/,*t=/":"}; C0=${C2/,*/""}; lsusb -vd "$C0"|head -17; lsusb -tvv |grep $B0 -B2 # Se l'ultima periferica connessa alla porta USB del PC è ancora connessa, ne mostra le caratteristiche principali.
[ 864.358080] usb 4-2: New USB device found, idVendor=04e8, idProduct=61b3, bcdDevice=13.06
Couldn't open device, some information will be missing

Bus 004 Device 004: ID 04e8:61b3 Samsung Electronics Co., Ltd Samsung M3 Portable
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 [unknown]
  bDeviceSubClass         0 [unknown]
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0x04e8 Samsung Electronics Co., Ltd
  idProduct          0x61b3 Samsung M3 Portable
  bcdDevice           13.06
  iManufacturer           1 Samsung M3 Portable
  iProduct                2 Samsung M3 Portable
  iSerial                 3 902E7DF71F000080
  bNumConfigurations      1
    |__ Port 002: Dev 004, If 0, Class=Mass Storage, Driver=uas, 5000M
        ID 04e8:61b3 Samsung Electronics Co., Ltd 
        /sys/bus/usb/devices/4-2  /dev/bus/usb/004/004
:~$ dmesg | grep sd| tail -45
[  147.194502] sd 2:0:0:0: Attached scsi generic sg2 type 0
[  147.195510] sd 2:0:0:0: [sdb] 246162672 512-byte logical blocks: (126 GB/117 GiB)
[  147.195520] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[  147.195708] sd 2:0:0:0: [sdb] Write Protect is off
[  147.195714] sd 2:0:0:0: [sdb] Mode Sense: 53 00 00 08
[  147.196048] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  147.196428] sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[  147.196435] sd 2:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[  147.198956]  sdb: sdb1
[  147.199249] sd 2:0:0:0: [sdb] Attached SCSI disk
[  151.662507] ntfs3: sdb1: ino=27, Correct links count -> 2.
[  151.662674] ntfs3: sdb1: ino=28, Correct links count -> 2.
[  151.662821] ntfs3: sdb1: ino=29, Correct links count -> 2.
[  151.662935] ntfs3: sdb1: ino=2a, Correct links count -> 2.
[  151.663043] ntfs3: sdb1: ino=2b, Correct links count -> 2.
[  151.663160] ntfs3: sdb1: ino=2c, Correct links count -> 2.
[  151.663270] ntfs3: sdb1: ino=2d, Correct links count -> 2.
[  151.663392] ntfs3: sdb1: ino=2e, Correct links count -> 2.
[  151.663507] ntfs3: sdb1: ino=2f, Correct links count -> 2.
[  151.663625] ntfs3: sdb1: ino=30, Correct links count -> 2.
[  196.308203] sd 2:0:0:0: [sdb] Synchronizing SCSI cache
[  196.428132] sd 2:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  260.907478] sd 2:0:0:0: Attached scsi generic sg2 type 0
[  260.937170] sd 2:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[  260.937347] sd 2:0:0:0: [sdb] Write Protect is off
[  260.937353] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
[  260.937563] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  260.937892] sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[  260.937899] sd 2:0:0:0: [sdb] Optimal transfer size 33553920 bytes
[  260.995963]  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 >
[  260.996915] sd 2:0:0:0: [sdb] Attached SCSI disk
[  344.930993] sd 2:0:0:0: [sdb] Synchronizing SCSI cache
[  345.051036] sd 2:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  864.370136] sd 2:0:0:0: Attached scsi generic sg2 type 0
[  866.315248] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[  866.315272] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[  866.315531] sd 2:0:0:0: [sdb] Write Protect is off
[  866.315543] sd 2:0:0:0: [sdb] Mode Sense: 53 00 00 08
[  866.316031] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  866.316509] sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[  866.316524] sd 2:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[  866.319432]  sdb: sdb1
[  866.319855] sd 2:0:0:0: [sdb] Attached SCSI disk
[  866.881056] ntfs3: sdb1: It is recommened to use chkdsk.
[  866.949896] ntfs3: sdb1: volume is dirty and "force" flag is not set!
:~$
l'hardware viene riconosciuto, ma non viene montato, come se il file-system fosse corrotto.
Volendo ripristinare il file-system tramite l'apposita partizione presente in Lubuntu 22.4, ho aperto KDE Partition Manager, ho selezionato la partizione sdb1 ed ho selezionato
[Partizione]>[Verifica] + [Applica]
e mi è apparso il seguente messaggio di errore:

Codice: Seleziona tutto

Controlla e ripara la partizione «/dev/sdb1» (465,76 GiB,ntfs) 
 Operazione: Controlla il file system nella partizione «/dev/sdb1» 
  Comando: ntfsresize --no-progress-bar --info --force --verbose /dev/sdb1 
  Controlla il file system nella partizione «/dev/sdb1»: Errore
  Controlla e ripara la partizione «/dev/sdb1» (465,76 GiB,ntfs): Errore
Allora ho provato il ripristino del file-system da terminale:

Codice: Seleziona tutto

:~$ sudo fsck -c /dev/sdb1
[sudo] password di lubuntu24l4: 
fsck da util-linux 2.39.3
:~$ sudo dosfsck -a -v /dev/sdb1
[sudo] password di lubuntu24l4: 
fsck.fat 4.2 (2021-01-31)
Currently, only 1 or 2 FATs are supported, not 0.
:~$ 
ma non ho ottenuto alcun risultato.
Attendo suggerimenti per ripristinare il file-system della memoria USB.
Saluto e ringrazio chi parteciperà alla discussione.
Ultima modifica di Sargonsei il venerdì 16 agosto 2024, 22:29, modificato 1 volta in totale.
Postare l'output di un comando significa inserire nel post: la riga in cui si digita il comando, tutto l'output, e la riga in cui il prompt ricompare.
Hardware e Sistema Operativo di Sargonsei: http://sargonsei.altervista.org/hardwar ... r-fisso-2/
Comandi da tenere a portata di mano: http://sargonsei.altervista.org/655-2/
Avatar utente
wilecoyote
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 15816
Iscrizione: giovedì 20 agosto 2009, 16:21
Desktop: Kubuntu et alii
Distribuzione: 9.04 32bit 14/18/20/22.04 LTS 64bit
Sesso: Maschile
Località: Ceranesi - Ge

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da wilecoyote »

:) Salve, leggere in proposito questo paragrafo della wiki Hardware/DispositiviPartizioni/
MontarePartizioni/Ntfs#Risoluzione_dei_problemi
.

Il file system Ntfs è un tantino delicatino.

Verifica pure il HDD:

Codice: Seleziona tutto

sudo smartctl -a /dev/sd×
Se hai solo 2 HDD la × dovrebbe essere sostituita dalla b, controlla preventivamente qual'è la lettera giusta.

:: Ciao
ACER Extensa 5230E 2,2 Ghz cpu Celeron 900 hdd 160 GB Ram 1 GB scheda video Intel GM500
ACER Extensa 5635Z 2,2 Ghz cpu Celeron T3100 hdd 320 GB Ram 4 GB scheda video Intel Mobile 4
Quando una Finestra chiusa incontra un Pinguino la Finestra chiusa è una Finestra aperta.
Avatar utente
Sargonsei
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2563
Iscrizione: domenica 17 febbraio 2008, 13:56

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da Sargonsei »

wilecoyote ha scritto:
giovedì 15 agosto 2024, 16:50
:) Salve, leggere in proposito questo paragrafo della wiki Hardware/DispositiviPartizioni/
MontarePartizioni/Ntfs#Risoluzione_dei_problemi
.

Il file system Ntfs è un tantino delicatino.
Quando avrò recuperato i dati ivi salvati, sarò disponibilissimo a ri-formattare il disco rigido con un qualsiasi altro file-sistem:
1) accessibile sia da Linux, sia da Windows senza dover installare software particolare
2) su cui sia possibile salvare files di dimensioni di oltre 4 GB
3) su cui sia possibile DISATTIVARE i permessi.
wilecoyote ha scritto:
giovedì 15 agosto 2024, 16:50
Verifica pure il HDD:

Codice: Seleziona tutto

sudo smartctl -a /dev/sd×
Se hai solo 2 HDD la × dovrebbe essere sostituita dalla b, controlla preventivamente qual'è la lettera giusta.

:: Ciao
Ecco l'output che hai chiesto.

Codice: Seleziona tutto

ubuntu24l4@lubuntu24l4-x555yi:~$ sudo smartctl -a /dev/sdb
[sudo] password di lubuntu24l4: 
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-40-generic] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Samsung SpinPoint M8U (USB)
Device Model:     ST500LM014 HN-M500ABB
Serial Number:    F3882G92AC3GVA
LU WWN Device Id: 0 000000 000000000
Firmware Version: 2BA30002
User Capacity:    500.107.862.016 bytes [500 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
Device is:        In smartctl database 7.3/5528
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Thu Aug 15 21:28:02 2024 CEST
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:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever 
                                        been run.
Total time to complete Offline 
data collection:                ( 6120) seconds.
Offline data collection
capabilities:                    (0x5b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No 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:        ( 102) minutes.
SCT capabilities:              (0x003f) SCT Status supported.
                                        SCT Error Recovery Control 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   100   100   051    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0026   252   252   000    Old_age   Always       -       0
  3 Spin_Up_Time            0x0023   093   092   025    Pre-fail  Always       -       2358
  4 Start_Stop_Count        0x0032   096   096   000    Old_age   Always       -       4513
  5 Reallocated_Sector_Ct   0x0033   252   252   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   252   252   051    Old_age   Always       -       0
  8 Seek_Time_Performance   0x0024   252   252   015    Old_age   Offline      -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       455
 10 Spin_Retry_Count        0x0032   252   252   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   252   252   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   097   097   000    Old_age   Always       -       3627
191 G-Sense_Error_Rate      0x0022   252   252   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0022   099   099   000    Old_age   Always       -       1089
194 Temperature_Celsius     0x0002   064   055   000    Old_age   Always       -       29 (Min/Max 16/46)
195 Hardware_ECC_Recovered  0x003a   100   100   000    Old_age   Always       -       0
196 Reallocated_Event_Count 0x0032   252   252   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   252   252   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   252   252   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0036   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x002a   100   100   000    Old_age   Always       -       0
223 Load_Retry_Count        0x0032   252   252   000    Old_age   Always       -       0
225 Load_Cycle_Count        0x0032   099   099   000    Old_age   Always       -       16831

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 0
Note: revision number not 1 implies that no selective self-test has ever been run
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Completed [00% left] (0-65535)
    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.

The above only provides legacy SMART information - try 'smartctl -x' for more

lubuntu24l4@lubuntu24l4-x555yi:~$ sudo smartctl -a /dev/sdb1
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-40-generic] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               Samsung
Product:              M3 Portable
Revision:             1306
Compliance:           SPC-4
User Capacity:        500.107.862.016 bytes [500 GB]
Logical block size:   512 bytes
Physical block size:  4096 bytes
LU is fully provisioned
Logical Unit id:      0x3090257467160000
Serial number:        902E7DF71F000080
Device type:          disk
Local Time is:        Thu Aug 15 21:29:28 2024 CEST
SMART support is:     Unavailable - device lacks SMART capability.

=== START OF READ SMART DATA SECTION ===
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Error Counter logging not supported

No Self-tests have been logged

lubuntu24l4@lubuntu24l4-x555yi:~$ 
Postare l'output di un comando significa inserire nel post: la riga in cui si digita il comando, tutto l'output, e la riga in cui il prompt ricompare.
Hardware e Sistema Operativo di Sargonsei: http://sargonsei.altervista.org/hardwar ... r-fisso-2/
Comandi da tenere a portata di mano: http://sargonsei.altervista.org/655-2/
Avatar utente
wilecoyote
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 15816
Iscrizione: giovedì 20 agosto 2009, 16:21
Desktop: Kubuntu et alii
Distribuzione: 9.04 32bit 14/18/20/22.04 LTS 64bit
Sesso: Maschile
Località: Ceranesi - Ge

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da wilecoyote »

) Salve, nessun guasto o danno hardware riportato pel HDD.

Il link alla wiki non è per riformattare, sarebbe un suicidio, ma per sbloccare l'accesso.

Il comando per Linux l'ho già usato con successo svariate volte, senza nocumento alcuno pei dati.

Quello di Window, da chi l'usa, risulta altrettanto innocuo pei dati.

:: Ciao
ACER Extensa 5230E 2,2 Ghz cpu Celeron 900 hdd 160 GB Ram 1 GB scheda video Intel GM500
ACER Extensa 5635Z 2,2 Ghz cpu Celeron T3100 hdd 320 GB Ram 4 GB scheda video Intel Mobile 4
Quando una Finestra chiusa incontra un Pinguino la Finestra chiusa è una Finestra aperta.
Avatar utente
OMBRA_Linux
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2766
Iscrizione: mercoledì 18 febbraio 2015, 14:24
Desktop: HP / Lenovo / Samsung
Distribuzione: Android / Linux / Windows10-11
Sesso: Maschile
Località: Napoli

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da OMBRA_Linux »

Controllato se il pacchetto:

Codice: Seleziona tutto

ntfs-3g
è installato.
Se per vivere devi strisciare, alzati e muori.
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 5994
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da GjMan78 »

@Sargonsei
[ 866.319432] sdb: sdb1
[ 866.319855] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 866.881056] ntfs3: sdb1: It is recommened to use chkdsk.
[ 866.949896] ntfs3: sdb1: volume is dirty and "force" flag is not set!
Usa Windows per il controllo del disco.
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Avatar utente
OMBRA_Linux
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2766
Iscrizione: mercoledì 18 febbraio 2015, 14:24
Desktop: HP / Lenovo / Samsung
Distribuzione: Android / Linux / Windows10-11
Sesso: Maschile
Località: Napoli

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da OMBRA_Linux »

Sembra che il

Codice: Seleziona tutto

/dev/sdb1
non dispone della funzionalità SMART.
Quindi prova da Windows oppure controlla se hai installato il pacchetto che ti ho postato precedentemente.
Se per vivere devi strisciare, alzati e muori.
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 5994
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da GjMan78 »

OMBRA_Linux ha scritto:
ieri, 19:38
Sembra che il

Codice: Seleziona tutto

/dev/sdb1
non dispone della funzionalità SMART.
Come di consueto le tue deduzioni sono sempre infallibili.
=== START OF INFORMATION SECTION ===
Model Family: Seagate Samsung SpinPoint M8U (USB)
Device Model: ST500LM014 HN-M500ABB
Serial Number: F3882G92AC3GVA
LU WWN Device Id: 0 000000 000000000
Firmware Version: 2BA30002
User Capacity: 500.107.862.016 bytes [500 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: In smartctl database 7.3/5528
ATA Version is: ATA8-ACS T13/1699-D revision 6
SATA Version is: SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Thu Aug 15 21:28:02 2024 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Avatar utente
wilecoyote
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 15816
Iscrizione: giovedì 20 agosto 2009, 16:21
Desktop: Kubuntu et alii
Distribuzione: 9.04 32bit 14/18/20/22.04 LTS 64bit
Sesso: Maschile
Località: Ceranesi - Ge

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da wilecoyote »

) Salve,
GjMan78 ha scritto:
ieri, 18:57
[ 866.319432] sdb: sdb1
[ 866.319855] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 866.881056] ntfs3: sdb1: It is recommened to use chkdsk.
[ 866.949896] ntfs3: sdb1: volume is dirty and "force" flag is not set!
Usa Windows per il controllo del disco.

Quasi mai serve Window, anche tramite Ubuntu, e Linux in generale, si può sistemare il problema in oggetto, purchessia installato il pacchetto ntfs-3g, tramite il comando:

Codice: Seleziona tutto

sudo ntfsfix /dev/sd×
Ovviamente la × và sostituita colla lettera reale. È tutto spiegato nella wiki che linkai.

:: Ciao
ACER Extensa 5230E 2,2 Ghz cpu Celeron 900 hdd 160 GB Ram 1 GB scheda video Intel GM500
ACER Extensa 5635Z 2,2 Ghz cpu Celeron T3100 hdd 320 GB Ram 4 GB scheda video Intel Mobile 4
Quando una Finestra chiusa incontra un Pinguino la Finestra chiusa è una Finestra aperta.
Avatar utente
OMBRA_Linux
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2766
Iscrizione: mercoledì 18 febbraio 2015, 14:24
Desktop: HP / Lenovo / Samsung
Distribuzione: Android / Linux / Windows10-11
Sesso: Maschile
Località: Napoli

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da OMBRA_Linux »

GjMan78 ha scritto:
ieri, 19:41
OMBRA_Linux ha scritto:
ieri, 19:38
Sembra che il

Codice: Seleziona tutto

/dev/sdb1
non dispone della funzionalità SMART.
Come di consueto le tue deduzioni sono sempre infallibili.
=== START OF INFORMATION SECTION ===
Model Family: Seagate Samsung SpinPoint M8U (USB)
Device Model: ST500LM014 HN-M500ABB
Serial Number: F3882G92AC3GVA
LU WWN Device Id: 0 000000 000000000
Firmware Version: 2BA30002
User Capacity: 500.107.862.016 bytes [500 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: In smartctl database 7.3/5528
ATA Version is: ATA8-ACS T13/1699-D revision 6
SATA Version is: SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Thu Aug 15 21:28:02 2024 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

Come al solito non leggi.
Te l'ho pure tradotto.

ubuntu24l4@lubuntu24l4-x555yi:~$ sudo smartctl -a /dev/sdb1
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-40-generic] (build locale)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== INIZIO DELLA SEZIONE INFORMATIVA ===
Fornitore: Samsung
Prodotto: M3 Portable
Revisione: 1306
Conformità: SPC-4
Capacità utente: 500.107.862.016 byte [500 GB]
Dimensione blocco logico: 512 byte
Dimensione blocco fisico: 4096 byte
LU completamente fornita
ID unità logica: 0x3090257467160000
Numero di serie: 902E7DF71F000080
Tipo di dispositivo: disco
Ora locale: gio 15 ago 21:29:28 2024 CEST
Supporto SMART: non disponibile, il dispositivo non ha la funzionalità SMART.

=== INIZIO DELLA SEZIONE DATI SMART DI LETTURA ===
Temperatura attuale dell'unità: 0 C
Temperatura di interruzione dell'unità: 0 C

Registrazione del contatore degli errori non supportata

Nessun autotest registrato

lubuntu24l4@lubuntu24l4-x555yi:~$
Se per vivere devi strisciare, alzati e muori.
Avatar utente
GjMan78
Rampante Reduce
Rampante Reduce
Messaggi: 5994
Iscrizione: mercoledì 22 novembre 2006, 19:15
Desktop: KdePlasma
Distribuzione: EndeavourOS
Sesso: Maschile
Località: ~/Italia/Lazio/Viterbo/

Re: Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da GjMan78 »

OMBRA_Linux ha scritto:
ieri, 21:24
Come al solito non leggi.
Te l'ho pure tradotto.

ubuntu24l4@lubuntu24l4-x555yi:~$ sudo smartctl -a /dev/sdb1
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-40-generic] (build locale)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== INIZIO DELLA SEZIONE INFORMATIVA ===
Fornitore: Samsung
Prodotto: M3 Portable
Revisione: 1306
Conformità: SPC-4
Capacità utente: 500.107.862.016 byte [500 GB]
Dimensione blocco logico: 512 byte
Dimensione blocco fisico: 4096 byte
LU completamente fornita
ID unità logica: 0x3090257467160000
Numero di serie: 902E7DF71F000080
Tipo di dispositivo: disco
Ora locale: gio 15 ago 21:29:28 2024 CEST
Supporto SMART: non disponibile, il dispositivo non ha la funzionalità SMART.

=== INIZIO DELLA SEZIONE DATI SMART DI LETTURA ===
Temperatura attuale dell'unità: 0 C
Temperatura di interruzione dell'unità: 0 C

Registrazione del contatore degli errori non supportata

Nessun autotest registrato

lubuntu24l4@lubuntu24l4-x555yi:~$
C'è poco da tradurre se poi non sai interpretare quello che leggi.

Il comando smartctl si esegue sul DEVICE e non sulla PARTIZIONE. https://linux.die.net/man/8/smartctl

Codice: Seleziona tutto

sudo smartctl -a /dev/sdb1
È sbagliato e dà risultati sbagliati.

Il risultato corretto è quello che ho quotato nel post sopra dove è scritto chiaramente che il disco ha smart abilitato e non ci sono guasti rilevabili.
Ultima modifica di GjMan78 il sabato 17 agosto 2024, 9:09, modificato 1 volta in totale.
MacBook Pro - Intel i5-3210 - 16 Gbyte Ram DDR3 - SSD 500 Gbyte x 2
»»» 𝗙𝗮𝗶 𝗶𝗹 𝗕𝗮𝗰𝗸𝘂𝗽! ¯\_(ツ)_/¯
Avatar utente
Sargonsei
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2563
Iscrizione: domenica 17 febbraio 2008, 13:56

Re: [Risolto] Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da Sargonsei »

Ho collegato "Samsung M3 Portable" al PC con Windows 11 e in pochi secondi ha individuato e risolto il problema.
Postare l'output di un comando significa inserire nel post: la riga in cui si digita il comando, tutto l'output, e la riga in cui il prompt ricompare.
Hardware e Sistema Operativo di Sargonsei: http://sargonsei.altervista.org/hardwar ... r-fisso-2/
Comandi da tenere a portata di mano: http://sargonsei.altervista.org/655-2/
Avatar utente
wilecoyote
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 15816
Iscrizione: giovedì 20 agosto 2009, 16:21
Desktop: Kubuntu et alii
Distribuzione: 9.04 32bit 14/18/20/22.04 LTS 64bit
Sesso: Maschile
Località: Ceranesi - Ge

Re: [Risolto] Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da wilecoyote »

) Salve, ottimo che hai risolto.

Comunque confermo che si poteva risolvere anche da *Ubuntu.

:: Ciao
ACER Extensa 5230E 2,2 Ghz cpu Celeron 900 hdd 160 GB Ram 1 GB scheda video Intel GM500
ACER Extensa 5635Z 2,2 Ghz cpu Celeron T3100 hdd 320 GB Ram 4 GB scheda video Intel Mobile 4
Quando una Finestra chiusa incontra un Pinguino la Finestra chiusa è una Finestra aperta.
Avatar utente
OMBRA_Linux
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2766
Iscrizione: mercoledì 18 febbraio 2015, 14:24
Desktop: HP / Lenovo / Samsung
Distribuzione: Android / Linux / Windows10-11
Sesso: Maschile
Località: Napoli

Re: [Risolto] Error mounting Memoria USB "Samsung M3 Portable"

Messaggio da OMBRA_Linux »

wilecoyote ha scritto:
oggi, 21:21
) Salve, ottimo che hai risolto.

Comunque confermo che si poteva risolvere anche da *Ubuntu.

:: Ciao

Appoggio.
Se per vivere devi strisciare, alzati e muori.
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 6 ospiti