Results 1 to 4 of 4
I have recently moved from ms windows to Suse 10.2 and so far I am loving it. After sorting a few issues with compiz and a few other programs I't ...
- 10-17-2007 #1Just Joined!
- Join Date
- Oct 2007
- Location
- Lebanon Missouri
- Posts
- 48
Mounting Hard Drives
I have recently moved from ms windows to Suse 10.2 and so far I am loving it. After sorting a few issues with compiz and a few other programs I't runs like a dream. I do however have one small question. I have three other drives in my computer all SATA an 80,120, and a 40 USB. I have my 160 as my install drive which has a 20 partition for my install and 127 for my home I have mounted my 80 and 120 to a folder in home called Games and Storage but when i look at the properties of these folder it shows that they have 90 GB free and a total size of 127 GB the same size as the home partition. So my question is are them mounted? Or even being used? They are Reiser and my install and home are ext3 and the USB 40 is FAT32. Here is my fstab.
/dev/sdb2 / ext3 acl,user_xattr 1 1
/dev/sdb3 /home ext3 acl,user_xattr 1 2
/dev/sdb1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /home/chris/Games reiserfs acl,users,exec,umask=000 1 2
/dev/sdc1 /home/chris/Storage reiserfs acl,users,rw,exec,umask=000 0 1 2
Any help would be greatly appreciated.
Thanks
- 10-18-2007 #2Just Joined!
- Join Date
- Oct 2007
- Location
- Lebanon Missouri
- Posts
- 48
Hard Drives
Here is the fdisk-l command output.
Device Boot Start End Blocks Id System
/dev/sdb1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sdb2 * 263 2873 20972857+ 83 Linux
/dev/sdb3 2874 19457 133210980 83 Linux
Disk /dev/sdc: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 14593 117218241 83 Linux
Disk /dev/sde: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 1 4865 39078081 c W95 FAT32 (LBA)
The problem is that i cannot seem to verify the free space in Games and Storage the 80 GB and 120 GB when i look at the folders in home/chris the properties for those folders do not show the size it's like there is no mount there. Difficult to explain I guess if the showed up in computer like the 40 GB USB and I could actually look at them in a psychical respect and see the space and free space I would feel better but they do not show under computer just under home/chris as folders.
Thanks for the reply.
- 10-18-2007 #3
Execute this
It will list all mounted partitions along with free and used space. If you have any confusion, post output of df -h command and contents of /etc/fstab file here.Code:df -u
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-18-2007 #4Just Joined!
- Join Date
- Oct 2007
- Location
- Lebanon Missouri
- Posts
- 48
Hard Drives
Here is the output of df.
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb2 20641788 5184012 14409136 27% /
udev 1038116 140 1037976 1% /dev
/dev/sdb3 131119488 30498476 93960464 25% /home
/dev/sde1 39058992 20330288 18728704 53% /media/disk
I don't believe they are listed do you?
here is fstab.
/dev/sdb2 / ext3 acl,user_xattr 1 1
/dev/sdb3 /home ext3 acl,user_xattr 1 2
/dev/sdb1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /home/chris/Games reiserfs acl,users,exec,umask=000 1 2
/dev/sdc1 /home/chris/Storage reiserfs acl,users,rw,exec,umask=000 0 1 2
Weird huh like I said I really don't believe they are mounted. Of course I have just migrated from ms windows and not seeing the drive in the computer=my computer is just alien to me so I may be wrong but it just does not look like they are being used to me.
Here is the df -h output.
suse-linux:/home/chris # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb2 20G 5.0G 14G 27% /
udev 1014M 140K 1014M 1% /dev
/dev/sdb3 126G 30G 90G 25% /home
/dev/sde1 38G 20G 18G 53% /media/disk
Once again I don't see them.
Thanks for the reply.


Reply With Quote