LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-18-2010, 03:28 PM   #1
Alex_80
LQ Newbie
 
Registered: Jul 2010
Location: Italy
Posts: 12

Rep: Reputation: 0
Question Dazuko 3: partition mount


How can I mount a partition (sdb5) to be checked by Dazuko 3?

This is my fstab file, but sdb5 is mounted twice: with "Linux_Dati__sdb5" (mount point) and "Linux Dati" (partition label):

Code:
    # <file system> <mount point>           <type>     <options>          <dump>  <pass>

    proc            /proc                   proc       defaults           0       0
    /dev/sda13      /                       ext3       errors=remount-ro  0       1
    /dev/sda14      /home                   ext3       defaults           0       2
    /dev/sdb5       /mnt/Linux_Dati__sdb5   ext3       defaults           0       3

    # DazukoFS ...
    # Example of mounting one dir onto dazukofs
    #/home/shared /home/shared dazukofs
    /home                 /home                    dazukofs
    /mnt/Linux_Dati__sdb5 /mnt/Linux_Dati__sdb5    dazukofs
    # ... DazukoFS
 
Old 07-21-2010, 11:06 PM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
/dev/sdb5 /mnt/Linux_Dati__sdb5 ext3 defaults
That is loaded at boot as long as the directory Linux_Dati__sdb5 exists in the /mnt directory.
first of the term mount means to mount the drive. after that you can see it.
I think you need to work on your English explanation or wait till some one with a native language can help out.
 
Old 07-23-2010, 05:49 PM   #3
Alex_80
LQ Newbie
 
Registered: Jul 2010
Location: Italy
Posts: 12

Original Poster
Rep: Reputation: 0
I try to explain better.

First of all, I mounted the sdb5 partition without Dazuko 3, I added in fstab this:
Code:
/dev/sdb5       /mnt/Linux_Dati__sdb5   ext3       defaults           0       3
On desktop appeared the new icon "Linux Dati", "Linux Dati" is the label of the sdb5 partition.
All was OK.

Then I tryed to mount the same sdb5 partition with Dazuko 3, so I added at the end of fstab this:
Code:
/mnt/Linux_Dati__sdb5 /mnt/Linux_Dati__sdb5    dazukofs
This is complete fstab file:
Code:
 # <file system> <mount point>           <type>     <options>          <dump>  <pass>

    proc            /proc                   proc       defaults           0       0
    /dev/sda13      /                       ext3       errors=remount-ro  0       1
    /dev/sda14      /home                   ext3       defaults           0       2
    /dev/sdb5       /mnt/Linux_Dati__sdb5   ext3       defaults           0       3

    # DazukoFS ...
    # Example of mounting one dir onto dazukofs
    #/home/shared /home/shared dazukofs
    /home                 /home                    dazukofs
    /mnt/Linux_Dati__sdb5 /mnt/Linux_Dati__sdb5    dazukofs
    # ... DazukoFS
But on desktop appeared two icons, "Linux Dati" and "Linux_Dati__sdb5", "Linux Dati" is the label of the sdb5 partition and "Linux_Dati__sdb5" is the mount point of the sdb5 partition.

Dazuko 3 works with both, seems correctly, but I wish to have only "Linux Dati" icon on desktop.

Last edited by Alex_80; 07-23-2010 at 05:53 PM.
 
Old 08-11-2010, 11:08 AM   #4
Alex_80
LQ Newbie
 
Registered: Jul 2010
Location: Italy
Posts: 12

Original Poster
Rep: Reputation: 0
Unhappy

I'm not able to solve the trouble yet.
 
Old 08-11-2010, 11:34 AM   #5
Alex_80
LQ Newbie
 
Registered: Jul 2010
Location: Italy
Posts: 12

Original Poster
Rep: Reputation: 0
Now I notice also that in mtab /home partition is mounted twice too:
Code:
/dev/sda13 / ext3 rw,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0

/dev/sda14 /home ext3 rw 0 0
/dev/sdb5 /mnt/Linux_Dati__sdb5 ext3 rw 0 0

/home /home dazukofs rw 0 0
/mnt/Linux_Dati__sdb5 /mnt/Linux_Dati__sdb5 dazukofs rw 0 0
 
  


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
fresh 9.10 install reboot error no device trying to mount partition mount: can't fin bud1237 Ubuntu 1 06-24-2010 12:44 AM
how mount mount ntfs partition of windows xp kashif2131971 Linux - Newbie 3 07-07-2009 06:34 PM
Fedora 11: Cannot mount partition on Seagate FreeAgent Drive's secondary partition Erik Anderson Linux - Newbie 5 06-25-2009 01:10 AM
Please help ! Fedora Core 9 patch Dazuko patch-dazuko-linux-2.6.26.diff.gz R03L Fedora 3 10-22-2008 09:11 AM
Dazuko is loading in the kernel but my application is failing to register with dazuko sharad Linux - Kernel 1 02-24-2007 02:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:05 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