SlackwareThis Forum is for the discussion of Slackware Linux.
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.
Whenever I run mount /dev/hdd some_dir, I get the 'mount: /dev/hdd is not a valid block device'. I don't get it, I could mount this hard drive perfectly fine in Slack 10. Any ideas what I'm doing wrong?
/dev/hdd is a hard drive. When I first installed slack 10.1 (fresh install), I accidently appended 'hdd=ide-scsi' in lilo.conf (/dev/hdd used to be a dvd-rw drive). Anyway, I soon realised my error and removed it from lilo.conf and rebooted. I'm not too familiar with dmesg and hence I thought that that line was from before when I tried to mount the drive without removing 'hdd=ide-scsi' from the boot option.
My lilo.conf now reads:
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdc=ide-scsi"
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x64k
vga = 791
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda8
label = Slackware-10.1
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/hda1
label = WindowsXP
table = /dev/hda
# Windows bootable partition config ends
Originally posted by deveraux83 Yup! That did it. I really should not even be allowed near a linux system after a mistake like that. Thanks a lot egag, and you too Brian1.
ah...sometimes i forget that too.......and i'm not alone.
and the worst is that right now you think you'll never forget that,
but tomorrow or next month....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.