I have 3 partition on my hard disk, hda1 is an ext2 partition that I use for video, audio, etc; hda2 is a reiserfs partition where I have linux installed, and hda5 is my swap.
currently I'm using
mount /dev/hda1 /mnt/hd2
to mount hda1, but there's a couple questions I have:
is this the best way to mount my drive? the only way to access it this way is through the /mnt/hd2 folder. in KDE I'm able to link to hda2, but not hda1, so I have a link to the /mnt/hd2 folder to quickly access my hda1 partition. also, KDE infocenter doesn't recognize the filesystem on hda1 but I have no problem through the /mnt/hd2 folder.
secondly, how do I mount my DVD drive? its a fairly new lite-on, is there a tutorial on this?
my goal is to make hda1 act like hda2 does (slackware install took care of hda2 for me), and my dvd to act like my cdrom (which slackware also took care of for me)
when I right-click KDE desktop, and create new, and hard disc (or cd device or whatever)...
i have the options of :
/dev/hda2 ( / )
/dev/hda5 ( swap )
/dev/cdrom
/dev/floppy
I want /dev/hda1 and my dvd to show up too. sorry for the somewhat rambling post, my terminology isn't exactly up to par with some on this forum
