I have a hard drive that contains backup files and it's been stored for safekeeping for a couple years. I can't remember if it was pulled out of my pc ntfs formatted or if it was pulled out of the NAS ufs formatted.
I'm sure this is a very basic command, but it's more than I know. How can I determine the filesystem so that I can mount the drive?
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
determine filesystem
- shakky4711
- Advanced User

- Posts: 273
- Joined: 25 Jun 2012 08:27
- Status: Offline
Re: determine filesystem
Hello,
a) easiest way, plug in the drive to a Desktop Linux machine, each common file system ext/fat/ntfs should be mounted automatically
b) on unix like system you get some info with file -s /dev/yourdrive
c) Other simple way would be to boot from a gparted cd and look at the output
Shakky
a) easiest way, plug in the drive to a Desktop Linux machine, each common file system ext/fat/ntfs should be mounted automatically
b) on unix like system you get some info with file -s /dev/yourdrive
c) Other simple way would be to boot from a gparted cd and look at the output
Shakky
-
sandyjagmin
- NewUser

- Posts: 8
- Joined: 07 Jul 2012 02:39
- Status: Offline
Re: determine filesystem
thank you 