SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-05-28 14:07:10

Gordon
#! CrunchBanger
From: Blackpool, Lancashire, UK
Registered: 2012-05-22
Posts: 204

sdb [ SOLVED ]

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 smile smile
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

Help fund CrunchBang, donate to the project!

#2 2012-05-28 14:29:02

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: sdb [ SOLVED ]

First make a folder in /media to mount the drive:

 sudo mkdir /media/secondarydrive

Then 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  0

Replace 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

#3 2012-05-28 14:42:33

machinebacon
#! unstable
From: PRC
Registered: 2009-07-02
Posts: 6,219
Website

Re: sdb [ SOLVED ]

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! -> Roast your ownVSIDO | LinuxCNC | AntiX | Frugalware |  <-

Offline

#4 2012-05-28 14:43:14

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 9,037

Re: sdb [ SOLVED ]

...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

#5 2012-05-28 14:47:29

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: sdb [ SOLVED ]

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    0

the reason for the fmask/dmask-stuff is to fix permissions.

Offline

#6 2012-05-28 15:37:31

Gordon
#! CrunchBanger
From: Blackpool, Lancashire, UK
Registered: 2012-05-22
Posts: 204

Re: sdb [ SOLVED ]

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 2

but 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 smile:)


Cheers smile smile
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

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo