Results 1 to 4 of 4
Hello all. I'm making my best attempt to learn everything the right way, and for sake of knowing how to do it I'm mounting my own things manually. I've got ...
- 11-19-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 28
[SOLVED] Don't know filesystem type of an unmounted volume
Hello all. I'm making my best attempt to learn everything the right way, and for sake of knowing how to do it I'm mounting my own things manually. I've got things like my USB sticks working, I didn't have to specify a filesystem type but the type is unknown for my USB hard drive. I mounted it automatically with my file manager and found out the type, but I'd like to know. Is there a command that lets you detect the filesystem of a volume that isn't already mounted? It seems like it would be good to know. Thank you kindly.
-Kit
- 11-19-2009 #2
- 11-19-2009 #3
If its a harddisk partition you could use fdisk commandIs there a command that lets you detect the filesystem of a volume that isn't already mounted?
try
note that you need have root permission to execute fdisk.Code:fdisk -l
*Edit* use
fdisk -l /dev/your_device_name for example fdisk -l /dev/sdaLast edited by Lakshmipathi; 11-19-2009 at 06:53 AM.
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 11-19-2009 #4Just Joined!
- Join Date
- Oct 2009
- Posts
- 28
Thank you much! It's greatly appreciated, and works just fine.
-Kit



