Slackware - InstallationThis forum is for the discussion of installation issues with Slackware.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I seem not to be able to use the 'mkdir' command, directory permissions are not the problem, even in '~' it doesn't work.
$ mkdir tt
mkdir: cannot create directory `tt': Input/output error
Is this somehow related to the error I get "Can't load module char-major-5" (which is /dev/zero). Don't know what the reason is for this error either.
-------------
$ mount
/dev/hda3 on / type ext3 (rw)
/dev/hda6 on /home type ext3 (rw)
/dev/hda2 on /boot type ext3 (rw)
/dev/hda7 on /tmp type ext3 (rw)
/dev/hda8 on /var type ext3 (rw)
/dev/hda4 on /__WIN98 type vfat (rw)
/dev/hda5 on /__DATA type vfat (rw,umask=002)
proc on /proc type proc (rw)
I will be more specific
The mkdir command doesn't work under /home, this is because the filesystem for that partition is corrupt
Running e2fsck for /dev/hda6 (/home)
results in:
The filesystem size (according to the superblock) is 2281198 blocks. the physical size of the device is 1959898 blocks. Either the superblock or the partition table is likely to be corrupt.
9.3% non-contigious inodes according to e2fsck.
(The partitions were initially made with Partitionmagic under Windows)
How can I repair this mess otherwise this partition is more or less uselss.
Any help welcome,
I don't know what you mean, reading (and creating) files is not the problem for this partition or do you mean mounting /home under /mnt/hdd/home or something like that?
What I'm getting at is this: If you can mount and read what's there you can copy it somewhere and reformat that partition to correct the filesystem problem.
that was not the problem, but thanks for your help.
The solution is simple
mke2fs -c <partition> -b <actual blocksize>
why didn't I think of this sooner.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.