Please, I need help. I am an amatorial user, I had on my PC a not yet supporter version of Linux Mint, with a second internal hard disk that I have been using as deposit, I am not sure but I suppose the file sistem of this hard disk is ntfs type…or fat 32…surely is a quite old disk, MBR type, manufacter Western Digital, 500 Gb. Before install lubuntu , with Mint I created on second disk a swap partition of 15 Gb…then dowloaded Lubuntu 25.10 and installed it.
Now the second hard disk is recognized by the sistem, but if I try to mount it, the system say that disk can’t be mounted.
I tried also to manage by terminal, but the disk is labeled only like PMBR type, it has no Uuid. I am quite desperate…I have important files on this second hard disk.
Someone can help me please?
P.S. : Now I have tried to install an old version of Window Vista, but the situation is the same: the second disk is recognized, but unaccessible, if I try to open it the system say I have to format it before using, but in this way I would lost all the dates.
You mentioned Linux Mint before that; Linux Mint is a GNU/Linux system which requires a POSIX compatible file-system, neither NTFS or FAT32 are POSIX compatible being usually used by Microsoft WIndows; so you won’t have used NTFS or FAT32 for your Linux Mint install (though GNU/Linux systems can store data files on NTFS & FAT32, as they’re commonly used for transferring files between POSIX OSes & Microsoft Windows boxes)
That usually refers to the partition table; and not file-system. The partition table is like an index, that has pointers to the actual partitions you create; you place file-systems on those partitions. MBR relates mostly to booting the system; ie. the master boot record is the first sector of the disk and is used to boot really old IBM PC compatible computers.
For us to know more, you should have copy/pasted the commands and output you got into your question, so we understand better.
I have resolved the problem…simply I reinstall Lubuntu and manually I give a mount point to the secondary disk, that effectly have an ext4 filesystem, as you have said. I have given the mount point root.
Now all the files are usable.