PDA

View Full Version : [ubuntu] Any Help Appreciated - Partitioning



BGFG
August 5th, 2008, 08:18 PM
Hi All, as my screenshot indicates, I have a 207 gig media dump
and sda1,2,5 and 6 are my Debian installation. But to the left in Places, part of Debian ext3 and the dump are being recognised as a 222gig single entity that is read-only. How can i remedy ? Please take a look at my outputs.


Mount:

/dev/sdc1 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
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)
lrm on /lib/modules/2.6.24-20-generic/volatile type tmpfs (rw)
/dev/sdb1 on /media/Storage type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/reyn/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=reyn)
/dev/sda3 on /media/disk-2 type ext3 (rw,nosuid,nodev,uhelper=hal)





mtab:

/dev/sdc1 / ext3 rw,relatime,errors=remount-ro 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
/sys /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw,mode=0755 0 0
devshm /dev/shm tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
lrm /lib/modules/2.6.24-20-generic/volatile tmpfs rw 0 0
/dev/sdb1 /media/Storage fuseblk rw,nosuid,nodev,noatime,allow_other,blksize=4096 0 0
securityfs /sys/kernel/security securityfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
gvfs-fuse-daemon /home/reyn/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=reyn 0 0
/dev/sda3 /media/disk-2 ext3 rw,nosuid,nodev,uhelper=hal 0 0





fstab:

# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sdc1 :
UUID=6539d007-0e5c-4d6d-86d0-8d3869f6f0e1 / ext3 relatime,errors=remount-ro 0 1
# Entry for /dev/sdc5 :
UUID=65a62398-ba3b-4a18-afdc-6df73ec641eb none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdb1 /media/Storage ntfs-3g defaults,locale=en_US.UTF-8 0 0






fdisk -l


Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x08000000

Device Boot Start End Blocks Id System
/dev/sda1 1 1216 9767488+ 83 Linux
/dev/sda2 1217 3368 17285940 5 Extended
/dev/sda3 3369 30394 217086345 83 Linux
/dev/sda5 1217 1544 2634628+ 82 Linux swap / Solaris
/dev/sda6 1545 3368 14651248+ 83 Linux

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x37f23bc6

Device Boot Start End Blocks Id System
/dev/sdb1 1 14594 117219265 7 HPFS/NTFS

Disk /dev/sdc: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000d8278

Device Boot Start End Blocks Id System
/dev/sdc1 * 1 14266 114591613+ 83 Linux
/dev/sdc2 14267 14593 2626627+ 5 Extended
/dev/sdc5 14267 14593 2626596 82 Linux swap / Solaris

Average Joe
August 5th, 2008, 08:43 PM
I think Nautilus recognizes your entire sda disk, but since it is not (entirely) mouted, it just put the total disk size in Places view.

Maybe you could try to mount your partiton in fstab like you do with sdb1. For instance like:

/dev/sda3 /media/dump ext3 defaults 0 0
I'd expect a "dump" to see in your Places then, of 207 GB.

EDIT: Attached drives that are not mounted in fstab seem to show up in Places with just the full size. I have the same with one partition of my drive that I don't mount. If you don't like that you can (in your case) remove it with:

sudo umount /media/disk-2

BGFG
August 8th, 2008, 06:59 PM
Hey Average Joe,
Thanks for all your help, I afraid to say though that frustration set in and i formatted the whole drive. This however did not solve my problem. :)
I ended up using this :


sudo chown reyn:reyn /media/disk-2


To finally take ownership of the drive. Now i'm left to wonder if this would have worked in the first place.
I don't regret losing my Debian Installation though. My primary reason for Dualbooting was in case of catastrophe, i could still boot into another stsyem and recover or access the net and needed.
This is not a big concern anymore because i have these:
Hardy Heron
Intrepid Ibex
Knoppix (dvd)
Open Solaris
Mandriva
and of course Debian
(All live Cd's) :)
So i'm pretty confident i'm disaster recoverable....

Thanks again Man...