Cassandra LIve Bug?: Running GParted automounts partitions

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
silentstone
Level 1
Level 1
Posts: 16
Joined: Tue Apr 24, 2007 7:46 am

Cassandra LIve Bug?: Running GParted automounts partitions

Post by silentstone »

Whether or not I run gparted from the main menu or terminal, as normal user, mint, or administrative user, root. it starts up and proceeds to mount all the partitions on the internal HDD's. Frustrating, because you can't modify partitions while they're mounted. OR at least, that's never worked before. Has that changed? :o

I thought it might be a bug, but since nobody else has mentioned it (as far as I can tell, swimming through the multitude of disk-mounting problems), maybe it's just my hardware? Or interference from currently installed distro's--Mint 2.2, Mepis 6.0.

Here's the response from starting up on the terminal, as root:

Code: Select all

root@mint:/home/mint# gparted /dev/hdb &
[1] 11675
root@mint:/home/mint# ======================
libparted : 1.7.1
automounting disabled
======================
Here's the system hardware, courtesy of lspci:

Code: Select all

root@mint:/home/mint# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
00:09.0 USB Controller: NEC Corporation USB (rev 41)
00:09.1 USB Controller: NEC Corporation USB (rev 41)
00:09.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:0d.1 Input device controller: Creative Labs SB Live! Game Port (rev 07)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
silentstone
Level 1
Level 1
Posts: 16
Joined: Tue Apr 24, 2007 7:46 am

Post by silentstone »

Well, I was able to continue partitioning after unmounting all the partitions on the target drive. I had to leave gparted open for this, else restarting gparted--or just "refresh devices" from within gparted--would mount everything again. As it is, right after gparted finished partitioning, all the partitions remounted. Again. :(

BTW, each time the partitions mount, they pop-up file browser windows. And they get mounted under /media/disk, /media/disk-1, /media/disk-2, and so on.

Code: Select all

root@mint:~# mount
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /lib/modules/2.6.17-10-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.17-10-generic/volatile type tmpfs (rw,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
tmpfs on /lib/modules/2.6.17-10-generic/volatile type tmpfs (rw,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
tmpfs on /lib/modules/2.6.20-15-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.20-15-generic/volatile type tmpfs (rw,mode=0755)
/dev/bus/usb on /proc/bus/usb type none (rw,bind)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
fusesmb on /home/mint/Network type fuse (rw,nosuid,nodev,allow_other,max_read=32768)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda1 on /media/WDC USB2 type vfat (rw,nosuid,nodev,shortname=mixed,uid=999,utf8,umask=077)
fusesmb on /home/mint/Network type fuse (rw,nosuid,nodev,allow_other,max_read=32768)
fusesmb on /home/mint/Network type fuse (rw,nosuid,nodev,allow_other,max_read=32768)
/dev/hdb5 on /media/disk type ext3 (rw,noexec,nosuid,nodev)
/dev/hdb3 on /media/disk-1 type vfat (rw,nosuid,nodev,shortname=mixed,uid=999,utf8,umask=077)
/dev/hdb1 on /media/disk-2 type ext3 (rw,noexec,nosuid,nodev)
/dev/hdb2 on /media/disk-3 type ext3 (rw,noexec,nosuid,nodev)
Locked

Return to “Other topics”