Naming is hard Posted July 29, 2006 Report Share Posted July 29, 2006 Ha, im back with more stupid questions,First, hmm my connection doesn't seem to work 0_o,Second about 45mins in i was just messing around seeing what i could do and it froze , i waited 15mins and in the end i had to shut off power my computer (Not cool)Third, Video Card Drives? When, Where, How?And last, can i look at my NTFS partitions and read files from them?Connection: Im using DSL ISP: SBC-YahooFreezing: Yeah it froze out of nowhere, i wasn't doing anythi....wait on second thought i was trying to open my DVD-Drive (which never opened btw ) befor it completly froze it was freezing for a few seconds, and come back for afew mins...then it'd only come back for a few seconds, and then completly.Drivers for video card: Um...ill google this so you can prolly ignore it, but help is always welcome =PNTFS: This is importent because i dont really want to have 2copies of my music...documents and vidoes. Quote Link to post Share on other sites
jcl Posted July 29, 2006 Report Share Posted July 29, 2006 (edited) First, hmm my connection doesn't seem to work 0_o,Let's get the basics out of the way. Open a terminal window and enter ifconfig. You should get a list of network interfaces. Your NIC should be named 'eth0' or some such. If it's missing or misconfigured that's your problem If it looks fine... someone will think of something.Third, Video Card Drives? When, Where, How?What kind of video card?And last, can i look at my NTFS partitions and read files from them?What kind of, um, distro? NTFS is supported read-only but not every distro includes the module (driver). If the module is available, you can $ sudo mount -t ntfs -o ro $DEVICE $MOUNT_POINTwhere $DEVICE is the partition you want to mount (e.g. /dev/hda1) and $MOUNT_POINT is the directory you want to the partition mounted on (e.g. /media/hda1). (The -t and -o options probably aren't required, but I threw them in on the off chance.)Freezing: Yeah it froze out of nowhere, i wasn't doing anythi....wait on second thought i was trying to open my DVD-Drive (which never opened btw ) befor it completly froze it was freezing for a few seconds, and come back for afew mins...then it'd only come back for a few seconds, and then completly.You could look though /var/log/message or /var/log/syslog or /var/log/$SOMETHING_ELSE to see if the system logged anything unusual. (You'd sort of has to guess what 'usual' means ) Could be a flaky hardware, drivers, software.You know, now that I think about it, that sounds familiar. I had a machine that stuttered and locked up randomly when I tried to use the CD-ROM. For the life of me I can't remember why but I think it was a hardware problem. Edited July 29, 2006 by jcl Quote Link to post Share on other sites
Naming is hard Posted July 29, 2006 Author Report Share Posted July 29, 2006 Let's get the basics out of the way. Open a terminal window and enter ifconfig. You should get a list of network interfaces. Your NIC should be named 'eth0' or some such. If it's missing or misconfigured that's your problem If it looks fine... someone will think of something.Hmm k *Writes it down*What kind of video card?RadeonWhat kind of, um, distro? NTFS is supported read-only but not every distro includes the module (driver). If the module is available, you can $ sudo mount -t ntfs -o ro $DEVICE $MOUNT_POINTwhere $DEVICE is the partition you want to mount (e.g. /dev/hda1) and $MOUNT_POINT is the directory you want to the partition mounted on (e.g. /media/hda1). (The -t and -o options probably aren't required, but I threw them in on the off chance.)Im using ubuntu, hope that works. Quote Link to post Share on other sites
jcl Posted July 29, 2006 Report Share Posted July 29, 2006 (edited) RadeonDriver installation guide.Im using ubuntu, hope that works.Um, let's see. Yeah, the module's included in the standard kernel package. It should just work. (I can't test it, unfortunately, because my Windows HDD died.) Edited July 29, 2006 by jcl Quote Link to post Share on other sites
Naming is hard Posted July 29, 2006 Author Report Share Posted July 29, 2006 (edited) When i do click on the partition it says Can't Mount.Edit: eth0 is there but i donno what it should have said >_<.Edit...again lol:I was reading the Ubuntu forums and wireless and USB can be a problem? could this be it...i use Ethernet for my Ps2 but i havn't been gaming much latly, so i wont mind to much moving it over, but is it a fairly simple fix for the USB?Scratch that,i just whent ahead and pluged in my Ethernet, and nets up and running, infact im on Ubuntu right now. Edited July 29, 2006 by Naming is hard Quote Link to post Share on other sites
Naming is hard Posted July 29, 2006 Author Report Share Posted July 29, 2006 I have a few Odd questions, everything is so big, and i can't figure out how to change it...and you know how when in windows you press down on the mouse wheel on a three botton mouse and you see that four way arrow thingy, is there a way so it does that on linux? Quote Link to post Share on other sites
iccaros Posted July 29, 2006 Report Share Posted July 29, 2006 I have a few Odd questions, everything is so big, and i can't figure out how to change itif you are running Gnome Desktop->preferences->screen resolution Quote Link to post Share on other sites
Naming is hard Posted July 29, 2006 Author Report Share Posted July 29, 2006 (edited) I have a few Odd questions, everything is so big, and i can't figure out how to change itif you are running Gnome Desktop->preferences->screen resolutionyeah i know that 0-o thats not what i meant.Everything is pretty much the right size besides the Desktop icons and the web browser. Text is huge on Firefox lolThats the text like "File, Edit, View, Ect..." not the pages (duh) Edited July 29, 2006 by Naming is hard Quote Link to post Share on other sites
naraku9333 Posted July 29, 2006 Report Share Posted July 29, 2006 I have a few Odd questions, everything is so big, and i can't figure out how to change itif you are running Gnome Desktop->preferences->screen resolutionyeah i know that 0-o thats not what i meant.Everything is pretty much the right size besides the Desktop icons and the web browser. Text is huge on Firefox lolThats the text like "File, Edit, View, Ect..." not the pages (duh)Try Desktop>Preferences>Fonts. In regards to the system locking up, if it happens again try pressing ctrl + alt + backspace to kill the X server. My general rule of thumb is if the key combo works (kills the server) the freeze was an application problem else its a driver/kernel problem. Quote Link to post Share on other sites
Naming is hard Posted July 29, 2006 Author Report Share Posted July 29, 2006 the crashing hasn't happened agained yet.Everything is working great and i wouldn't be missing anything from windows besides the fact that i cant look at my NTFS parititions they dont seem to want to mount. Quote Link to post Share on other sites
robroy Posted July 29, 2006 Report Share Posted July 29, 2006 linux doesn't read ntfs partitions so if you need to access files you need to store them on a fat partition. Then they can be read from both, that is how I store my music, docs and picson my dual boot m/c Quote Link to post Share on other sites
jcl Posted July 30, 2006 Report Share Posted July 30, 2006 (edited) linux doesn't read ntfs partitions so if you need to access files you need to store them on a fat partition.Linux has full read and limited write on NTFS. Full write if you jump through some hoops. Edited July 30, 2006 by jcl Quote Link to post Share on other sites
shanenin Posted July 30, 2006 Report Share Posted July 30, 2006 (edited) the crashing hasn't happened agained yet.Everything is working great and i wouldn't be missing anything from windows besides the fact that i cant look at my NTFS parititions they dont seem to want to mount.what have you tried to do to mount them? what does this command show. It will tell you where your partition is. More then likely it is /dev/hda1sudo fdisk -l /dev/hda | grep -i ntfs Edited July 30, 2006 by shanenin Quote Link to post Share on other sites
robroy Posted July 30, 2006 Report Share Posted July 30, 2006 Yeah I missed out a word in my last posteasilyI find it much easier to have a fat partition than jump through the hoops Quote Link to post Share on other sites
naraku9333 Posted July 30, 2006 Report Share Posted July 30, 2006 linux doesn't read ntfs partitions so if you need to access files you need to store them on a fat partition.Linux has full read and limited write on NTFS. Full write if you jump through some hoops.Writing works much better with ntfs3g. Quote Link to post Share on other sites
Naming is hard Posted July 30, 2006 Author Report Share Posted July 30, 2006 (edited) I just formated it to Fat32 Edited July 30, 2006 by Naming is hard Quote Link to post Share on other sites
Naming is hard Posted July 30, 2006 Author Report Share Posted July 30, 2006 (edited) It still doesn't mount 0-oBTW the Fat32 is on a different harddrive,sudo fdisk -l #Shows thisDisk /dev/hda: 250.0 GB, 250059350016 bytes255 heads, 63 sectors/track, 30401 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/hda1 * 1 7833 62918541 7 HPFS/NTFS/dev/hda2 7834 27137 155059380 f W95 Ext'd (LB A)/dev/hda3 27138 30401 26218080 83 Linux/dev/hda5 7834 26952 153573336 7 HPFS/NTFS/dev/hda6 26953 27137 1485981 82 Linux swap / SolarisDisk /dev/hdb: 80.0 GB, 80026361856 bytes255 heads, 63 sectors/track, 9729 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/hdb1 1 654 5253223+ 12 Compaq diagno stics/dev/hdb3 655 9729 72894937+ f W95 Ext'd (LB A)/dev/hdb5 655 9729 72894906 b W95 FAT32EDIT:Ha! got it to work.http://www.psychocats.net/ubuntu/mountwindows.phpThat helped alot.Now....can anyone recommend a good Itunes replacment? for Podcast and Music.Oh and yeah, when i play H.264 video files they look really really bad...all blury and stuff...hows the cause of this?http://img145.imageshack.us/img145/3276/screenshoted0.png Edited July 30, 2006 by Naming is hard Quote Link to post Share on other sites
iccaros Posted July 30, 2006 Report Share Posted July 30, 2006 banshee, gtkpod and sharpmusicia Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.