Results 11 to 18 of 18
well ! check the output of ' df -h ' command.
EDIT: i agree with antidrugue .
casper...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-12-2006 #11
well ! check the output of 'df -h' command.
EDIT: i agree with antidrugue.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-12-2006 #12
I just looked at it in QTParted and it recognized it as ext3. I used QT when I formated it in KNOPPIX, so maybe it's just Fdisk?
- 11-12-2006 #13Code:
kbk@1[~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/hda1 71G 65G 2.1G 97% / tmpfs 252M 0 252M 0% /dev/shm tmpfs 10M 96K 10M 1% /dev /dev/hdb1 57G 129M 54G 1% /mnt/hdb
- 11-12-2006 #14
df -h is showing correct size.......
why fdisk showing it as NTFS??? ..... before putting data in this disk, Format it again using GParted or Knoppix.....
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-18-2006 #15
Now I've switched to SuSE 10.1 and I can't get the darn thing to mount! I created the directory in /mnt, and everytime I try and mount it it says it can't be found in etc/fstab/. I don't remember ever doing anything with etc/fstab before though..
- 11-18-2006 #16
you have to use complete command to mount it..
in case, problem remains, post the output of fdisk -l.Code:mount -t <filesystem> /dev/<drive> /mnt/<directory>
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-18-2006 #17
- 11-18-2006 #18

now add this code in /etc/fstab file to automount partition at boot up.
press 'Enter' key after adding this line to add a blank line.Code:/dev/<drive> /mnt/<directory> <filesystem> defaults,umask=0 0 0
Last line should be blank in fstab file.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
