Results 1 to 4 of 4
I cannot mount Harddisk (fat32),
In the console, I command:
mount -t vfat /dev/hdd5 /home/fat32
output " mount : fs type vfat not supported by kernel "
Please,help me to ...
- 04-04-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- VietNam
- Posts
- 4
Cannot mount HARDDISK (fat32)
I cannot mount Harddisk (fat32),
In the console, I command:
mount -t vfat /dev/hdd5 /home/fat32
output "mount : fs type vfat not supported by kernel"
Please,help me to config kernel to support "fs type vfat"
- 04-04-2005 #2
what distro are you running?
If you've made your own kernel for it, u will have to go into the kernel config and add FAT filesystems to the supported file system types."I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-05-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- VietNam
- Posts
- 4
I don't make my own kernel.
I setup RedHat10 (pedora core 2) on my PC.
Harddisk of PC has two partitions(Ext3 and Fat32), I use EXT3 patition to setup LINUX. But in LINUX operating system, I can't MOUNT FAT32 partition.
Could you help me?
- 04-05-2005 #4
ok, in a shell, try mounting it with the automatic fs type, just dont specify one like:
Just another question, i assume you are doing this as root, and also have the /home/fat32 folder created?Code:mount /dev/hdd5 /home/fat32
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
