Results 1 to 6 of 6
Can you give me the command for introducing other harddisk drives C: and D: in ubuntu. Bye!...
- 03-07-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
how do I introduce harddisk drives C: and D: in linux
Can you give me the command for introducing other harddisk drives C: and D: in ubuntu. Bye!
- 03-08-2006 #2
A little more info is required.
What do you mean by "introduce"?
Could you post the results of
Code:sudo fdisk -l
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 03-08-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
I mean that linux told me that you don't have permission to open these drivers.
Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 3187 25599546 7 HPFS/NTFS
/dev/hdb2 3188 3251 514080 82 Linux swap / Solaris
/dev/hdb3 3825 9728 47423880 f W95 Ext'd (LBA)
/dev/hdb4 3252 3824 4602622+ 83 Linux
/dev/hdb5 3825 9728 47423848+ 7 HPFS/NTFS
Partition table entries are not in disk order
- 03-08-2006 #4That is even more cryptic.
Originally Posted by aaabbb
Could you post the exact error message and the command that you executed to get the error mesage?How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 03-08-2006 #5Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
also post the contents of your /etc/fstab file
cat /etc/fstabfar...out
- 03-08-2006 #6Just Joined!
- Join Date
- Mar 2006
- Posts
- 6
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb4 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb1 /media/hdb1 ntfs defaults 0 0
/dev/hdb5 /media/hdb5 ntfs defaults 0 0
/dev/hdb2 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
hdb1 and hdb5 are c: and d: drives
and error message is: Content of directory can not be displayed
You don't have permission to see content of hdb5


Reply With Quote
