You are not logged in.
I had this problem before and I don't remember how I solved it. I did a format and reinstall today and now my root disk shows twice in nautilus once as 'Filesystem' and once as '34.1 GB Volume'. any ideas why?
Offline
Anyone ?
Offline
.
Last edited by benplaut (2021-06-25 12:43:46)
Offline
Hmm, same here. "Filesystem", then "18.7 GB Volume" - which is actually hda1, and of course cannot be mounted because it already is mounted as /. But that doesn't deter Nautilus from showing it as an unmounted volume... :?
Offline
[04:32] (tunix@penguix ~)$ mount
/dev/hda3 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /proc/bus/usb type usbfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda2 on /pub type vfat (rw,umask=0002,gid=100)
-----------------------------------------
[04:35] (tunix@penguix ~)$ cat /etc/mtab
/dev/hda3 / ext3 rw 0 0
none /proc proc rw 0 0
none /sys sysfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/hda2 /pub vfat rw,umask=0002,gid=100 0 0
Quis custodiet ipsos custodiet?
Offline
Gullible Jones, thanks for replying:
mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /proc/bus/usb type usbfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/hdb1 on /home type ext3 (rw,user_xattr)
/etc/mtab
/dev/hda1 / ext3 rw,errors=remount-ro 0 0
none /proc proc rw 0 0
none /sys sysfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/hdb1 /home ext3 rw,user_xattr 0 0
Offline
Gullible Jones , you think this is a bug? should I report it?
Edited, reported here: http://bugs.archlinux.org/task/5519
Offline