You are not logged in.
Pages: 1
Hi folks
Me again i'm afraid, Jumped from statler to waldorf now have a minor problem. How do I get waldorf to see my second hard drive.? Just done a fresh install from a new iso, It found it when doing partition Jobs but does not see it now.
Last edited by Gordon (2012-05-28 15:38:38)
Cheers

Gordon
Using Janice Testing at present also sid and systemd
A7N8X delux motherboard, 1 GB ram, AMD ATHLON XP 2800+ ( 2255 Mhz ), Nvidia Geforce PNY 62000 graphics card
Offline
First make a folder in /media to mount the drive:
sudo mkdir /media/secondarydriveThen In a terminal type:
blkid Then if you see your drive in the output, copy the UUID
Then type in:
sudo geany /etc/fstab - geany being the name of the text editor, if you use gedit, or something else, change geany to your text editor.
Then make a new line, something like:
#secondary internal drive
UUID=5389574839257 /media/secondarydrive ntfs auto 0 0Replace the example UUID with what you copied earlier.
Save and close.
Then in a terminal:
sudo mount /dev/sdb /media/secondarydrive Last edited by TitanMech (2012-05-28 14:29:49)
Offline
May I add that this is for a Windows (ntfs) drive. If you want other Linux's to be seen, you use for example:
UUID=xxxxxxxxxxxxxxxx /media/secondarydrive ext4 auto,users,rw,exec,relatime 0 0 in /etc/fstab. This gives you read/write access. If you don't want read/write, remove the rw
Last edited by machinebacon (2012-05-28 14:43:05)
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
...or install & run disk-manager...
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
fwiw, my own ntfs-drives are controlled through /etc/fstab with the following line:
UUID=0E44E20A44E1F47D /media/Xochipilli ntfs-3g uid=rhowaldt,fmask=113,dmask=002,user,rw,noauto,nofail,exec,locale=en_US.UTF-8 0 0the reason for the fmask/dmask-stuff is to fix permissions.
Offline
Hi Folks
Thanks for that. I suddenly remembered that I had a disk with Puppy Racy on and it let me see sdb1 where I have copies of all the commands that I use. so in my case the answer was
UUID=f2e60161-............................. /media/Data ext3 defaults,noatime 0 2but thanks for you help as it reminded me that I had racy to get the info with. Super little distro really runs from a cd or usb stick only problem wont print thing out
:)
Cheers

Gordon
Using Janice Testing at present also sid and systemd
A7N8X delux motherboard, 1 GB ram, AMD ATHLON XP 2800+ ( 2255 Mhz ), Nvidia Geforce PNY 62000 graphics card
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.