PDA

View Full Version : why can't I mount all my drives



Eradicator
10-25-2003, 03:27 AM
OK I have installed Knoppix. I have 3 HD, 1 IDE1 master, 1 IDE1 slave and 1 IDE2 slave. How should these be set up in FSTAB and in the MNT directory? I can not seam to get it straight. It looks like I have a HDA, HDB and HDD. What else besides MNT and the FSTAB file needs to be modified. I check the QTpartition program and they are all there.

thanks in advance

rickenbacherus
10-25-2003, 03:30 AM
Post the output of

fdisk -l

Also

less /etc/fstab

Eradicator
10-25-2003, 12:42 PM
# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hdb5 / ext2 defaults,errors=remount-ro 0 1
/dev/hdb1 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hdd1 /mnt/hdd1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 reiserfs noauto,users,exec 0 0
/dev/hdb2 /mnt/hdb2 ext2 noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
/etc/fstab (END)

============================

Disk /dev/hdd: 1281 MB, 1281181696 bytes
64 heads, 63 sectors/track, 620 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 1 620 1249888+ 83 Linux

Disk /dev/hda: 2564 MB, 2564352000 bytes
128 heads, 63 sectors/track, 621 cylinders
Units = cylinders of 8064 * 512 = 4128768 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 621 2503840+ 83 Linux

Disk /dev/hdb: 3228 MB, 3228696576 bytes
128 heads, 63 sectors/track, 782 cylinders
Units = cylinders of 8064 * 512 = 4128768 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 1 121 487840+ 82 Linux swap
/dev/hdb2 122 782 2665152 5 Extended
/dev/hdb5 * 122 782 2665120+ 83 Linux
root@Linux:~#
==================

Let me know what you think
I am trying to get icons on the desktop for each of these drives...minus the swap drive

Thanks

Also what is the easiest way to delete and add new users.

Thanks

RockMumbles
10-25-2003, 04:39 PM
knoppix has a command I'm not running knoppix right now but I think it is: mkdesktopicons

run that command from konsole and that should make all of your desk top icons for you.

~rock

rickenbacherus
10-26-2003, 06:07 AM
Let me know what you think
I am trying to get icons on the desktop for each of these drives...minus the swap drive

I presume you're using the KDE desktop. You can right click on the desktop and make a new ?? whatever you want. You can mount any of your drives to any mount points you choose (as long as the mount points exist of course). You can have it done automatically or manually. It's all in fstab.


Also what is the easiest way to delete and add new users.

Thanks

adduser
deluser

Tricky huh? :)


knoppix has a command I'm not running knoppix right now but I think it is: mkdesktopicons
~rock

I had completely forgotten about that! I had to do a search:

mkdesktophdicons