LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-22-2011, 11:42 AM   #1
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Rep: Reputation: 49
Really confused about accessing a new partition...


Hello:


I have been trying to place my DropBox folder on it's own, separate partition, /dev/sda5.

Using KDE Partition Manager, I see that sda5 is mounted at: /media/disk and is 19.72 Gib with 171.94 MiB used. (my DropBox folder is about 2 GiB in size)

This has got to mean that my DropBox folder is not there, right?

Previously, I altered my fstab to include this:
Code:
/dev/sd5         /mnt/drpbox      ext4        noatime,user_xattr         1   2
I did this because I had done:
Code:
mkdir /mnt/drpbox
thinking that, by doing so, would put the DropBox folder on sda5 when using the DropBox installed and selecting '/mnt/drpbox' as the location for my DropBox folder, which is what I did.

I don't think that this correct. I think that my DropBox folder is either still in sda3 (/home) of sda1 (/).

If anyone can help me sort this out, I would really appreciate it.

Thanks,
 
Old 03-22-2011, 12:10 PM   #2
MarcosPauloBR
Member
 
Registered: Feb 2011
Location: Santa Catarina - Brazil
Distribution: Slackware
Posts: 129

Rep: Reputation: 3
Hi Robert!

Do you want to say sdA5, or just sd5?

On bott, the kernel shows any message error about this line of fstab?

Please, post if this help you!
 
1 members found this post helpful.
Old 03-22-2011, 12:54 PM   #3
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by MarcosPauloBR View Post
Hi Robert!

Do you want to say sdA5, or just sd5?

On bott, the kernel shows any message error about this line of fstab?

Please, post if this help you!
You're correct, it should have been sda5!

I have now deleted the entire entry and my fstab is:
Code:
/dev/sda2        swap             swap        defaults         0   0
/dev/sda1        /                ext4        defaults         1   1
/dev/sda3        /home            ext4        defaults         1   2
/dev/cdrom       /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
tmpfs            /tmp             tmpfs       defaults         0   0
I have removed DropBox using sbopkg.
I have searched for 'dropbox' or '.dropbox' and can find no files or folders - DropBox, I assume, is entirely gone and the fstab is back to its original state.
I have run lilo and rebooted.

add'l info: Gparted shows sda5 as 'not mounted'.

Can you tell me how to properly set up my system so that I will be able to select sda5 as a working location for the 'DropBox' folder?

Thanks for any help with this,

Last edited by Robert.Thompson; 03-22-2011 at 12:59 PM.
 
Old 03-22-2011, 01:02 PM   #4
MarcosPauloBR
Member
 
Registered: Feb 2011
Location: Santa Catarina - Brazil
Distribution: Slackware
Posts: 129

Rep: Reputation: 3
Robert, you want to change the location of the configuration files of DropBox?

If it is yes, I think that configuration files of a Display Manager are stored on the user directory for their preferences...

So, I'm not a professional, I'm just a curious person, I can be wrong =P
 
1 members found this post helpful.
Old 03-22-2011, 02:00 PM   #5
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by MarcosPauloBR View Post
Robert, you want to change the location of the configuration files of DropBox?

If it is yes, I think that configuration files of a Display Manager are stored on the user directory for their preferences...

So, I'm not a professional, I'm just a curious person, I can be wrong =P
Hi Marcos:

I have removed everything concerning 'DropBox' so I am going to start all over again and see if I can get it set up correctly.

Thanks for your time,
 
Old 03-22-2011, 02:45 PM   #6
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Original Poster
Rep: Reputation: 49
Hello:

I think that the problem was the issue that Marcos caught - I had sd5 instead of sda5 in the fstab file - thanks, Marcos.

Caution: I am an inexperienced Slackware user.

Anyway, I totally removed everything to do with Dropbox and did the following which absolutely does work:
  1. Code:
    root@slackbox:/home/rob# mkdir /mnt/backup
  2. Code:
    root@slackbox:/home/rob# chown -R rob /mnt/backup
  3. changed the fstab to look like this:
    Quote:
    /dev/sda2 swap swap defaults 0 0
    /dev/sda1 / ext4 defaults 1 1
    /dev/sda3 /home ext4 defaults 1 2
    /dev/sda5 /mnt/backup ext4 noatime,user_xattr 1 2
    /dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
    /dev/fd0 /mnt/floppy auto noauto,owner 0 0
    devpts /dev/pts devpts gid=5,mode=620 0 0
    proc /proc proc defaults 0 0
    tmpfs /dev/shm tmpfs defaults 0 0
    tmpfs /tmp tmpfs defaults 0 0
  4. Updated lilo and rebooted
  5. Used sbopkg to install DropBox
  6. Selected '/mnt/backup' as the location for the DropBox folder.

Now I am certain that the DropBox folder is living in sda5 and that DropBox is working perfectly.

Marking as SOLVED.
 
Old 03-22-2011, 07:06 PM   #7
MarcosPauloBR
Member
 
Registered: Feb 2011
Location: Santa Catarina - Brazil
Distribution: Slackware
Posts: 129

Rep: Reputation: 3
I'm happy for can help you Robert!

Happy Linux =D
 
  


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
I am Confused with my /VAR folder Partition, not enough space to do updates. psheaf Linux - Server 2 03-04-2008 08:14 AM
accessing a linux partition from a fat32 partition? abtimoteo Ubuntu 4 09-19-2005 10:41 PM
accessing windows partition from linux partition dave bean Linux - Newbie 19 10-15-2003 04:39 AM
what is in boot partition? I'm confused... Whitehat Linux - General 7 09-17-2003 03:20 AM
accessing a partition dlwheeler Linux - General 2 01-28-2002 10:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:56 PM.

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