> Quick question guys/gals > > > > I loaded xubuntu on mp pc and am wondering how I get to my c drive that > has > windows formatted in fat 32?? There are some files that I want to move > back > and forth. Also, how do I get the I believe KDE Desktop style on the > xubuntu?? I think I named it right. > >
It may have create a link in '/media/sda<x>' or alternatively you can manually mount it: sudo mount -t vfat /dev/sda<x> /media/cdrom I use /dev/cdrom as I'm too lazy to make a new directory. Add a line to /etc/fstab to make it happen every boot. Changes to GUI style are all under 'setting manager'. Cheer, Simon. _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

