Results 11 to 14 of 14
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb7 7.7G 3.5G 3.9G 48% /
/dev/sdb9 85G 19G 66G 23% /home
/dev/sr1 7.0G 7.0G 0 100% /media/cdrom
/dev/sr1 7.0G ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-07-2008 #11Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
df -h results
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb7 7.7G 3.5G 3.9G 48% /
/dev/sdb9 85G 19G 66G 23% /home
/dev/sr1 7.0G 7.0G 0 100% /media/cdrom
/dev/sr1 7.0G 7.0G 0 100% /media/cdrom2
/dev/sda1 98G 29G 69G 30% /media/win_c
thanks
Bower
- 12-07-2008 #12/dev/sda1 has been mounted in /media/win_c folder. Did you check that folder?/dev/sda1 98G 29G 69G 30% /media/win_c
Didn't you add an entry for /dev/sda5 partition in /etc/fstab file? Did you create /media/win_d folder?
Execute this to mount /dev/sda5 partition.
Post exact error message here. Post the contents of /etc/fstab file too.Code:su - mkdir /media/sda5 mount -t ntfs /dev/sda5 /media/sda5 -o defaults,umask=0 ls /media/win_d
EDIT : My mistake. Your partition number is /dev/sda5 but I posted command for /dev/sda3 in post #8. Corrected it now.
Replace /dev/sda3 with /dev/sda5 in /etc/fstab file and execute mount -a command or reboot machine. Check /media/win_d folder.Last edited by devils casper; 12-07-2008 at 02:18 PM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-07-2008 #13Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
Solved
i tried to check the drives and it works now so that is so cool. thank you so much for all of your help
can you tell me where i can learn all of these things that one must do to keep a linux box going?
Bower
- 12-07-2008 #14
Glad to help you !

Start from here. Its a good tutorial for Basic Linux Commands. You can question here and we will happy to help you.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
