View Full Version : [ubuntu] Help a linux N00b
mickshifty
June 10th, 2008, 08:26 PM
Hey everyone, i am a complte newbie to linux and im realy excited to learn about it. I have managed to create a dual boot, with linux and windows. my windows install is on a seperate drive. and i have ubuntu installed on my data drive. there is alot of data on that drive and i cannot access it. when i go into the properties of the "file system" it says, "some contents unreadable". im wondering if it is possible to get these files and how can i do it? thankyou very much for your help.
MythosLegend
June 10th, 2008, 09:52 PM
If you are using windows and want to access files on a Linux partition, you may want a program called ext2ifs.
Ubuntu Hardy can read & write to ntfs partitions.
If this doesn't answer your questions, you have to be a bit more clear about your situation.
Also providing the results of
sudo fdisk -L
may help.
iaculallad
June 10th, 2008, 09:54 PM
If you are using windows and want to access files on a Linux partition, you may want a program called ext2ifs.
Ubuntu Hardy can read & write to ntfs partitions.
If this doesn't answer your questions, you have to be a bit more clear about your situation.
Also providing the results of
sudo fdisk -L
may help.
That would be (Small letter L):
sudo fdisk -l
MythosLegend
June 10th, 2008, 09:59 PM
Oh boy. I'm starting to become forgetful.
mickshifty
June 10th, 2008, 10:20 PM
sorry as i said i am very new to linux
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5db3c270
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3321 26675901 7 HPFS/NTFS
/dev/sda2 3322 24321 168682500 5 Extended
/dev/sda5 3322 24321 168682468+ 7 HPFS/NTFS
administrator@michael-laptop:~$
MythosLegend
June 10th, 2008, 10:53 PM
when i go into the properties of the "file system" it says, "some contents unreadable". im wondering if it is possible to get these files and how can i do it?
So you are using Ubuntu but can't read those files?
From your output, I only see one(first) hard drive. I don't see a linux partition (ext3 system) or a second hard drive (sdb). Did you post all of your output?
mickshifty
June 10th, 2008, 11:06 PM
everything that was there i copied and pasted. i installed linux while i was in windows, i never formated any drives.
i can read the system files for ubuntu, but cannot read any of my other files. e.g. music, movie, applications that share that drive with ubuntu
mickshifty
June 10th, 2008, 11:08 PM
i try and mount sda5 and it says this "mount: only root can do that"
MythosLegend
June 10th, 2008, 11:19 PM
Oh. You installed ubuntu using Wubi.
If you want to mount with root permissions, you'll have to add sudo in front of your command.
Before you mount, you also need to make a directory.
Like
sudo mkdir /media/disk
Then you can mount it.
sudo mount -t ntfs /dev/sda5 /media/disk
Now you can access the partition. It will be in location /media/disk.
You can unmount with
sudo umount /media/disk
mickshifty
June 10th, 2008, 11:30 PM
ahhh yes, i didnt put the "sudo" in front when i mouted the drive. thankyou. ive actully uninstalled linux from my machine and im going to reformat the C:\ and make that the OS drive, if linux doesnt work out (which i highly unlikely) then i can always reinstall crappy windows. just wondering, if there is any linux start guides, i really want to learn as much as i can about linux, are there any sites or documentation i can read?
lemuriaX
June 10th, 2008, 11:40 PM
Check these links out:
http://www.tuxfiles.org/
http://www.psychocats.net/
mickshifty
June 11th, 2008, 12:02 AM
i know i am asking alot of questions, bu is there a general linu program that will allow me to run windows software in linux such as, adobe flash cs3, dreamweaver, windows games such as quake, world of warcraft, etc. thanks in advance
iaculallad
June 11th, 2008, 12:07 AM
i know i am asking alot of questions, bu is there a general linu program that will allow me to run windows software in linux such as, adobe flash cs3, dreamweaver, windows games such as quake, world of warcraft, etc. thanks in advance
Try WinE (http://www.winehq.org/). And you have to check out the database (http://appdb.winehq.org/) first if it supports the application you want to execute in Ubuntu.
lemuriaX
June 11th, 2008, 01:03 AM
Also can look into running Windows as a virtual machine inside of Linux using Virtualbox (http://www.virtualbox.org/) or similar. Takes a lot of RAM though.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.