can not add data to partion

Ioannis Vranos cppdeveloper at ontelecoms.gr
Sun May 2 11:20:53 UTC 2010


On Sat, 2010-05-01 at 20:21 -0600, Gary Kirkpatrick wrote:
> Filesystem           1K-blocks      Used Available Use% Mounted on
> /dev/sda1             93571556  77103480  11714852  87% /
> udev                    508632       280    508352   1% /dev
> none                    508632      1076    507556   1% /dev/shm
> none                    508632        96    508536   1% /var/run
> none                    508632         0    508632   0% /var/lock
> none                    508632         0    508632   0% /lib/init/rw
> 


Did you do all the following?

1. Create a directory named /Data.


Open terminal:


2. sudo -i (it gives you root access).


3. Then as root, type in the terminal:

mkfs.ext4 -L Data /dev/sda6


4. Edit /etc/fstab and add the following line:

/dev/sda6    /Data   ext4  defaults        0       3


5. Reboot






-- 
Ioannis Vranos

C95 / C++03 Software Developer

http://www.cpp-software.net





More information about the ubuntu-users mailing list