dvd is working as /dev/scd0 and i m using xine to play dvd's and what not (everything else that xine can play)
red hat 9 on my toshiba satellite 3005-S305
if u want to use the xp partition (ntfs) there is a read only driver at :
http://linux-ntfs.sourceforge.net/info/redhat.html
my firewire drive works as /dev/sda1 and to be able to read from a user account login as root and edit the /etc/fstab adding this:
/dev/hda1 /mnt/nt ntfs ro,umask=0222,uid=username,gid=username 0 0
/dev/sda1 /mnt/fwire ntfs ro,noauto,umask=0222,uid=username,gid=username 0 0
please change username with your actual username or u will hava to create an account called username to access the drives
note that the firewire is noauto and don't forget to mkdir nt and firewire at /mnt
u can name them whatever u like just make sure to make the apropriate changes in fstab and the /mnt dir.
what is being a royal pain to me is the apm and acpi
to suspend the lapbox to disk one will need to create a partition with some special tool
i need to dig more on this one.