PDA

View Full Version : [ubuntu] Create shared data partition for all users with read write permisson



amitsgokhale
September 28th, 2008, 03:05 PM
Hi,
I just installed the Ubuntu 8.04 on my system. I partitioned my 120 GB HDD with following specifications.

20GB '/'
20GB /home
2GB /swap

remaining space is unallocated (around 60GB). Now I want to create a partition to store all my music and movies and other stuff so it can be accessible to other users who use the computer. Also that partition should get auto mounted on every boot and have read and write permission so other people in home can also store photos and music.
I don't want to share my home folder to other users.
Can anybody tell me how to make this new partition?

olejorgen
September 29th, 2008, 06:02 AM
1. Install gparted and make a partiton.
2. Make a mount point with rw permission for everyone (if you use ext2/3 at least)
3. Add the partition to fstab
4. sudo mount -a