LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Dazuko 3: partition mount (https://www.linuxquestions.org/questions/linux-software-2/dazuko-3-partition-mount-820577/)

Alex_80 07-18-2010 03:28 PM

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


Drakeo 07-21-2010 11:06 PM

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.

Alex_80 07-23-2010 05:49 PM

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.

Alex_80 08-11-2010 11:08 AM

I'm not able to solve the trouble yet. :cry:

Alex_80 08-11-2010 11:34 AM

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



All times are GMT -5. The time now is 10:50 PM.