Results 1 to 7 of 7
That ain't easy cause the ext3 patrition I've amde is read write protected. so how am i gonna use my 500 gb of space ?
here are my info on ...
- 07-20-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
Copying my stuff from NTFS to ext3
That ain't easy cause the ext3 patrition I've amde is read write protected. so how am i gonna use my 500 gb of space ?
here are my info on the disks
I mainly want all of the NTFS over to ext3
Originally Posted by Fdisk -l
- 07-20-2007 #2
Can't you copy Data from NTFS partitions to ext3?
Ubuntu supports NTFS read access out of box and you can install ntfs-3g package to enable NTFS write access.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
I can copy stuff to the patritions and stuff like that-- But now as i've finally made the big step to move over to ubuntu then I sould completly get rid of windows and microsoft.
and the file browser won't show my 500gb patrition either,
/dev/sda3 18506 91201 583930620 83 Linux
it only show's the 3 NTFS patritions.
When i once had the sda3 patrition there it was read and write protected so I could do nothing.
- 07-20-2007 #4
Post the contents of /etc/fstab file.
Code:less /etc/fstab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2007 #5Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
Here it is...
Originally Posted by fstab
- 07-20-2007 #6
Execute this
Add this line at the end of /etc/fstab fileCode:sudo mkdir /media/sda3 gksu gedit /etc/fstab
Save file and execute 'sudo mount -a' command.Code:/dev/sda3 /media/sda3 ext3 defaults 0 0
Open Nautilus with root privileges. Press Alt+F2 and type 'gksu nautilus'.
sda3 is mounted in /media/sda3 folder. Copy data from NTFS partitions to that.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2007 #7Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
as normal it's working


Reply With Quote