Jūs neprisijungęs
Aukštyn Tema Programinė įranga / GNU/Linux, bei Unix Operacinės Sistemos / nautilus listina pagal particijos label
- Virginijus Data 2009-02-28 13:09 Redaguota: 2009-02-28 15:44
Sveiki,
Tokia bėda nuo kurios susisuko smegenai man.
Žo sistemoj viskas kaip ir gerai, QT softas irgi gerai, o GTK kokį grybą pjaut pradėjo :/
'San5' yra particijos labelis, 'San_5' yra diros vardas
Esmė tame, kad skaičiai turi atitikti, o nautilis man rodo
san5(labelis)=san_2(mount diras), kai fstabe san2=san_2
aga..
Debian5, Gnome 2.22.3, Linux_2.6.28.7-vanilla
P.S. persikroviau su difulto branduoliu, tas pats.

paveikslas

fstab:

/dev/hda1       /               ext3    errors=remount-ro 0       1
/dev/hda3       /home           xfs     defaults        0       2
/dev/hdb1       /sandelys/San_1 xfs     defaults        0       2
/dev/hdb2       /sandelys/San_2 xfs     defaults        0       2  (labelis San5) ir t.t.
/dev/hdc1       /sandelys/San_3 xfs     defaults        0       2
/dev/hdc2       /sandelys/San_4 xfs     defaults        0       2
/dev/hdc3       /sandelys/San_5 xfs     defaults        0       2
/dev/hda4       /webas          xfs     defaults        0       2

mount:

/dev/hda3 on /home type xfs (rw)
/dev/hdb1 on /sandelys/San_1 type xfs (rw)
/dev/hdb2 on /sandelys/San_2 type xfs (rw)
/dev/hdc1 on /sandelys/San_3 type xfs (rw)
/dev/hdc2 on /sandelys/San_4 type xfs (rw)
/dev/hdc3 on /sandelys/San_5 type xfs (rw)
/dev/hda4 on /webas type xfs (rw)

df -h:

/dev/hda3              52G  6.5G   46G  13% /home
/dev/hdb1              75G  4.2M   75G   1% /sandelys/San_1
/dev/hdb2              75G   54G   22G  72% /sandelys/San_2
/dev/hdc1             156G   71G   85G  46% /sandelys/San_3
/dev/hdc2             156G   88G   69G  57% /sandelys/San_4
/dev/hdc3             156G  105G   51G  68% /sandelys/San_5
/dev/hda4              10G   62M   10G   1% /webas
Pagrindinė Virginijus Data 2009-02-28 15:48 Redaguota: 2009-02-28 16:04
pasirodo bugas..
https://bugs.launchpad.net/nautilus/+bug/30867

ir pirmas linkas gglej http://ubuntuswitch.wordpress.com/2007/06/04/howto-rename-a-xfs-filesystem-label-it/

Įdiegiam xfsprogs

umount /dev/hdc3
[/home/mevvis] xfs
xfs_admin      xfs_db         xfs_info       xfs_metadump   xfs_repair
xfs_bmap       xfs_freeze     xfs_io         xfs_mkfile     xfs_rtcp
xfs_check      xfs_growfs     xfs_logprint   xfs_ncheck    
xfs_copy       xfsinfo        xfs_mdrestore  xfs_quota     
[/home/mevvis] xfs_admin -L S5 /dev/hdc3
writing all SBs
new label = "S5"
[/home/mevvis] mount /dev/hdc3
[/home/mevvis] umount /dev/hdc2
umount: /sandelys/San_4: device is busy
umount: /sandelys/San_4: device is busy
[/home/mevvis] umount /dev/hdc2
[/home/mevvis] xfs_admin -L S4 /dev/hdc2
writing all SBs
new label = "S4"
[/home/mevvis] mount /dev/hdc2
[/home/mevvis] umount /dev/hdc1
[/home/mevvis] xfs_admin -L S3 /dev/hdc1
writing all SBs
new label = "S3"
[/home/mevvis] mount /dev/hdc1
[/home/mevvis] umount /dev/hdb2
[/home/mevvis] xfs_admin -L S2 /dev/hdb2
writing all SBs
new label = "S2"
[/home/mevvis] mount /dev/hdb2
[/home/mevvis] umount /dev/hdb1
[/home/mevvis] xfs_admin -L S1 /dev/hdb1
writing all SBs
new label = "S1"
[/home/mevvis] mount -a

[/home/mevvis] reboot

daba gerai, bet bugas liko
Aukštyn Tema Programinė įranga / GNU/Linux, bei Unix Operacinės Sistemos / nautilus listina pagal particijos label

Powered by mwForum 2.29.6 © 1999-2015 Markus Wichitill