Results 1 to 7 of 7
Folks,
Having a bit of a problem. I hve my 3 local HDD mounted in /DEV/ but when
I access the folders they are showing as empty.
Any Ideas how ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-21-2007 #1
Problem displaying NTFS
Folks,
Having a bit of a problem. I hve my 3 local HDD mounted in /DEV/ but when
I access the folders they are showing as empty.
Any Ideas how to overcome this? Any help very much appreciated.
- 03-21-2007 #2
I think you can't or at least should NOT mount anything in /dev , can you post the commands you used to mount ?
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 03-21-2007 #3
I did it during installation where it gives the disk format indicators.
I highlighted each windows partition & clicked on mount & when I checked they were mounted in the /dev/c_drive & /dev/d_drive folders as I named them
- 03-21-2007 #4
post the output of 'fdisk -l' and 'df -h' commands.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-22-2007 #5
Sorry for the delay posting
[root@localhost tt]# fdisk -l
Disk /dev/hda: 30.6 GB, 30603724800 bytes
16 heads, 63 sectors/track, 59298 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 16 32 8032+ 5 Extended
Partition 1 does not end on cylinder boundary.
/dev/hda2 * 32 59299 29870385 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
Disk /dev/hdb: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 15017 120624021 7 HPFS/NTFS
Disk /dev/hde: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hde1 * 1 24224 194579248+ 7 HPFS/NTFS
/dev/hde2 24225 30401 49616752+ 5 Extended
/dev/hde5 24225 27330 24948913+ 83 Linux
/dev/hde6 27331 27839 4088511 82 Linux swap / Solaris
/dev/hde7 27840 30401 20579233+ 83 Linux
[root@localhost tt]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hde5 24G 8.4G 14G 38% /
/dev/hde7 20G 226M 20G 2% /home
[root@localhost tt]#
- 03-22-2007 #6
according to df -h output of 'df -h' only hde5 and hde7 are mounted.
create mount_point ( folder ) for each partition and add entries in /etc/fstab file.
e.g. for partition hde1
add this line in /etc/fstab fileCode:mkdir /media/win_c
Code:/dev/hde1 /media/win_c ntfs defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-23-2007 #7
I will do. Thanks again for the help & I'll let you know how I get on when I try it.(In work at the moment)
.


Reply With Quote
