Results 1 to 10 of 16
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
12-10-2008 #1
- Join Date
- Dec 2008
- Posts
- 9
Suse 11 does not recognize my second hard drive ~.~
Also i do have this though:
linux-2qol:~ # fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x02f202f2
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3916 31455238+ 7 HPFS/NTFS
/dev/sda2 3917 14359 83883397+ 7 HPFS/NTFS
/dev/sda3 14360 19958 44973967+ 7 HPFS/NTFS
/dev/sda4 19959 30401 83883397+ f W95 Ext'd (LBA)
/dev/sda5 19959 20220 2104483+ 82 Linux swap / Solaris
/dev/sda6 20221 22831 20972826 83 Linux
/dev/sda7 22832 30401 60805993+ 83 Linux
Disk /dev/sdb: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x177ae0d9
linux-2qol:~ # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 20G 3.0G 16G 16% /
udev 1005M 120K 1005M 1% /dev
/dev/sda7 58G 203M 54G 1% /home
/dev/sda1 30G 15G 16G 48% /windows/C
/dev/sda2 80G 29G 52G 36% /windows/D
/dev/sda3 43G 6.6G 37G 16% /windows/E
-
12-10-2008 #2
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 3,190
I'm not sure what the problem is. The output of fdisk -l which you posted shows a 250GB hardrive with several partitions, windows/Linux and a 640GB drive that appears to have no partitions on it?? Are you saying you have something installed on the larger drive that doesn't show up?? The df command shows space available on all currently mounted filesystems, if you have no filesystem...?
-
12-10-2008 #3
- Join Date
- Dec 2008
- Posts
- 9
I have just "plain" files on the 640g. Files that include my pictures,videos,music and that sort of jazz. There is nothing "installed" onto it just files places there. But i can not see any of them from Suse.
-
12-11-2008 #4
It should show as /dev/sdb
What kind of drive? ie is it a drive inside the case or one you plug in how is it attached and who made it?
-
12-11-2008 #5
- Join Date
- Dec 2008
- Posts
- 9
It is a samsung internal sata hard drive.
-
12-11-2008 #6
Is that a complete output of fdisk -l command?
Its showing /dev/sdb ( your second HD ) as unpartitioned disk. If you have single partition in Second disk then output of fdisk should display info of /dev/sdb1 too.
Execute this
Code:su - mkdir /media/sdb1 mount -t ntfs /dev/sdb1 /media/sdb1 -o defaults,umask=0 ls /media/sdb1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
12-11-2008 #7
Is that a complete output of fdisk -l command?
Its showing /dev/sdb ( your second HD ) as unpartitioned disk. If you have single partition in Second disk then output of fdisk should display info of /dev/sdb1 too.
Execute this
Code:su - mkdir /media/sdb1 mount -t ntfs /dev/sdb1 /media/sdb1 -o defaults,umask=0 ls /media/sdb1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
12-11-2008 #8
- Join Date
- Dec 2008
- Posts
- 9
Nope not a single error
It just listed the names of all of my folder that were already there.Thank you so much Devils Casper
-
12-11-2008 #9
Glad to help you !
I don't know if ntfs-3g package is pre-installed in SuSe. It allows write access to NTFS partitions.
Close all open windows and execute this :
Code:cd su - umount /dev/sdb1 mount -t ntfs-3g /dev/sdb1 /media/sdb1 -o defaults,umask=0 ls /media/sdb1
You can edit /etc/fstab file to mount NTFS Partition permanently. You won't have to execute mount command on every reboot. Let me know about ntfs-3g, I will post back instructions for editing /etc/fstab file for permanent mount.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
12-11-2008 #10
- Join Date
- Dec 2008
- Posts
- 9
Ok so i guess i was a little mistaken because i was so excited just to see my folder names. Apparently I can see the folder names after i execute the code you give me but i still do not have a way to access it.
This is what it shows:
Downloads RECYCLER Zx37G.dll
Music from Vista Set up Files for Windows and other devices
My Documents System Volume Information
Now these are all of my folders but i can not access them =\
Sorry if i seem so noobish but this is my very first time with linux