can not add data to partion
Ioannis Vranos
cppdeveloper at ontelecoms.gr
Sun May 2 12:52:08 UTC 2010
On Sun, 2010-05-02 at 06:38 -0600, Gary Kirkpatrick wrote:
> Did not type that well;
>
> This is what I should do, I assume, but I am often wrong
>
> sudo -i
>
> mkfs.ext4 -L Data /dev/sda6
>
> Edit /etc/fstab and add the following line:
>
> /dev/sda6 /Store ext4 defaults 0 3
Assuming you created /Store, do the following:
1. Reboot
2. Open terminal:
sudo -i (it gives you root access).
3. Then as root, type in the terminal:
mkfs.ext4 -v /dev/sda6
4. Edit /etc/fstab and add the following line:
/dev/sda6 /Store 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