Debian Harddrive Fdisk - Same ID's and changing letters
Posted
by
James Willson
on Server Fault
See other posts from Server Fault
or by James Willson
Published on 2012-10-27T21:16:54Z
Indexed on
2012/10/27
23:04 UTC
Read the original article
Hit count: 325
I am trying to create and install a debain NAS and ive been having a hard time because I am new to all of this. I used ntfs-3g in order to automount my 4 NTFS drives. I also have a partitioned harddrive which is for the OS.
When I was working on it and I ran this command I got this:
fdisk -l
- /dev/sdae1
fdisk -l | grep NTFS
- /dev/sda1
- /dev/sdb1
- /dev/sdc1
- /dev/sdd1
The weird thing is, all of the NTFS harddrives listed had an ID of 7.
The next time I boot up my machine, I get an error about mounting /dev/sda1 and I run this command, and get the following results:
fdisk -l | grep NTFS
- /dev/sdb1
- /dev/sdc1
- /dev/sdd1
- /dev/sde1
I havent plugged in any drives, so whats going on? How to I make sure that my drives are mounted with the same sdXX name every time, and is the reason for this because they dont have unique ID numbers, if so, how do I solve this?
© Server Fault or respective owner