filesystem and mounting problems
Geoff Purchase
lists at userdox.com
Wed Dec 7 23:17:17 UTC 2005
Geoff Purchase wrote:
> Toby Kelsey wrote:
>
>> Geoff-lists wrote:
>>
>>
>>> [4296011.463000] VFS: Can't find ext3 filesystem on dev hde1.
>>
>>
>>
>> The fdisk and fstab look OK. As well as creating the partition, you need
>> to set up a filesystem. If you're not sure whether you have one, try
>>
>> e2fsck -v /dev/hde1
>>
>> to check. To create an ext3 filesystem:
>>
>> mke2fs -vj /dev/hde1
>>
>> and use tune2fs to adjust the mount checks if required.
>>
>> Toby
>>
>>
> Thanks, I'll check when I get home. The command I used was mke2fs -j
> /dev/hde1, I'll checkout what the -v option does seeing as I didn't use
> it originally.
>
> Geoff
>
>
Thinking further, I don't know much about file systems etc, is ext3 the best type of filesystem to create? I've got three drives (2G, 80G, 120G) that I will be mounting on my server, I'll be storing files that range in size from 2k (html) to 13G (video), and I'd like to access the data from Ubuntu desktop and Windows XP via Samba.
Geoff
More information about the ubuntu-users
mailing list