LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-12-2011, 05:36 PM   #16
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19

I dunno dude.
I have done all this and I still can't use the partition

EDIT:
I have not performed all that root folder magic. How?

Last edited by Bhakta Neal; 05-12-2011 at 05:38 PM. Reason: edit
 
Old 05-12-2011, 05:42 PM   #17
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Create folders as root.....?
ok?

see, i am dumb with console
 
Old 05-12-2011, 05:46 PM   #18
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
mh, what I can see is that you don't have a partition for /home, maybe you expected something different.

Which files do you want to write to the /dev/sda4 partition? as an example, if you want to have a folder "backup" and it should be writeable for the user bhakta
Code:
mkdir backup
chown bhakta.users backup
afterwards the user bhakta will be able to write into the folder.

Note that normally this is not necessary (and it's dangerous) since a user must never write to folders outside his/her homedirectory!!!

Markus
 
Old 05-12-2011, 05:54 PM   #19
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Before we go further, here's what I expected:

I expect 10.04 to behave like the previous releases, where I boot into my Kubuntu, Then I open my file manager, Dolphin, and on the left bar "Places" is a list of all the partitions, numerous, that were present on the HDD, and all were accessible without any root folder voodoo, passwords, console, etc

I keep my OS partition small, and keep all my media files on another partition for safety. I have never had this problem before. All I want is to single-click on [whatever drive] in my GUI and read/write it.

Which files to write to sda4? I have 160GB of documentaries to put there. I need this simplified.

Last edited by Bhakta Neal; 05-12-2011 at 05:56 PM. Reason: edit
 
Old 05-12-2011, 09:06 PM   #20
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Hello? Still stuck here
 
Old 05-12-2011, 09:49 PM   #21
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Since you know how to access the terminal, you need to first determine what the permissions are for sda which your df output showed as being mounted on /media/disk. Open the terminal and type:

Quote:
sudo ls -l /media/
then type:

Quote:
ls -l /media/disk/
If you don't understand the output, post it here.
If you want /media/disk mounted on boot, you need an entry in the /etc/fstab file. Post that by going into the terminal and typing:

Quote:
cat /etc/fstab
If the directories/files in /media/disk are owned by root, you can use the command posted above by markush, the chown command.
 
Old 05-12-2011, 10:23 PM   #22
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Thank you.

neally@honeybear:~$ sudo ls -l /media/
[sudo] password for neally:
total 8
drwxr-xr-x 3 root root 4096 2011-05-01 20:15 disk
lrwxrwxrwx 1 root root 7 2011-05-01 20:16 floppy -> floppy0
drwxr-xr-x 2 root root 4096 2011-05-01 20:16 floppy0
 
Old 05-12-2011, 10:24 PM   #23
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
then:

neally@honeybear:~$ ls -l /media/disk/
total 16
drwx------ 2 root root 16384 2011-05-01 20:15 lost+found
 
Old 05-12-2011, 10:26 PM   #24
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
and:

neally@honeybear:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda3 during installation
UUID=064fe207-0c8d-4614-a549-e68f1c0fd0d2 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
 
Old 05-13-2011, 12:05 AM   #25
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Is this a cruel joke?
All I need is to be able to write files into my /dev/sda4 ext4 partition, from my /dev/sda1 Kubuntu. Why am I prevented from that?
Why does it seem like I am intentionally left hanging here. I know this is easy for the veterans.
 
Old 05-20-2011, 12:06 PM   #26
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
SOLVED, Thanks to EricTRA!

Newbies, go to this thread:

http://www.linuxquestions.org/questi...itions-881489/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] I need help converting a vfat extended partition into a ext4 partition zorro70 Linux - General 6 02-15-2011 08:55 PM
How Do I Install/Partition Kubuntu 10.10 From A CD Heavyboost Linux - Newbie 2 02-03-2011 08:58 PM
Ext3 Partition on External HDD have no write access Ikbosh Linux - Hardware 7 04-15-2010 07:41 AM
Ext4 partition corrupted by resized NTFS Vista C:\ partition? graviton-boson Linux - Newbie 2 03-16-2009 01:26 PM
canīt access the newly created EXT3 partition by GPARTED in kubuntu mehdiee Linux - Newbie 3 02-15-2008 03:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration